Search found 3 matches

by l2g
2017-05-14T13:09:06-07:00
Forum: Users
Topic: Splitting montage thumbnail output across multiple files (if X images found)
Replies: 4
Views: 3981

Re: Splitting montage thumbnail output across multiple files (if X images found)

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!
by l2g
2017-05-14T12:01:13-07:00
Forum: Users
Topic: Splitting montage thumbnail output across multiple files (if X images found)
Replies: 4
Views: 3981

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 ...
by l2g
2017-05-14T11:11:50-07:00
Forum: Users
Topic: Splitting montage thumbnail output across multiple files (if X images found)
Replies: 4
Views: 3981

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 5x ...