Search found 1 match
- 2014-09-16T03:19:48-07:00
- Forum: Users
- Topic: Run a batch to a destination folder
- Replies: 1
- Views: 1135
Run a batch to a destination folder
I have a textfile that contains a range of filenames of images. I want IM to convert each one of them into thumbnails and place them in a certain folder. I came up with this so far: convert @"C:\Temp\list.txt" -thumbnail "50x50" But how can I make sure IM creates the thumbnails in a specified folder ...