https://github.com/btbytes/convert-to-webp-workflow
Convert images to optimized WebP format by right-clicking on flies and selecting "Convert to WebP" from Quick Actions
https://github.com/btbytes/convert-to-webp-workflow
Last synced: about 2 months ago
JSON representation
Convert images to optimized WebP format by right-clicking on flies and selecting "Convert to WebP" from Quick Actions
- Host: GitHub
- URL: https://github.com/btbytes/convert-to-webp-workflow
- Owner: btbytes
- Created: 2024-08-09T11:48:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-09T12:24:22.000Z (over 1 year ago)
- Last Synced: 2026-01-15T15:53:38.458Z (3 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convert to WebP
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](https://formulae.brew.sh/formula/webp). Install with `brew install webp` using [Homebrew](https://brew.sh).
The workflow assumes that the `cwebp` binary is in `/opt/homebrew/bin/cwebp` location. ALso, the default output quality is seto `80` (which I think is fair).
## Installation
1. Download the ZIP archive of this repo from the **Code** dropdown on github.
1. Unzip the file.
1. Rename the folder `Convert-To-WebP-Workflow-main` to `Convert-To-WebP.webflow`. The icon will change to "..." circumscribed by a circle.
1. Double click on the icon to install.
## Dev note
I wrote this extension with the help of Claude 3.5 Sonnet. See my [notes on X](https://x.com/btbytes/status/1821729486913626476).