Replies: 1 comment 2 replies
-
Image.LoadPixelData with a ReadOnlySpan of pixels (made from
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the following constructor in System.Drawing to load an image from IntPtr (Scan0). How can I achieve this using Imagesharp?
Bitmap newBitmap = new Bitmap(width, height, stride, PixelFormat.Format32bppArgb, (IntPtr)scan0);
Beta Was this translation helpful? Give feedback.
All reactions