Easily resize/compress images.
Have a folder named "raw" with the images you want to downscale/compress.
PIL. In terminal:
pip install pillow
Find k, that is your image size (e.g. if you want to half it, lower the value of k to 0.5).
Optimize tag is to further reduce the size.