Loading Tiff file throws an exception #2408
-
Hello, I am trying to mutate some Tiff files but when I call Any idea what might be causing this and how it can be fixed? Thank you in advance for the help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I'd say the exception is telling you exactly what this means.
The image is not supported.
Your tiff file contains more than a single entry for this tag which is not supported. The only way this can be "fixed" is for someone to update the decoder to support this scenario. |
Beta Was this translation helpful? Give feedback.
-
I get this error now as well. Would be amazing if that could be supported in the future. |
Beta Was this translation helpful? Give feedback.
-
As of version v3.1.10 the library will no longer throw an exception and correctly decode images like this. https://github.com/SixLabors/ImageSharp/releases/tag/v3.1.10 |
Beta Was this translation helpful? Give feedback.
I'd say the exception is telling you exactly what this means.
The image is not supported.
Your tiff file contains more than a single entry for this tag which is not supported.
The only way this can be "fixed" is for someone to update the decoder to support this scenario.