Metadata-Version: 2.4
Name: strippng
Version: 0.0.0.2
Summary: Fast PNG stripper
Home-page: https://github.com/cielavenir/python-strippng
Author: cielavenir
Author-email: cielartisan@gmail.com
License: BSD-2-Clause
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown

## python-strippng

Fast PNG stripper. (approx 20ms. Normal PIL.Image.imread/imwrite take approx 200ms as recompression is involved)

Though if not integrating to larger Python works, https://github.com/cielavenir/7bgzf/blob/master/applet/7png.c program is 10x faster (approx 2ms) (and better-recompression can be added on-demand).
