You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, there's a need to manipulate certain image pixel colors.
What I have in mind is an ImageSource implementation of Android Bitmap getPixels() and setPixels() for both platforms.
Their functionality is similar to HTML Canvas getImageData/putImageData: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/getImageData
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sometimes, there's a need to manipulate certain image pixel colors.
What I have in mind is an ImageSource implementation of Android Bitmap
getPixels()
andsetPixels()
for both platforms.Their functionality is similar to HTML Canvas
getImageData/putImageData
: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/getImageDataBeta Was this translation helpful? Give feedback.
All reactions