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

https://github.com/jonyfang/guetzli-img-compression

Convert all JPEG, JPG, PNG files of a folder recursively with Guetzli for Mac OS X
https://github.com/jonyfang/guetzli-img-compression

Last synced: 11 months ago
JSON representation

Convert all JPEG, JPG, PNG files of a folder recursively with Guetzli for Mac OS X

Awesome Lists containing this project

README

          

# Guetzli Img Compression

`Guetzli Img Compression` is a script in Python, buildings for Google's [Guetzli](https://github.com/google/guetzli).

Here is the [introduction of Guerzli](https://github.com/google/guetzli/blob/master/README.md#introduction).

# Requirements

* Mac OS X
* Installed [Guetzli](https://github.com/google/guetzli)
* Python 2.7.10

# Usage

**Clone the script**
```python
git clone https://github.com/JonyFang/guetzli-img-compression
cd guetzli-img-compression
```

**Use the script**
```python
python guetzli_img_compression.py
```

or

```python
python guetzli_img_compression.py
```

# Author

* [Weibo: @JonyFang](http://weibo.com/3034766044/profile?topnav=1&wvr=6)
* [Twitter: @JonyFang](https://twitter.com/jony_chunfang)
* [Email: jony.chunfang@gmail.com](mailto:jony.chunfang@gmail.com)

# License

`Guetzli Img Compression` is available under the MIT license. See the LICENSE file for more info.