0

Say if I have a rgba frame raw data in memory, is there a way to convert it to a skBitmap? so that I can use other skia operation to draw on this frame. This case is using C++.

Thanks. :)

Solti
  • 633
  • 2
  • 6
  • 17

1 Answers1

0

look at SkSurface::MakeRasterDirect()

Hal Canary
  • 36
  • 1