We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce the behavior:
instead of displaying the picture a errormessage appears
TIF picture should be displayed
see attached
Problem is also reported to [Magick.NET] (https://github.com/dlemstra/Magick.NET) dlemstra/Magick.NET#1310 (comment) with possible workaround dlemstra/Magick.NET#1310 (comment)
picture.zip
The text was updated successfully, but these errors were encountered:
PhotoCodec: ignore TIF tags for #1454
fbdd963
I managed to make it work by ignoring 3 tags:
"34022", // ColorTable "34025", // ImageColorValue "34026", // BackgroundColorValue
Will include this in the future release
Sorry, something went wrong.
ImageGlass Moon 9.0 beta 3 fixes this issue
d2phap
No branches or pull requests
System information:
To Reproduce
Steps to reproduce the behavior:
Actual behavior:
instead of displaying the picture a errormessage appears
Expected behavior:
TIF picture should be displayed
Screenshots:
see attached
Additional context:
Problem is also reported to [Magick.NET] (https://github.com/dlemstra/Magick.NET)
dlemstra/Magick.NET#1310 (comment)
with possible workaround
dlemstra/Magick.NET#1310 (comment)
picture.zip
The text was updated successfully, but these errors were encountered: