nginx http filter module for dynamically resizing gifs with ImageMagick
NOTE: This is a side project and not yet tested against all of the nuenced forms GIF files can take.
default: disabled
gif_magick on;
default: 20m
Limits the maximum image size
gif_magick_buffer 20m;
If you select only gif_magick_width
or gif_magick_height
, then the aspect ratio will be retained. You must specify at least one.
gif_magick_width 420;
gif_magick_height 320;