Search found 5 matches
- 2016-09-21T16:41:05-07:00
- Forum: Users
- Topic: [SOLVED]Help: creating contactsheet with imagemagic's montage
- Replies: 8
- Views: 7076
Re: Help: creating contactsheet with imagemagic's montage
thanks, this solution works perfectly well, resizing them with proper labels for each ina loop and then just making a montage. Great,thanks!
- 2016-09-21T15:37:50-07:00
- Forum: Users
- Topic: [SOLVED]Help: creating contactsheet with imagemagic's montage
- Replies: 8
- Views: 7076
Re: Help: creating contactsheet with imagemagic's montage
You are first reducing them down to 200x200 before reading them into montage, yes? So it doesn't matter how large the source images are?
no, not reducing them, if I do then the '%wx%h' label would give incorrect information about the image sizes. (if I add the -define jpeg:size=200x200 option, as ...
no, not reducing them, if I do then the '%wx%h' label would give incorrect information about the image sizes. (if I add the -define jpeg:size=200x200 option, as ...
- 2016-09-21T14:53:55-07:00
- Forum: Users
- Topic: [SOLVED]Help: creating contactsheet with imagemagic's montage
- Replies: 8
- Views: 7076
Re: Help: creating contactsheet with imagemagic's montage
thanks so much for replying, but sadly it doesn't solve my problem at all.
yes, covert works, and fine (though image files only increase in size)
however when running a command to generate the contact sheet
montage *.miff out.jpg
I face the same problem. Imagemagick will read each file and keep ...
yes, covert works, and fine (though image files only increase in size)
however when running a command to generate the contact sheet
montage *.miff out.jpg
I face the same problem. Imagemagick will read each file and keep ...
- 2016-09-21T12:14:56-07:00
- Forum: Users
- Topic: [SOLVED]Help: creating contactsheet with imagemagic's montage
- Replies: 8
- Views: 7076
Re: Help: creating contactsheet with imagemagic's montage
thanks for the reply!
How would I then complete all into one single contact sheet image? Can you show on a simple example?
How would I then complete all into one single contact sheet image? Can you show on a simple example?
- 2016-09-21T05:38:51-07:00
- Forum: Users
- Topic: [SOLVED]Help: creating contactsheet with imagemagic's montage
- Replies: 8
- Views: 7076
[SOLVED]Help: creating contactsheet with imagemagic's montage
Hello everyone.
So I created contact sheet with image thumbnails, their filename and image sizes with the following command:
montage -verbose -label '%wx%h\n%t' -font Helvetica -pointsize 10 -background '#FFFFFF' -fill 'gray' -geometry 200x200+2+2 -auto-orient *.jpg out.jpg
however when I run ...
So I created contact sheet with image thumbnails, their filename and image sizes with the following command:
montage -verbose -label '%wx%h\n%t' -font Helvetica -pointsize 10 -background '#FFFFFF' -fill 'gray' -geometry 200x200+2+2 -auto-orient *.jpg out.jpg
however when I run ...