An open API service indexing awesome lists of open source software.

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

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
```