Mogrify TIFF - Too many exceptions
Posted: 2017-07-03T12:26:36-07:00
I have a script that I run on a window VM runs through a directory and combines 2 TIFF images into 1. Basically, its the front and back of a document and creates 1 file. I have since install Imagemagick on my Mac OS Sierra 10.12.5. When I run this same command, it makes it 50% of the way through the directory then fails with "Mogrify: too many exceptions" (exceptions processing suspended)":
All the information returned are warnings only. Here is the command that I am running:
I have run "-quite" on the command as well, it still stops processing. There are about 4,000 files in the directory.
Is there a way to have it continue on a warning?
Other info:
LIBTIFF version 4.0.8
ersion: ImageMagick 6.9.8-10 Q16 x86_64 2017-07-03 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules
Delegates (built-in): bzlib djvu fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms ltdl lzma openexr png ps tiff webp x xml zlib
Code: Select all
mogrify: Unknown field with tag 292 (0x124) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/915.
mogrify: incorrect count for field "PageNumber", expected 2, got 1. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/915.
mogrify: Unknown field with tag 292 (0x124) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/915.
mogrify: incorrect count for field "PageNumber", expected 2, got 1. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/915.
mogrify: Unknown field with tag 292 (0x124) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/915.
mogrify: incorrect count for field "PageNumber", expected 2, got 1. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/915.
mogrify: Unknown field with tag 292 (0x124) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/915.
mogrify: incorrect count for field "PageNumber", expected 2, got 1. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/915.
mogrify: Unknown field with tag 292 (0x124) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/915.
mogrify: incorrect count for field "PageNumber", expected 2, got 1. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/915.
mogrify: Unknown field with tag 292 (0x124) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/915.
mogrify: incorrect count for field "PageNumber", expected 2, got 1. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/915.
mogrify: Unknown field with tag 292 (0x124) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/915.
mogrify: incorrect count for field "PageNumber", expected 2, got 1. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/915.
mogrify: Unknown field with tag 292 (0x124) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/915.
mogrify: incorrect count for field "PageNumber", expected 2, got 1. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/915.
mogrify: Unknown field with tag 292 (0x124) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/915.
mogrify: incorrect count for field "PageNumber", expected 2, got 1. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/915.
mogrify: Unknown field with tag 292 (0x124) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/915.
mogrify: incorrect count for field "PageNumber", expected 2, got 1. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/915.
mogrify: too many exceptions (exception processing suspended).
Code: Select all
mogrify -append -quality 100 -path ./PNGs/ -format png *.tiff
Is there a way to have it continue on a warning?
Other info:
LIBTIFF version 4.0.8
ersion: ImageMagick 6.9.8-10 Q16 x86_64 2017-07-03 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules
Delegates (built-in): bzlib djvu fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms ltdl lzma openexr png ps tiff webp x xml zlib