I have an image buffer that I want to save to bmp
file.
The code itself is C++
& app running on android
using Qt
.
Is there any basic function or open source library that I can use to save the buffer on the device ?
except FreeImage
, I have some issues with this library in android.