plotoptix icon indicating copy to clipboard operation
plotoptix copied to clipboard

Errors raised when loading Tiff file

Open AuSpotter opened this issue 3 years ago • 2 comments

I have a tiff file, which displays correctly but also leads to many errors popping up:

ReadDirectory: Warning, C:\Users\image.tif: unknown field with tag 33550 (0x830e) encountered

Is this because I'm using geotiff RGBA files?

AuSpotter avatar Apr 02 '22 17:04 AuSpotter

Hi Shawn,

I saw this message when reading tiff files. It comes from the libtiff library, which is used to load tiff format. In my case it did not block reading the image. I guess libtiff does not recognize all the content possible to store in tiff.

Does your image load anyway? If you can attach sample image I can have a look at the problem and check.

I'll also check if there are any updates to libtiff.

robertsulej avatar Apr 02 '22 19:04 robertsulej

Yes, I was also able to load and display the image without issue!

AuSpotter avatar Apr 04 '22 04:04 AuSpotter