https://github.com/otherguy/optimize-image-service
macOS service to optimize the file size of JPG and PNG images
https://github.com/otherguy/optimize-image-service
Last synced: over 1 year ago
JSON representation
macOS service to optimize the file size of JPG and PNG images
- Host: GitHub
- URL: https://github.com/otherguy/optimize-image-service
- Owner: otherguy
- License: mit
- Created: 2019-01-20T15:12:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T15:26:52.000Z (over 6 years ago)
- Last Synced: 2025-02-12T12:35:43.015Z (over 1 year ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🖼 Optimize Image Service
macOS service to optimize the file size of JPG and PNG images
## Description 📚
You need [Homebrew](https://brew.sh) installed. Then, use it to install `jpegoptim` and `optipng`.
$ brew install jpegoptim optipng
## Uninstall 😖
If you're unhappy with this service, remove it from your `~/Library/Services` directory:
$ rm -rf ~/Library/Services/Optimize\ Image.workflow
Please let me know what you didn't like!