How can I save QML Image into phone memory ??
also if saving the image was applicable , I have this case which I need to add some text to the image (we can imagine it as we have a transparent image[that hold the text] and put it over the second image , so finally we have one image that we can save it into phone memory)
Not from
Imagedirectly.QDeclarativeImagehaspixmap,setPixmapandpixmapChangemethods, but for some reason there is no property declared. So you cannot use it fom qml. Unfortunately it cannot be used from C++ either – it is a private calsss.What you can do is paint graphics item to your pixmap and save it to file.
Register “capturer” context variable:
And use it in your qml: