hi all,

i am trying to compare 2 images in an efficient manner using Qt/c++, how can i find the hash of an image?

i found this class QCryptographicHash that can be used but i am not sure, if this can be used then how do i convet the image say a Qimage to QByteArray?

Is there any thing similar available in c++?

thank u