https://github.com/macrat/optipng-parallel
Run optipng parallelly
https://github.com/macrat/optipng-parallel
Last synced: 12 months ago
JSON representation
Run optipng parallelly
- Host: GitHub
- URL: https://github.com/macrat/optipng-parallel
- Owner: macrat
- License: mit
- Created: 2021-05-22T11:19:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T11:21:49.000Z (about 5 years ago)
- Last Synced: 2024-06-20T12:37:27.724Z (about 2 years ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
optipng-parallel
================
Run [OptiPNG](http://optipng.sourceforge.net/) parallelly.
## Install
1. Install [OptiPNG](http://optipng.sourceforge.net/).
2. Build optipng-parallel
``` shell
$ go install github.com/macrat/optipng-parallel@latest
```
## Usage
``` shell
$ ls **/*.png | optipng-parallel
```
``` shell
$ ls **/*.png | optipng-parallel -o7
```