Page 1 of 1

indexprint with margin

Posted: 2013-05-31T02:07:29-07:00
by f.gruber
Hi,
please can you help me to get margins to an indexprint created with montage.
I made this little script:

Code: Select all

targetfile=/tmp/indexprint.pdf
tile=$(kdialog --radiolist "Anordnung der Bilder:" 2x3 "2 x 3" off 3x4 "3 x 4" on 4x5 "4 x 5" off)
montage -monitor -auto-orient -label %f -geometry 320x320+10+10 -tile $tile $sourcefiles $targetfile
okular $targetfile
How can I put margins around the output? The -geometry option only makes spacings between the thumbnails but not on the margins.
I tried something with -page option but I do not get the right result.

Thank you in advance you for help.
Ferdinand

Re: indexprint with margin

Posted: 2013-05-31T08:07:47-07:00
by snibgo
I'm not sure what you want, but perhaps "-bordercolor Red -border 10" or something.