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?
|
private unsafe sealed partial class NativeMagickImage : NativeInstance |
Describe alternatives you've considered
No response
Additional context
No response