2018-01-08 I happened to have a set of image stripes in PDF format that to- gether formed an image. Don't ask me, why someone would store an image in this hilarious form, I just received them from someone and should fix it. ;-) I converted and montaged them this way: for i in *.pdf ; do convert $i -geometry 1600 -rotate 270 $i.jpg ; done montage +frame +shadow +label -tile 1x12 -geometry +0+0 in*.jpg out.jpg Don't forget about the `-geometry' option! In montage(1) to fit seamlessly and in convert(1) to influence the sampling! http://marmaro.de/lue/ markus schnalke