How to save a Flutter canvas as a bitmap image? -


i have flutter canvas , , i'd save canvas bitmap image (e.g. png, common bitmap format do). what's best way bits out of canvas, converted bitmap image format?

thanks much!

  1. create picturerecorder.
  2. create canvas picturerecorder , draw stuff.
  3. call endrecording() on picturerecorder picture.
  4. call toimage() on picture.
  5. call tobytedata() on image. oops, isn't implemented yet. filed issue.

Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -