Metadata-Version: 1.1
Name: simple-image-debayer
Version: 0.0.3
Summary: Python3 library for debayering images using OpenCV.
Home-page: https://github.com/waikato-datamining/simple-image-debayer
Author: Peter Reutemann
Author-email: fracpete@waikato.ac.nz
License: MIT License
Description: The **simple-image-debayer** library allows you to debayer images
        in a directory. It uses OpenCV for the debayering underneath the hood.
        
        Changelog
        =========
        
        0.0.3 (2020-05-25)
        ------------------
        
        - outputting now the time left for processing the remainder of the images as well
        
        
        0.0.2 (2020-05-25)
        ------------------
        
        - `--output_dir` parameter gets used now
        
        
        0.0.1 (2020-05-25)
        ------------------
        
        - initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Multimedia :: Graphics
Classifier: Programming Language :: Python :: 3
