Metadata-Version: 1.1
Name: PngDistill
Version: 0.0.1
Summary: A Python Implementation of PNG Distill
Home-page: https://github.com/CrshOverride/py-png-distill
Author: Justin Niessner
Author-email: CrshOverride@gmail.com
License: MIT
Description: Py PNG Distill
        ==============
        
        PNGs are all over the place. Unfortunately, they're usually bloated with unecessary and poorly compressed data. This package aims to help you fix that by giving you what you need to distill your files to the smallest possible size before serving them. All you need to do is call distill with either a filename to open or an already opened file.
        
Keywords: png development image optimization
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
