Get ICC colour space string for a jpeg #2721
Unanswered
RobBentleyDev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given a jpeg image loaded with ImageSharp, when debugging, I can navigate to the image metadata and see the value I need "sRGB IEC61966-2.1" in the IccTextDescriptionTagDataEntry.Ascii property, but from my client application code I'm unable to access the value in any way. I could cast the TagDataEntry value to IccTextDescriptionTagDataEntry, but that's inaccessible due to it being internal.
Is there some other way I can access that value?
Beta Was this translation helpful? Give feedback.
All reactions