So I went for the command-line approach, with the tool montage
from ImageMagick. The pictures should measure 35x45mm in the end. I used the following command-line options:
-tile 3x2
6 small picture fit on the target paper-geometry 700x900
the size of an individual image (not the one of the whole montage); it is a multiple of 35x45 and gives a neat resolution in the end-border 8%x5% -bordercolor white
to add a neat white border around the pictures. The numbers are computed so that the overall picture respects (around) the 13x10 aspect ratio
In short, that gives this:
montage -tile 3x2 -geometry 700x900 -border 8%x5% \ -bordercolor white Morgane.jpg +clone +clone \ +clone +clone +clone target.jpg
The +clone
just tell montage
to reuse the last picture used.
1 comment:
Thanks a lot you have given this stuff to me you can’t even imagine that how important it is for me. Employee ID Cards
Post a Comment