Search found 3 matches
- 2013-01-16T06:47:30-07:00
- Forum: Users
- Topic: Avoid overwriting using mogrify
- Replies: 1
- Views: 3282
Avoid overwriting using mogrify
Hi there, I need to improve my script. I have many tif and jpg files in folders jpgs are already processed tif ones. I'm okay with Fred's script : mogrify -path . -format jpg -resize 1500x1000\> *.tif but if one jpg already exist, it is obviously overwritten. is there a way to rename the new file or ...
- 2013-01-16T06:38:50-07:00
- Forum: Users
- Topic: convert + resize tif to jpeg for a LOT of folders/subfolders
- Replies: 3
- Views: 5101
Re: convert + resize tif to jpeg for a LOT of folders/subfol
Hi Fred,
many thanks for your command.
I read about memory problem if we want to do that recursively in MANY folder + subfolders.
any point of view about that ?
is it possible to make a script with a loop to do that? the question is: to let mogrify make the loop or the shell..
many thanks for your command.
I read about memory problem if we want to do that recursively in MANY folder + subfolders.
any point of view about that ?
is it possible to make a script with a loop to do that? the question is: to let mogrify make the loop or the shell..
- 2013-01-14T01:41:12-07:00
- Forum: Users
- Topic: convert + resize tif to jpeg for a LOT of folders/subfolders
- Replies: 3
- Views: 5101
convert + resize tif to jpeg for a LOT of folders/subfolders
Hi there, I read this one: http://www.imagemagick.org/discourse-server/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 ...