Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors raised when loading Tiff file #29

Open
AuSpotter opened this issue Apr 2, 2022 · 2 comments
Open

Errors raised when loading Tiff file #29

AuSpotter opened this issue Apr 2, 2022 · 2 comments

Comments

@AuSpotter
Copy link

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
Copy link
Member

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants