Loading... # Image Convert 2 Webp Format ## Installation ``` bash > brew install webp bash > which cwebp ``` ## Config * Open the Automator app * action: new documentatuon -> Quick Action -> Run Shell Script -> Display Notification * cmd + s to save the action ```shell for f in "$@" do /opt/homebrew/bin/cwebp "$f" -q 80 -o "${f%.*}.webp" done ``` ![image2webp2](https://gz-blog-storage-1252787757.cos.ap-guangzhou.myqcloud.com/usr/uploads/2024/06/image2webp2.webp) ![more-action](https://gz-blog-storage-1252787757.cos.ap-guangzhou.myqcloud.com/usr/uploads/2024/06/moreaction.webp) © Reprint prohibited Support Appreciate the author AliPayWeChat Like If you think my article is useful to you, please feel free to appreciate