IImageDecoder implementation for user own format #2032
Unanswered
jz5
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When trying to create a decoder that supports user own format by inheriting IImageDecoder, the Decode method returns an Image object, but it can not include Metadata.
This is because some constructors of Image are internal.
I can send pull requests, but do you have any ideas or policies other than changing the internal constructors to public?
Beta Was this translation helpful? Give feedback.
All reactions