node-phash
node-phash copied to clipboard
CImgIOException killing my process
I am running a node-resque queue and doing image hashing inside the queue, I get some CImgIOException exceptions which kill my process. I added 'cflags!': [ '-fno-exceptions' ], 'cflags_cc!': [ '-fno-exceptions' ], and was able to build and not have the problem, sent a build request but travis-cl had some build issues.