Metadata-Version: 1.1
Name: img_resizer
Version: 0.0.2
Summary: resize 3x image to @1x and @2x for iOS App
Home-page: https://github.com/g761007/img_resizer
Author: Daniel Hsieh
Author-email: a761007@gmail.com
License: MIT
Description: # img_resizer - easy to resize image for iOS app
        
        # Installation
        
        ``
        pip install img_resizer
        ``
        
        # Usage
        
            img_resizer --help
            Options:
                --path TEXT    the directory of images (default: ".")
                --format TEXT  image format (default: png)
        
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
