Python scripts for image resizing - check readme for more info
PythonMIT
Image resizing scripts
Scrpit1 - Resize given image (path in code) by dividing its shape by 2. Save resized image as new file.
Script2 - Resize all images in script directory to designated resolution (set in script). Save resized files as new file with 'resized_' add to name and let user chose did he want greyscale or color version output.