I have created a revised version of the original WebP Resizer Ultimate python program (see v1 here).
The new addition is a "Scale down" option, which allows you to scale down the resolution of the images before WebP conversion. You can select either (0.5 or 0.25), eg 0.5 will make a 100x100 image be 50x50. This is useful for resizing images of different aspect ratios where the "Resize images" option will not suffice.
Note: The "Scale down" option overrides the "Resize images" option.
All other features remain the same.
The same dependencies as the original are required, python3.6+ as well as the pillow pip package:
| Windows & macos | linux |
|---|---|
| pip install Pillow | sudo apt install python3-pillow |

Download the python file here: WebP_Resizer_Ultimate.py
