Releases: cubicdaiya/ngx_small_light
Releases · cubicdaiya/ngx_small_light
v0.9.2
v0.9.1
v0.9.0
- imlib2: change default small_light_imlib2_temp_dir value. Thanks @draskolnikova. refs #70
- bugfix: small_light_imlib2_temp_dir was not modfiabile.
- bugfix: failed to load modules dynamically on linux. Thanks @KhristenkoYura refs #66
- bugfix: path-through did not work.
v0.8.1
v0.8.0
- imagemagick, imlib2, gd: cropped the center of image when only
cw
andch
are given. - imagemagick: adjusted image offset automatically. fixes #44
- bugfix, gd: fixed parameter validations for
sharpen
. - bugfix, imlib2: fixed parameter validations for
sharpen
andblur
. - bugfix: fixed strange size and offset calculation behavior. refs #46
v0.7.3
v0.7.2
- bugfix: nginx slows down in request processing for large image.
v0.7.1
- bugfix: the some parameters (
sharpen
,unsharp
,blur
) was not available whensmall_light_getparam_mode
is enabled.
v0.7.0
- introduced new directives: small_light_(radius|sigma)_max.
- set 10 to the maximun geometry value (radius and sigma) for
sharpen
andunsharp
andblur
by default.
v0.6.17
- fixed compilation error on old ImageMagick.