Qt 6.11 is out! See what's new in the release
blog
Is there a way to get the raw bits of a QImage without a deep copy?
-
Hi
http://doc.qt.io/qt-5/qimage.html#constScanLine
"this function does not perform a deep copy of the shared pixel data" -
Thanks for your response. I was under the impression that this only applies to images that have constant data. If the image changes will this return value update as well?