ngx_small_light
ngx_small_light copied to clipboard
Dynamic Image Transformation Module For nginx.
Thanks for a good module. I'm thinking of using ngx_small_light. What I want to do is not to make the original part bigger when making the image bigger, but to...
Converting PNG with transparent alpha channel to JPEG results to image with black background no metter what background (canvas) color is defined. This PR allows to remove alpha channel from...
Hi, On Debian Stretch which is using magickwand v 6.9.7.4 this module run smoothly. However when upgraded to Debian Buster which their default magickwand is ver 6.9.10.23, this module can't...
…on image size.
Can ngx_small_light modify the dpi of image?
force q between 0 to 100.
Hi, thanks for a great module. Now, I use ngx_small_light. I have a question. Can I use `-sampling-factor` option with ImageMagick using ngx_small_light? As far as I saw the source...
In ImageMagick7, `Wand-config` is obsolete. Instead `Magickwand-config` is available.
Hello Guys PNG Images with transparent background converted to jpeg are messed up. Is it possible to flatten the image before converting it to jpeg please : See http://stackoverflow.com/questions/2322750/replace-transparency-in-png-images-with-white-background Basically...
cd ${ngx_small_light_src_dir} ./setup cd {$nginx_src_dir} ./configure --add-module=${ngx_small_light_src_dir} make make install After the installation is complete nginx reload fail nginx -t nginx: error while loading shared libraries: libMagickWand-6.Q16.so.5: cannot open shared...