Questions tagged [skija]

3 questions
1
vote
1 answer

Convert Skija Image to BufferedImage?

How to convert Skija Image to BufferedImage? Skija Image can get me a list of bytes encoded in some format, but that's not what I need.
igr
  • 10,199
  • 13
  • 65
  • 111
0
votes
1 answer

Is Skiko right now only available for JVM awt?

Using this: https://github.com/JetBrains/skiko/ I was able to get the SkiaAwtSample to work and it shows a window with a grid of animating clocks. It shows that the backend is OpenGL (I'm using Linux Mint 21, and have NVidia proprietary drivers…
Mike
  • 2,393
  • 3
  • 25
  • 37
0
votes
2 answers

How to Use Skija for JavaFX?

How can I use Skija for JavaFX? This is the code example from the repository Surface surface = Surface.makeRasterN32Premul(100, 100); Canvas canvas = surface.getCanvas(); Paint paint = new Paint(); paint.setColor(0xFFFF0000); canvas.drawCircle(50,…
NM Naufaldo
  • 1,032
  • 1
  • 12
  • 30