How do I force ImageMagick to use x pixel spacing?
Posted: 2013-11-04T13:07:15-07:00
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
But obviously the result never strictly adheres to the 0.707:1 ratio.
It would be fine if I used some images twice or skipped out on <50 images, or if there was some even spacing in between
all of the images, but I can't for the life of me find how I add say, 1 pixels, 2 pixels or 3 pixels in between all images so as to adhere to the ratio.
Can someone help me?
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
Code: Select all
"C:\Program Files (x86)\ImageMagick-6.8.7-Q16\montage.exe" -quality 100 -tile 14x17 -define registry:temporary-path="D:\Temp" -define png:include-chunk=none -mode concatenate "C:\Users\Master\Desktop\Runs\Run1\*.jpg" "C:\Users\Master\Desktop\Final\FINAL1.png
It would be fine if I used some images twice or skipped out on <50 images, or if there was some even spacing in between
all of the images, but I can't for the life of me find how I add say, 1 pixels, 2 pixels or 3 pixels in between all images so as to adhere to the ratio.
Can someone help me?