jbaiter / jpegtran-cffi

Fast, (mostly) lossless JPEG transformations with Python
http://jpegtran-cffi.readthedocs.org
MIT License
145 stars 23 forks source link

PNG support? #2

Closed jabbalaci closed 10 years ago

jabbalaci commented 10 years ago

Do you plan to support other image formats too? Beside JPG, PNG is also common. But from the name of the project it seems JPG only...

I like the intuitive interface, it seems very easy to use.

jbaiter commented 10 years ago

No, the whole point of the package is to make use of some special JPEG tricks to allow transformations without going through decoding/encoding. Use Wand or PIL if you want to work with formats other than JPEG :wink: