Displaying image
General and Desktop
2
Posts
2
Posters
837
Views
1
Watching
-
I am having an image in "binary"(combination of hex codes) format.
This binary format of the image is stored in unsigned char* variable.
I would like to display this particular image using QT.
Is the unsigned char* to QImage conversion is possible?
If not, what should i have to do to acheive this?
Please provide solution guyz...Thankz in Advance!!!
-
Yes it is "possible":http://qt-project.org/doc/qt-5/qimage.html#QImage-5