Skip to content

Instantly share code, notes, and snippets.

@av
Created September 23, 2019 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save av/50ea849c3d777164485e6a4638822f3a to your computer and use it in GitHub Desktop.
Save av/50ea849c3d777164485e6a4638822f3a to your computer and use it in GitHub Desktop.
Dart: instantiate Image object
// ...
var codec = await instantiateImageCodec(byteData);
var frameInfo = await codec.getNextFrame();
var img = frameInfo.image;
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment