The -resize switch greatly helped ease the scripting. I got it working the way i want it now. You can close/lock this thread if you want.
Thank you so much for all of your help!
Search found 3 matches
- 2017-05-14T13:09:06-07:00
- Forum: Users
- Topic: Splitting montage thumbnail output across multiple files (if X images found)
- Replies: 4
- Views: 4288
- 2017-05-14T12:01:13-07:00
- Forum: Users
- Topic: Splitting montage thumbnail output across multiple files (if X images found)
- Replies: 4
- Views: 4288
Re: Splitting montage thumbnail output across multiple files (if X images found)
Thank you for your fast response; I'll do just as you say and set up a small script to do what i want through small batches.
That said though, i just have one last question: this argument here (in the montage call): *[240x180]
Will it become:
file1 file2 ... file200 [240x180]
Or will it become ...
That said though, i just have one last question: this argument here (in the montage call): *[240x180]
Will it become:
file1 file2 ... file200 [240x180]
Or will it become ...
- 2017-05-14T11:11:50-07:00
- Forum: Users
- Topic: Splitting montage thumbnail output across multiple files (if X images found)
- Replies: 4
- Views: 4288
Splitting montage thumbnail output across multiple files (if X images found)
This command has done me so much justice; i love it. I was able to thumbnail all of the photos I took with my digital camera over the years with a simple Linux find command merged with this:
montage -label '%t\n%[width]x%[height]' \
-size 512x512 '*[240x180]' -auto-orient \
-geometry +5+5 -tile ...
montage -label '%t\n%[width]x%[height]' \
-size 512x512 '*[240x180]' -auto-orient \
-geometry +5+5 -tile ...