-
-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image.Load(Span<byte> data) overload please! #489
Comments
Hi @jherby2k We can probably do that yes but please in future use the Gitter channel to discuss feature request as described in the contribution guidelines. |
Thanks and sorry about that! |
No worries, it's just I get the fear every time someone opens up an issue 😨 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simple feature request... since you guys are using System.Memory extensively, how about supporting it from the API? I'd really like to be able to pass in a Span of bytes directly to Image.Load without having to allocate an array.
The text was updated successfully, but these errors were encountered: