Page 1 of 1

montage creates broken HiRes image withour error message

Posted: 2010-05-01T07:19:51-07:00
by nadar
Version: ImageMagick 6.6.0-4 2010-03-17 Q16
Linux 2.6.33-2.slh.10-sidux-686
3.5 GB RAM (32 bit as you can see)

The command i question is

Code: Select all

montage tmp-zoomify-row-*.jpg -geometry +0+0 -tile 1x256
There are 49 images to be montaged each of which has 10048 x 256 px.
Montage results in creating an image which upper half is stitched correctly (the first ~25 rows), the lower half is just black.

The original image is http://www.deutschefotothek.de/?df_dk_0 ... dmode=zoom.
One can retrieve the tiles from http://fotothek.slub-dresden.de/zooms/d ... dk_0003213
using this script: http://commons.wikimedia.org/wiki/Help: ... zoomify.py

Re: montage creates broken HiRes image withour error message

Posted: 2010-05-07T10:18:21-07:00
by magick
We get a permission exception for http://fotothek.slub-dresden.de/zooms/d ... dk_0003213 . It would be helpful if you bundled the images with a simple script so we can download and reproduce the problem. Thanks.

Re: montage creates broken HiRes image withour error message

Posted: 2010-05-13T03:14:14-07:00
by nadar
To get the image from the server the command would have been

Code: Select all

dezoomify.py  http://fotothek.slub-dresden.de/zooms/df/dk/0003000/df_dk_0003213 
Here you can download the tiles montaged to rows already:
http://www.imagenetz.de/ff2d8a3d9/rows.tar.html
and this is the command to stitch the rows together (with negative result on my side):

Code: Select all

montage *row*jpg -geometry +0+0 -tile 1x256 joined.jpg