JetBrains / skija

Java bindings for Skia
Apache License 2.0
2.63k stars 127 forks source link

BufferedImage to skija image #155

Open ebilgili577 opened 10 months ago

ebilgili577 commented 10 months ago

How do i convert a bufferedImage to a skija image?

tonsky commented 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/