How to display raw image data with qml?
-
You can create a custom image provider:
http://qt-project.org/doc/qt-5.0/qtquick/qquickimageprovider.html
After this you should be able to use your custom images like any other images by passing a custom url.