Metadata-Version: 1.1
Name: simple-image-debayer
Version: 0.0.4
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.4 (2020-06-04)
        ------------------
        
        - added option `--ignore_errors` to keep debayering images despite errors
        - added option `--delete` to delete input file when successfully debayered
        - outputting total processing time now at the end
        - split code into more fine-grained methods to make it easier to use the tool as Python library
        
        
        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
