Convert Image object to rgb pixel array and back in Flutter

6,160

https://pub.dartlang.org/packages/image provides image conversion and manipulation utility functions.

Share:
6,160
user3217522
Author by

user3217522

Updated on December 03, 2022

Comments

  • user3217522
    user3217522 over 1 year

    Is there a way to get an image's rgb matrix representation? and vice versa? I would like to perform image masking/filtering on the original image so it needs to be applied to its rgb matrix representation. Currently using this library to get an image from a device: https://pub.dartlang.org/packages/image_picker