Search found 2 matches

by warnic
2013-11-07T12:23:46-07:00
Forum: Users
Topic: How do I force ImageMagick to use x pixel spacing?
Replies: 3
Views: 1305

Re: How do I force ImageMagick to use x pixel spacing?

Thanks very much 'fmw32', I had already attempted to use geometry but must have gotten the usage wrong since it gave me an error emssage. This is the code I'm running and it's splendid: "C:\Program Files (x86)\ImageMagick-6.8.7-Q16\montage.exe" -quality 100 -tile 9x17 -geometry +90+0 -define ...
by warnic
2013-11-04T13:07:15-07:00
Forum: Users
Topic: How do I force ImageMagick to use x pixel spacing?
Replies: 3
Views: 1305

How do I force ImageMagick to use x pixel spacing?

Hi. I have 1217 (jpg) images I am using to create 8 posters in the 0.707:1 ratio that A1/A2/A3 sizes etc use. The images themselves are 370:410 This is the script I've gotten down so far "C:\Program Files (x86)\ImageMagick-6.8.7-Q16\montage.exe" -quality 100 -tile 14x17 -define registry:temporary ...