I know what I'm asking sounds really simple and I bet there is a simple solution, but I havent found one yet. I want to resize all images in a folder, keeping aspect ration and setting a max width of 400. However if the image is already smaller than 400 width I dont want to touch it. Most importantly I dont want to change the filename of the files.
I found this command:
But I also found someone saying this was bad b/c the files were processed twice.
What is the best way to do what I'm trying to do?