Working with large files - tiff files made with montage are possibly corrupted

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
dreamspy
Posts: 1
Joined: 2017-08-22T16:32:44-07:00
Authentication code: 1151

Working with large files - tiff files made with montage are possibly corrupted

Post by dreamspy »

Hi there

I have a tiff file created by montage, and I'm having troubles opening it up in photoshop.

The files are called:
partition_0_25p.tif
partition_1_25p.tif
partition_2_25p.tif
partition_3_25p.tif

And I'm stitching them together with the command:

Code: Select all

montage partition_[0-3]_25p.tif -tile 4x1 -geometry +0+0  -compress lzw fullMontage_25p.lzw.tif
Montage spits out a 2.4 GB file. When I try to open it up in Photoshop I get the error: "Could not complete your request because of a problem parsing the TIFF file."

Now this has definitely something to do with the size of the file. I tried stitching smaller versions of my files, and that tiff file opened up quite easily in Photoshop. Now I've tried to export to psd and psb, and photoshop just complains that this version of photoshop can't open up those files.

The image I'm working with is about 300000x6000, so about 1800MP.

Anyone know how to get around this problem? Are there some different measures that one needs to take into account when working with huge files?

regards
Frímann Kjerúlf
Post Reply