Bulk Resize Images without losing quality

PrayingMantis

Regular Member
Joined
Aug 2, 2019
Messages
337
Reaction score
79
Hello, I want to resize the dimensions of 500 images without losing the quality. They are very large images taken professionally. I don't want to do this manually so a batch process makes sense for me.

Please Suggest Softwares.
 
Photoshop, easy: https://digital-photography-school.com/how-to-batch-resize-in-photoshop/. You can manually set the quality and a bunch of other things.
This thing. You can automate the process easily. Also resizing in bulk as well.
 
Photoshop batch processing works fine. If you are looking for something free, then ffmpeg should also work fine (but it's cli mode).

If wanna try ffmpeg, here's an example
Code:
https://askubuntu.com/questions/135477/how-can-i-scale-all-images-in-a-folder-to-the-same-width
 
Back
Top