image-diff
image-diff copied to clipboard
Create image differential between two images
``` "dependencies": { "tmp": "0.0.23" } ``` "tmp" is quite old and produces a warning in node >6: ``` (node:4526) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. ```
I'm having a problem getting image-diff to work on some systems. I cannot reliably include ImageMagick in my OS's PATH, as I have another utility called "convert.exe" already in PATH....
For instance, is there a way to test for a suitable level of difference? My use case is I have a grid system in Sass and Stylus. They produce very...
Getting the following error: ``` C:\Users\paolo.delmundo\AppData\Roaming\nvm\v4.4.4\node_modules\image-diff\bin\image-diff:29 throw err; ^ Error: Could not execute GraphicsMagick/ImageMagick: identify "-ping" "-format" "%wx%h" "run-first/login-2-after.png" this most likely means the gm/convert binaries can't be found at...
As gm support not only GraphicsMagick but also ImageMagick for its base module, it that possible to make this module support GraphicsMagick? That will be a great help!