Search found 1 match

by chloe
2019-08-20T06:26:15-07:00
Forum: Users
Topic: select some images in a whole batch
Replies: 1
Views: 7884

select some images in a whole batch

Hello everybody

I have to run this command :


mogrify -resize 800x800^ *.jpg


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 ...