Image_filter don't resize

hello
I’m using nginx 1.2.4 with image_filter and i recently found a problem.
If i try to make come down the jpeg quality, and the size (800-600), for
an
image in the same resolution, NGinx does nothing.
In other word, I think NGinx give me the original image when the
resolution
i ask is the same than the orignal.

Am i wrong ?

Posted at Nginx Forum:

In other word, I think NGinx give me the original image when the
resolution i ask is the same than the orignal.

You are correct.

Though it is quite easy to edit the image_filter module if you really
need
the resize when the dimensions are the same or less.

rr

Thanks
Indeed i think i can update this function around the file
ngx_http_image_filter_module.c.
have a nice day

Posted at Nginx Forum: