resize with @ option, but skip small images
Posted: 2008-02-03T12:36:17-07:00
Hi!
ImageMagick is so perfect in every way, except when (batch) resizing images to a given pixel area (with "@" option), it is impossible to skip images that are smaller than the given area.
I use this to downsize photos, but I don't want to enlarge photos that are already small:
ImageMagick is so perfect in every way, except when (batch) resizing images to a given pixel area (with "@" option), it is impossible to skip images that are smaller than the given area.
I use this to downsize photos, but I don't want to enlarge photos that are already small:
Code: Select all
mogrify -resize 1333000@ -unsharp 0x0.5 -quality 95% *.jpg