Image Resolution

CHANGE IMAGE RESOLUTION

Inside the script folder is attached a small program created in python
to change the resolution of the images automatically.

Attention: You can change the resolution and quality of the images opening the 
resize.py file and changing the next values:
basewidth = 184
quality = 100 (100 it's de maxium quality)

1. If you do not have Python installed, download it from the following link: 
https://www.python.org/downloads/

2. Open a CMD or PowerShell window in the script's folder and use the following command:

pip install -r requirements.txt

3. Now run the following command:

python .\resize.py

4. You will see how all the images start to load. 
Once finished, refresh and restart the script.

You can also download an executable (only for windows servers):

Last updated