How can I convert an Xamarin.Forms.ImageSource to Android.Graphics.Bitmap?

后端 未结 0 1307
梦如初夏
梦如初夏 2021-01-16 18:31

I have an ImageSource from camera view, and I want to convert it to a Bitmap, then to an SKBitmap, how can I do that?

Bitmap bitmap = (Bitmap)imageData;


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题