Metadata-Version: 1.1
Name: numpngw
Version: 0.0.2
Summary: Write numpy array(s) to a PNG or animated PNG file.
Home-page: https://github.com/WarrenWeckesser/numpngw
Author: Warren Weckesser
Author-email: UNKNOWN
License: BSD
Description: 
        This python package defines the function `write_png` that writes a
        numpy array to a PNG file, and the function `write_apng` that writes
        a sequence of arrays to an animated PNG file.  Also included is the
        class `AnimatedPNGWriter` that can be used to save a Matplotlib
        animation as an animated PNG file.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
