large tiff files being cut after processing

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

Post by magick »

ImageMagick requires gigabytes of temporary disk space to process large files. If the temporary space is not available its possible to the output image will be incomplete or corrupt. If you post a URL to your image we will try the conversion and report back success or failure.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We converted your image without complaint:
  • convert glsds_orig_nogeo.tif -modulate 800 glsds.tif
    convert glsds.tif -resize 10% glsds.png
    display glsds.png
The result did not exhibit the black area you mentioned. We're using ImageMagick 6.2.8-0 on a Fedora Core 5 box.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Recent versions of ImageMagick and the TIFF delegate library may resolve your problem. Copious amounts of free disk space may help as well. Otherwise you may need to try a different solution.
Post Reply