Editing Images with QML
General and Desktop
2
Posts
1
Posters
1.8k
Views
1
Watching
-
I currently have a qml interface that brings up several images onto a canvas. What I would like to be able to do is allow the user to make general edits to the images. These would include changing hue/saturation, levels, brightness contrast and perhaps crop. Anyway, I was wondering if anyone had done this type of thing before and could point me in the right direction on how to pull this off.
-
To answer my own question: "How to create QML Image Element from a QImage":http://developer.qt.nokia.com/forums/viewthread/1659
I just did not see this in my initial round of searching. :)