Get pixel from image #1405
-
How to get a specific pixel r,g,b,a values at specific coords in a Uint8Array returned by SkImage.encodeToBytes() |
Beta Was this translation helpful? Give feedback.
Answered by
wcandillon
Mar 9, 2023
Replies: 1 comment
-
you can use an external library to do that like libpngjs for instance? in our testsuite we use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wil2106
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can use an external library to do that like libpngjs for instance? in our testsuite we use
pngjs
for instance to compare images generated by Skia.