https://github.com/martinlindhe/shrink-png
Tool combining pngcrush and optipng to optimize input PNG
https://github.com/martinlindhe/shrink-png
optipng pngcrush shrinkage
Last synced: about 1 month ago
JSON representation
Tool combining pngcrush and optipng to optimize input PNG
- Host: GitHub
- URL: https://github.com/martinlindhe/shrink-png
- Owner: martinlindhe
- License: mit
- Created: 2016-08-17T14:23:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T00:37:02.000Z (over 1 year ago)
- Last Synced: 2025-01-26T02:28:50.253Z (3 months ago)
- Topics: optipng, pngcrush, shrinkage
- Language: Go
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
Tool using pngcrush and optipng to optimize input PNG
### Installation
First, you need to install `pngcrush` and `optipng`:
Arch:
sudo pacman -S pngcrush optipng
Debian/Ubuntu:
sudo apt-get install pngcrush optipng
OSX ([homebrew](http://brew.sh/)):
brew install pngcrush optipng
Windows ([scoop](http://scoop.sh/)):
scoop install pngcrush optipng
Next, download shrink-png from Releases, or build it from source:
go install github.com/martinlindhe/shrink-png@latest
### License
Under [MIT](LICENSE)