cubicdaiya / ngx_small_light

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

WebP is not supported ngx_http_small_light_imagemagick_process #90

Closed devendra-dhayal closed 7 years ago

devendra-dhayal commented 7 years ago

Hello,

I am getting this error on requesting webp images: [error] 32497#32497: *3 WebP is not supported ngx_http_small_light_imagemagick_process:493

I have recompiled ImageMagick (6.9.9-11) with libwebp support. The output of the command "$ convert -list format | grep -i webp" is: WEBP* rw- WebP Image Format (libwebp 0.4.4[0208])

But still getting the same error.

Please advise

devendra-dhayal commented 7 years ago

Ok, In my case, magick-base-config.h was not getting updated on the reinstallation of ImageMagick. So I have done that manually and everything is working fine. Thanks for providing such a wonderful library.