Search found 4 matches
- 2018-04-19T07:00:39-07:00
- Forum: Users
- Topic: trouble creating contact sheet with montage
- Replies: 6
- Views: 4724
Re: trouble creating contact sheet with montage
Thanks! That's exactly what I needed. In case its useful for anyone, the code I've thus far settled on is below: montage -verbose^ -define jpeg:size=250x250 ^ -geometry 250x250+15+10 ^ -title "%~n1" ^ -tile 4x5 ^ -label %%f ^ -font Arial ^ -pointsize 6 ^ -density 150^ -background "#ffffff" ^ -fill ...
- 2018-04-18T11:13:42-07:00
- Forum: Users
- Topic: trouble creating contact sheet with montage
- Replies: 6
- Views: 4724
Re: trouble creating contact sheet with montage
fmw42,
I'm looking for the opposite of that. I want a border around the montage. like this:
Thanks again for your help
I'm looking for the opposite of that. I want a border around the montage. like this:
Thanks again for your help
- 2018-04-18T06:38:25-07:00
- Forum: Users
- Topic: trouble creating contact sheet with montage
- Replies: 6
- Views: 4724
Re: trouble creating contact sheet with montage
Hi fmw42, Thanks for your response. I had read the before posting but was in a rush when I posted and forgot to add my version info: ImageMagick 6.9.0-1 Q16 x64 2014-12-22 I think I'm not clear on what your recommending. I added "-border 150" to my above script and this is what I got: https://imgur ...
- 2018-04-17T15:06:10-07:00
- Forum: Users
- Topic: trouble creating contact sheet with montage
- Replies: 6
- Views: 4724
trouble creating contact sheet with montage
I'm fairly new to this so apologies up front. I want to make a multi-page pdf (8.5"x11"-letter) contact sheet based on the contents of a folder using a batch file. So far so good. Where I run into trouble is: I want margins around the outside of the content so that it prints correctly on a printer ...