Convert image files in formats like .png
, and .jpg
to web-optimized
.webp
format by right-clicking on the files in MacOS Finder and selecting
Quick Actions -> Convert to WebP.
Dependencies:
- webp. Install with
brew install webp
using Homebrew. The workflow assumes that thecwebp
binary is in/opt/homebrew/bin/cwebp
location. ALso, the default output quality is seto80
(which I think is fair).
- Download the ZIP archive of this repo from the Code dropdown on github.
- Unzip the file.
- Rename the folder
Convert-To-WebP-Workflow-main
toConvert-To-WebP.webflow
. The icon will change to "..." circumscribed by a circle. - Double click on the icon to install.
I wrote this extension with the help of Claude 3.5 Sonnet. See my notes on X.