img-diff icon indicating copy to clipboard operation
img-diff copied to clipboard

image comparison too slow

Open EndangeredMassa opened this issue 10 years ago • 0 comments

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.

EndangeredMassa avatar Jul 08 '14 02:07 EndangeredMassa