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])
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.
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