A Python wrapper for jpegtran.
Project description
Installation
pip install jpegtran
Usage
import jpeg
jpeg \
.open('example.jpg') \
.optimize() \
.rotate(90) \
.save('example-rotated.jpg')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jpegtran-0.0.2.tar.gz
(3.1 kB
view hashes)