Search found 2 matches

by f.gruber
2013-05-31T02:07:29-07:00
Forum: Users
Topic: indexprint with margin
Replies: 1
Views: 2715

indexprint with margin

Hi, please can you help me to get margins to an indexprint created with montage. I made this little script: 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 ...
by f.gruber
2012-01-26T14:33:44-07:00
Forum: Users
Topic: montage: wordwrap of long labels
Replies: 1
Views: 4687

montage: wordwrap of long labels

Hi, is there any way to wordwrap long filenames? I use this command: montage -label %f -geometry 150x150+10+10 *.jpg outfile.jpg In my example the filenames are too long for the given size of 150x150 and therefore they are overlapped. That looks ugly. Is there any way to work around this? Thank you ...