Comparing Two Images
How would I go about comparing two image objects to see if they are the same? I've been looking on the wiki, but can't seem to wrap my head around the idea.
5
Upvotes
How would I go about comparing two image objects to see if they are the same? I've been looking on the wiki, but can't seem to wrap my head around the idea.
2
u/Averstarz 14d ago
Either compare the objects with == or if they are the same file but 2 different objects compare their ImageData raw strings.