mikeboers / Flask-Images

On-demand resizing of images for Flask applications.
https://mikeboers.github.io/Flask-Images/
BSD 3-Clause "New" or "Revised" License
81 stars 43 forks source link

pngquant and pngcrush #15

Open mikeboers opened 10 years ago

mikeboers commented 10 years ago

These would be very welcome additions.

See: http://pmt.sourceforge.net/pngcrush/ and http://pngquant.org/

I believe that both of them have relatively small sources, and so could be compiled together into a C (or Cython) extension module (which should really be another project anyways).