HumbleUI / Skija

Java bindings for Skia
Apache License 2.0
498 stars 34 forks source link

how to get a canvas from Image or Bitmap #59

Closed WuSanxiao closed 1 year ago

WuSanxiao commented 1 year ago

i have not found a Api to to get a canvas from Image or Bitmap

WuSanxiao commented 1 year ago

another confusion what is the differences between Bitmap, Image, Picture and Pixmap?

tonsky commented 1 year ago

Canvas has ctor that accepts Bitmap. The difference is:

WuSanxiao commented 1 year ago

Thank you