1.when convert a jpeg file to webp, the output file can be viewed,but file size is not affected by quality param.
Cammand line like: convert -quality 80 a.jpg a.webp
2.when convert a png to webp,the output is awful.cammand line like: convert -quality 80 a.png a.webp.
the next image is the png i used;

when I use the cwebp to do these conversion,everything goes well.