image_filter_module: bug?

Igor Sysoev igor at sysoev.ru
Mon Nov 23 16:37:34 MSK 2009


On Mon, Nov 23, 2009 at 02:04:08PM +0300, Andrey N. Oktyabrski wrote:

> Здравствуйте.
> 
> Это ошибка, или не стОит обращать внимания?

Это фича.

>          location /preview/-x100 {
>                  proxy_pass      http://cms.bestmx.ru/file;
>                  image_filter    resize - 100;
>                  error_page      415 = /_.gif;
>                  image_filter_jpeg_quality       90;
>          }
>          location /preview/150x100 {
>                  proxy_pass      http://cms.bestmx.ru/file;
>                  image_filter    resize 150 100;
>                  error_page      415 = /_.gif;
>                  image_filter_jpeg_quality       90;
>          }
> 
> Исходная картинка:
> http://cms.bestmx.ru/file/blob122612575837869840945701077
> Размер 219x148
> 
> http://cms.bestmx.ru/preview/150x100/blob122612575837869840945701077
> Размер 148x100
> 
> http://cms.bestmx.ru/preview/-x100/blob122612575837869840945701077
> Размер 147x100


-- 
Игорь Сысоев
http://sysoev.ru



More information about the nginx-ru mailing list