How to convert a RGB color to the 8-bit color in fluttter

350 Views Asked by At

I am using the Image package and image picker to get the image and wanted to manipulate the image. I am trying to convert the default 32bit ARGB color format to an 8-bit color format. How can I do this in flutter?

0

There are 0 best solutions below