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

getImageData function on Context2d #45

Open
sjrct opened this issue Feb 12, 2015 · 0 comments
Open

getImageData function on Context2d #45

sjrct opened this issue Feb 12, 2015 · 0 comments

Comments

@sjrct
Copy link
Contributor

sjrct commented Feb 12, 2015

getImageData is a standard function that should exist on the Context2D object, which is as of now not implemented in browser or on native. We do, after all, use it in at least one occasion.

There is some degree of complication with implementing this in the standard fashion as Uint8ClampedArray does not seem to be defined on native android, at the very least. Although that could be emulated with an array of plain JavaScript numbers.

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

1 participant