Skip to content
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

Closed
jherby2k opened this issue Mar 15, 2018 · 4 comments
Closed

Image.Load(Span<byte> data) overload please! #489

jherby2k opened this issue Mar 15, 2018 · 4 comments

Comments

@jherby2k
Copy link

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.

@JimBobSquarePants
Copy link
Member

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.

@jherby2k
Copy link
Author

Thanks and sorry about that!

@JimBobSquarePants
Copy link
Member

No worries, it's just I get the fear every time someone opens up an issue 😨

@antonfirsov
Copy link
Member

@jherby2k we got it in with #567. Check out beta4!

For future planes see #565.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants