webp转png

在线直接转换:

https://squoosh.app/

libwebp下载地址:

https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html

在文件目录
按住shift+右键,从此处打开powershell,

单个转换:
dwebp XXX.webp -o XXX.JPG

批量转换:
Get-ChildItem *.webp|ForEach-Object{ dwebp $_.FullName -mt -o $_.name.replace($_.extension, ".png")}

在线图片压缩:

https://tinypng.com/

点赞

发表评论

电子邮件地址不会被公开。必填项已用 * 标注