montage creates broken HiRes image withour error message

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
nadar

montage creates broken HiRes image withour error message

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: montage creates broken HiRes image withour error message

Post 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.
nadar

Re: montage creates broken HiRes image withour error message

Post 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
Post Reply