select some images in a whole batch
Posted: 2019-08-20T06:26:15-07:00
Hello everybody
I have to run this command :
but I would like it to consider only jpg in the whole batch witch smallest side is above 800 px (I dont want it to force smallest images in the batch up to 800px).
Is there a way to do that ?
Thank you in adavance for your help.
ChloƩ.
I have to run this command :
Code: Select all
mogrify -resize 800x800^ *.jpg
Is there a way to do that ?
Thank you in adavance for your help.
ChloƩ.