Replies: 1 comment 6 replies
-
|
There is nothing in the html spec that allows you to retrieve the pixels of an |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
My current code is like:
But
Symbol("[[bitmapData]]")is undocumented and probably isn't part of stable API.Also
img[Object.getOwnPropertySymbols(img).find(sym=>"[[bitmapData]]"===sym.description)]format depends on file format:Is there stable API for getting pixels from
ImageBitmap?Beta Was this translation helpful? Give feedback.
All reactions