Metadata-Version: 1.1
Name: purepng
Version: 0.1.3
Summary: Pure Python PNG image encoder/decoder
Home-page: https://github.com/scondo/purepng
Author: Pavel Zlatovratskii
Author-email: scondo@mail.ru
License: MIT License
Description: 
        PurePNG allows PNG image files to be read and written using pure Python.
        PurePNG can read and write all PNG formats.
        PNG supports a generous variety of image formats: RGB or greyscale, with or
        without an alpha channel; and a choice of bit depths from 1, 2 or 4
        (as long as you want greyscale or a pallete),
        8, and 16 (but 16 bits is not allowed for palettes).
        A pixel can vary in size from 1 to 64 bits: 1/2/4/8/16/24/32/48/64.
        In addition a PNG file can be interlaced or not.
        An interlaced file allows an incrementally refined display of images being
        downloaded over slow links (yet it`s not implemented in PurePNG for now).
        
        PurePNG is written in pure Python(that`s why it`s called Pure).
        
Platform: UNKNOWN
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
