BlazorExtensions / Canvas

HTML5 Canvas API implementation for Microsoft Blazor
MIT License
614 stars 146 forks source link

Is there no support for getImageData (pulling pixels off the canvas)? #97

Closed edhalsim closed 3 years ago

edhalsim commented 3 years ago

HTML5 supports this. How can I read a block of pixels from the canvas?

KristofferStrube commented 3 years ago

Hey @edhalsim , The appropriate API is not exposed through this wrapper. I was working on doing this but wanted to have something that worked before engaging. My progress can be seen here. https://github.com/KristofferStrube/Canvas/tree/workGetImage . I might get around to making a pull request for this during this week.

mizrael commented 3 years ago

yeah I would love to see this included in the library.

KristofferStrube commented 3 years ago

@mizrael it doesn't seem like this repo is being updated anymore so I won't make the PR.

mizrael commented 3 years ago

I contacted the owners a while ago for a PR I raised. @attilah replied but I haven't heard from him since.

attilah commented 3 years ago

I finished updating the Logging to .NET 5.0, canvas is the next on the list, please bear with us ;-)

Thaina commented 3 years ago

@attilah This repo still alive?