Open ebilgili577 opened 10 months ago
If you can get access to raw color information as byte[]
, then use Image.makeRasterFromBytes
https://github.com/HumbleUI/Skija/blob/a63330f37f24d57b457e625d861b121689c8d182/examples/scenes/src/BitmapImageScene.java#L95-L100
JFYI this repo is not supported, supported version is at https://github.com/HumbleUI/Skija/
How do i convert a bufferedImage to a skija image?