Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
等しいはずの 2 つの QImage オブジェクトがありますが、の結果はQImage::operator==ですfalse。そこで、比較のために 2 つのオブジェクトのすべての生データを出力したいと思います。どうやってするか?qDebug() で実行できますか?
QImage::operator==
false
2 つの画像をバイト単位で比較し、異なる位置のオフセットを返す関数を作成することをお勧めします。
画像データを手作業で比較するのは面倒で、間違いを犯す可能性があります。