fire-eggs / PHASH

My implementation of "perceptual hash" for images: find duplicate images by contents, not bytes
0 stars 0 forks source link

Better exception/error logging #9

Open fire-eggs opened 7 years ago

fire-eggs commented 7 years ago

Not logging details when an exception occurs. Need to know file(s) in question, stack trace, etc.

E.g. for PHASH/PHASHZ, if CImg fails to allocate memory, which image was it failed?