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 ...
Search found 2 matches
- 2013-05-31T02:07:29-07:00
- Forum: Users
- Topic: indexprint with margin
- Replies: 1
- Views: 2889
- 2012-01-26T14:33:44-07:00
- Forum: Users
- Topic: montage: wordwrap of long labels
- Replies: 1
- Views: 4889
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 ...
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 ...