Resizing images

Posted on Sun 12 April 2020 in Programming • Tagged with Utility

For the my other blog about models and hobby, I frequently need to resize a batch of images. Using ImageMagik is possible, but after a couple images it become boring and time consuming.

So, being stuck at home, I came up with a small python script which use the Python …


Continue reading