img-diff
img-diff copied to clipboard
image comparison too slow
Comparing large images causes failures in img-diff itself. Comparing smaller images takes a long time.
This appears to be a problem with the way ndarray is used. You aren't supposed to manually loop over ndarrays. Instead, you should use a companion module to perform your operations.
Investigate which companion module would accomplish this comparison and use it.