Command or Script to batch convert images in subfolders.
Posted: 2011-11-28T13:29:08-07:00
I have about 3000 sub folders in a directory each containg a single jpg images 200x300. I want to create a new resized image (78x112) in each of those subfolders.
so convert /poster/subfolder1/*.jpg to /poster/subfolder1/thumbnail.jpg
next /poster/subfolder2/*.jpg to /poster/subfolder2/thumbnail.jpg
ect......
I don't want to cd and run simple convert command 3000 times.
Is there a command of script to do this mass change.
Thank you!
so convert /poster/subfolder1/*.jpg to /poster/subfolder1/thumbnail.jpg
next /poster/subfolder2/*.jpg to /poster/subfolder2/thumbnail.jpg
ect......
I don't want to cd and run simple convert command 3000 times.
Is there a command of script to do this mass change.
Thank you!