Tool generate mutil image from image input
Here're some of the project's best features:
- Resize
- Noise
- Blur
- Rotate
- Flip (horizontal vertical)
- Brightness - contrast
- Modify Exif(inprocess)
- Convert or compress image(inprocess)
To run this project, you will need to add env python in this project use python version
Python 3.11
👍 You can use a lower version, but I recommend using version 3.8 or higher
Install library necessary In this project using opencv-python for process image
pip install -r requirements.txt pip3 install -r requirements.txtClone the project
git clone https://github.com/MaxiRadomski/picturegenerator.gitGo to the project directory
cd picturegeneratorInstall library
pip install -r requirements.txtRun command line interface(CLI) help
py app.py --help python3 app.py --help py app.py --folder_path images --output_path output --limit 30 --flip-horizontal --noise 10 20 --resize 80 90 --rotation 0 30 --brightness 20 30 --constrast 50 80 --blur gaussian --kn 3 --crop 80 --color