Unable to read multipage TIFF file past page 6459
Posted: 2018-12-24T18:22:50-07:00
Hello,
I have a 20GB multipage TIFF file whose individual pages I want to extract and save. I seem to be running into problem after page 6549. Using the command magick convert -quiet "input.tiff[6550-7000]" "output%d".tiff ,
I get the following error convert: too many exceptions (exception processing is suspended) @ error/exception.c/ThrowException/969.
Is this because of the 4GB limit on the maximum TIFF file size? Is there a workaround using BigTiff? I'm using ImageMagick-7.0.8
Any help is much appreciated.
I have a 20GB multipage TIFF file whose individual pages I want to extract and save. I seem to be running into problem after page 6549. Using the command magick convert -quiet "input.tiff[6550-7000]" "output%d".tiff ,
I get the following error convert: too many exceptions (exception processing is suspended) @ error/exception.c/ThrowException/969.
Is this because of the 4GB limit on the maximum TIFF file size? Is there a workaround using BigTiff? I'm using ImageMagick-7.0.8
Any help is much appreciated.