You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
No response
Describe the solution you'd like
In my project, image data is from a camera and the sdk of it is using the native pointer. It's not possible to add the conversion from native pointer to the managed byte array due the performance requirement. So I wonder is it possible to expose the native pointer version for the Read method of the MagickImage?