The script is designed to change recursively the resolution rate of multiple images (JPEG). If the jpeg file size is greater than 1 megabyte, the resolution is decreased by 50 percent.
Ex: python3 image_resizer.py /root/Desktop/images
Requirements:
python 3
apt-get install python3
pip3
apt-get install python3-pip
opencv-python
pip3 install opencv-python
numpy
pip3 install numpy
