Hey there,
Right now, I have a lot of PNG images that I need to convert and resize all at once. I don't know the best way to do this because I don't have much experience with scripting or image processing tools.
I wish to:
I have hundreds (or maybe thousands) of PNG files from a folder. I want to change their format (to JPG or WebP, for example), but also change their size at the same time.
I want to keep the aspect ratio, but I also want to set a limit width or height (for example, make all images no wider than 800px).
I've read that tools like Python (with PIL or Pillow), ImageMagick, or command-line utilities can help, but I'm not sure how to create the script or command correctly.
Can you give me a step-by-step method or a script/command that can resize and convert a lot of PNG photos at once without losing quality or changing the aspect ratio?
Thank you!