Metadata-Version: 1.1
Name: renormimg
Version: 0.0.1
Summary: Renormalise a set of images on the command line
Home-page: https://github.com/rjw57/renormimg
Author: Rich Wareham
Author-email: rjw57@cantab.net
License: MIT
Description: Renormalise images from the command line
        ========================================
        
        This is a simple script to renormalise one or more images from the
        command line and save them in lossless PNG format. The images are read,
        their maximum and minimum values determined and are re-scaled
        appropriately.
        
        See ``renormimg --help`` for more information.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Utilities
