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
- Host: GitHub
- URL: https://github.com/jonyfang/guetzli-img-compression
- Owner: JonyFang
- License: mit
- Created: 2017-05-08T12:27:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T01:43:37.000Z (about 9 years ago)
- Last Synced: 2025-06-01T09:32:09.443Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.