cubicdaiya / ngx_small_light

Dynamic Image Transformation Module For nginx.
Other
472 stars 80 forks source link

x, y position of crop drift #81

Closed urapico closed 7 years ago

urapico commented 7 years ago

I'm using ngx_small_light when I cropped a image. I upgrade ngx_small_light to v0.8.0. Then it is occurred one problem.

I use like this parameter sx=700,sy=500,sw=540,sh=405,dw=540,da=l,ds=s. I feel sx and xy parameter was ignored.

Maybe I think below issue is relevant. https://github.com/cubicdaiya/ngx_small_light/issues/44

cubicdaiya commented 7 years ago

@urapico Try #82.

urapico commented 7 years ago

@cubicdaiya Thank you. 👍 I checked #82. And it resolved this problem. ✨