rnd-team-dev / plotoptix

Data visualisation and ray tracing in Python based on OptiX 7.7 framework.
https://rnd.team/plotoptix
Other
499 stars 26 forks source link

Errors raised when loading Tiff file #29

Open AuSpotter opened 2 years ago

AuSpotter commented 2 years ago

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?

robertsulej commented 2 years ago

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.

AuSpotter commented 2 years ago

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