Metadata-Version: 1.1
Name: indexed-png-stats
Version: 0.0.4
Summary: Python library that inspects (and can remaps) indexed PNG files.
Home-page: https://github.com/waikato-datamining/indexed-png-stats
Author: Peter Reutemann
Author-email: fracpete@waikato.ac.nz
License: MIT
Description: Python library that inspects indexed PNG files and outputs the pixel counts
        per palette entry.
        Can inspect multiple directories and work recursively as well.
        Output can be as summary or per file, in plain-text or JSON.
        It is also possible to remap palette indices, e.g., replacing 5 with 1.
        Changelog
        =========
        
        0.0.4 (2023-10-25)
        ------------------
        
        - added `indexed-png-remap` tool for remapping color palette entries
          (eg replacing 5 with 1).
        
        
        0.0.3 (2023-06-23)
        ------------------
        
        - fixed recursive analysis, no longer iterates through characters of path,
          verbose flag is passed on now too
        
        
        0.0.2 (2023-06-15)
        ------------------
        
        - added missing MANIFEST.in
        - `--image_dir` supports multiple directories now
        
        
        0.0.1 (2023-06-14)
        ------------------
        
        - Initial release
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
