QImage has constBits() method that returns the pixel data, you can use it to construct the QByteArray, which you can pass to QCrypthographicHash.how do i convet the image say a Qimage to QByteArray?
C++ is a programming language, it has no built-in support for image processing.Is there any thing similar available in c++?
Bookmarks