convert + resize tif to jpeg for a LOT of folders/subfolders
Posted: 2013-01-14T01:41:12-07:00
Hi there,
I read this one: viewtopic.php?f=1&t=19198
I have many folders + subfolders.
I want to:
- resize all tiffs that are greater than 1500 for width and/or 1000 for height
- convert all tiffs to jpeg with a specific quality factor
I want to do that in-place (I have backups in case of problem)
I don't want to convert other files in these folders (sometimes I have some png and jpeg)
Do I have to use mogrify ?
I read this http://www.imagemagick.org/Usage/basics/#mogrify_not and I don't really know if I HAVE to use mogrify in my case or not.
Does someone would help me with the ImageMagick/Mogrify parameters part (conditional resize + conversion) ?
ANY leads or help would be very appreciate.
I read this one: viewtopic.php?f=1&t=19198
I have many folders + subfolders.
I want to:
- resize all tiffs that are greater than 1500 for width and/or 1000 for height
- convert all tiffs to jpeg with a specific quality factor
I want to do that in-place (I have backups in case of problem)
I don't want to convert other files in these folders (sometimes I have some png and jpeg)
Do I have to use mogrify ?
I read this http://www.imagemagick.org/Usage/basics/#mogrify_not and I don't really know if I HAVE to use mogrify in my case or not.
Does someone would help me with the ImageMagick/Mogrify parameters part (conditional resize + conversion) ?
ANY leads or help would be very appreciate.