Metadata-Version: 1.0
Name: rawimg
Version: 0.0.2
Summary: UNKNOWN
Home-page: UNKNOWN
Author: SATO Naoya
Author-email: s@tonaoya.com
License: MIT
Description: rawimg: Tool for raw images
        ===========================
        
        Installation
        ------------
        
        pypi::
        
            pip install rawimg
        
        github::
        
            pip install -e git+http://github.com/satonaoya/rawimg.git#egg=rawimg
        
        Usage
        -----
        Preview raw images::
        
            $ rawimg preview yourfile.raw -s 256x256
        
        Save the image under the given filename::
        
            $ rawimg save yourfile.raw -s 256x256 -o new.raw
        
        Author
        ------
        
        SATO Naoya
        
        License
        -------
        
        MIT License
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
