Metadata-Version: 1.2
Name: RawProc
Version: 0.0.1
Summary: RAW image converter
Home-page: https://github.com/Biblbrox/RawConverter
Author: Aleksey Kuchkov
Author-email: biblbroxxx@gmail.com
License: UNKNOWN
Download-URL: https://github.com/Biblbrox/RawConverter/archive/0.0.1.tar.gz
Description: ## Raw converter
        It's the tool for postprocess camera RAW files to several formats.
        Raw converter uses [RawPy](https://github.com/letmaik/rawpy) library
        ## Sample code
        ```bash
        python3 raw_converter.py /home/user/photo/* --res-dir /home/user/final_photo --out-type .jpeg
        ```
        
        You can get thumbnail for more speed rendering. But on some cameras it don't work 
        and may return different thumbnails for different cameras.
        ```bash
        python3 raw_converter.py /home/user/photo/some_img.CR2 --res-dir /home/user/final_photo --get-thumb
        ```
        
        By default --out-type is .jpeg and --res-dir is same dir with input file
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
