Convert jp2 to jpeg image in flutter
How do I convert jp2 bytes array to jpeg or some other image type in Flutter. I'm working with a file which is of jp2 format, but since flutter does not support this file format I'm searching for a way…
How do I convert jp2 bytes array to jpeg or some other image type in Flutter. I'm working with a file which is of jp2 format, but since flutter does not support this file format I'm searching for a way…