Coder Error Reading TIFF Image with Group 4 Compression

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
Post Reply
samthao
Posts: 1
Joined: 2013-11-20T12:11:25-07:00
Authentication code: 6789

Coder Error Reading TIFF Image with Group 4 Compression

Post by samthao »

Reading TIFF CCITT Group 4 (scanned or faxed) images with MagickImage in C# throws MagickCoderErrorException. The exception message is shown below:
Magick:: Null count for "Tag 32934" (type 4, writecount -3, passcount 1).
'_TIFFVSetField' @ error/tiff.c/TIFFErrors/563

If the TIFF image is decompressed first, then the reading works fine. Anyone came across this error before and any suggestions on how to resolve this?

Thanks,
Sam
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Coder Error Reading TIFF Image with Group 4 Compression

Post by dlemstra »

It is better to ask question related to Magick.NET here: https://magick.codeplex.com/discussions. Can you include a good and a bad image in your post there? And a code example?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply