webp與png、jpg相互轉換


主要使用webp-tools

#ubuntu

apt-get install webp

#centos

yum -y install libwebp-devel libwebp-tools

 

會生成幾個工具。
cwebp → WebP encoder tool
dwebp → WebP decoder tool
vwebp → WebP file viewer
webpmux → WebP muxing tool
gif2webp → Tool for converting GIF images to WebP

 

# convert from webp to png

dwebp mycat.jpg -o mycat.png

# Convert from JPG to WebP

cwebp some.jpg -o target.webp

 

dwebp可以將webp圖片轉換成無損的png圖片格式,有了png,則可以使用imagemagic之類的工具再轉換成jpg.
cwebp可以將jpg轉換成webp,將png轉換成webp


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM