Console app for batch images conversion from color to B/W using OpenCV. Result saves at the source image directory
- install dependencies
pip install -r [path_to_app_dir]requirements.txt - run in terminal
python [path_to_app_dir]main.py "[path_to_images_dir]" - PROFIT!
- use path to image file as a key for certain file conversion
- use
-ikey for run app in interactive mode - in interactive mode the app shows source image and result image. User have to press any key for continue
- all existing result files will be overwrite
- the app was made just for fun and wasn't tested