I have one .jpg image, which I picked from ImagePicker Library, and I want to convert that file into .bmp file in flutter.
I have tried with native library but I didn’t get proper solution.
I want to perform this for Android and Ios
I have one .jpg image, which I picked from ImagePicker Library, and I want to convert that file into .bmp file in flutter.
I have tried with native library but I didn’t get proper solution.
I want to perform this for Android and Ios
2
Answers
you can write a function to convert the jpg to bmp
I converted ‘tiff’ to ‘png’ with ‘opencv’.
Try changing the path of
tiff
tobmp
and the path ofpng
tojpg
.Write code after linking opencv to
android
andios
respectively.android
IOS
//Change Background Alpha
is the code that makes the background transparent. It doesn’t matter if you don’t write any code if you don’t need it.