Closed luoyanjun0000 closed 8 years ago
@luoyanjun0000
"convert a.jpg b.webp" is success
Provide the output of identify b.webp
and identify -list format | grep -i webp
, please.
ouput " WEBP* rw- WebP Image Format (libwebp 0.5.1 [0208])", install imagemagick need libwebp??
the erro "415 Unsupported Media Type" nginx error log "*30 couldn't read image ngx_http_small_light_imagemagick_process:114"
If ImageMagick embedded libwebp is installed and used, the error above is not occured at least.
install imagemagick need libwebp??
Yes.
install imagemagick 7.0+,run small_light directory conmand "./setup" ,throw error "which: no Wand-config in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) Wand-config is not found"
Is there MagickWand-config
instead of Wand-config
?
yes, /usr/local/bin/MagickWand-config is exist.
i "cp" another?
As ImageMagick-7.0+ is not supported yet, use ImageMgick-6.9.x or replace Wand-config
to MagickWand-config
.
after install ImageMagick-7.0+ ,i can't install libwebp, convert webp style is ok.
before can't convert webp,because of i install Imagemagick by "yum install Imagemagick" command,
sorry, My English is not very good,so that the question description is unclear.
,after install libwebp ,in linux conmand line run "convert a.jpg b.webp" is success, but usr small_light still failed. i'm try my localhost http://192.168.56.110:8087/b.webp is ok ,but http://192.168.56.110:8087/small_light(of=png)/b.webp is failed, the erro "415 Unsupported Media Type" nginx error log "*30 couldn't read image ngx_http_small_light_imagemagick_process:114"