I am trying to convert some TIF files to PDF and ran into a problem with one of the files. I have added the file as an attachment here.
This is the exact error that I get,
> : Null count for "Tag 34026" (type 1, writecount -3, passcount 1). `_TIFFVSetField' @ error/tiff.c/TIFFErrors/565
Under __RelatedExceptions__, I also see a number of statements similar to,
> Unknown field with tag 34030 (0x84ee) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/905
This is the exact place where exception gets thrown,
```
using(MagickImage image = new MagickImage("STREAM CONTAINING TIF FILE CONTENT"))
{
// Do something with the file
}
```
NuGet Package details:
> <package id="Magick.NET-Q8-AnyCPU" version="7.0.2.400" targetFramework="net452" />
Any reasons on why this is happening and some possible workarounds for fixing the problem would be really appreciate.
Comments: Thanks @dlemstra. Is there a comprehensive list of invalid TIFF tags that is not supported by your TIFF reader ?
This is the exact error that I get,
> : Null count for "Tag 34026" (type 1, writecount -3, passcount 1). `_TIFFVSetField' @ error/tiff.c/TIFFErrors/565
Under __RelatedExceptions__, I also see a number of statements similar to,
> Unknown field with tag 34030 (0x84ee) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/905
This is the exact place where exception gets thrown,
```
using(MagickImage image = new MagickImage("STREAM CONTAINING TIF FILE CONTENT"))
{
// Do something with the file
}
```
NuGet Package details:
> <package id="Magick.NET-Q8-AnyCPU" version="7.0.2.400" targetFramework="net452" />
Any reasons on why this is happening and some possible workarounds for fixing the problem would be really appreciate.
Comments: Thanks @dlemstra. Is there a comprehensive list of invalid TIFF tags that is not supported by your TIFF reader ?