Image-diff – Create an image differential between two images
1–10 of 27 posts
Re: Image-diff – Create an image differential between two images
#2Re: Image-diff – Create an image differential between two images
#3Re: Image-diff – Create an image differential between two images
#4Not sure I follow - especially if it already depends on IM, how is it different from 'convert -compose difference' or a similar operator? http://www.imagemagick.org/Usage/compose/#difference
Re: Image-diff – Create an image differential between two images
#5This sort of thing + headless browser makes for nice regression testing.
Re: Image-diff – Create an image differential between two images
#6Re: Image-diff – Create an image differential between two images
#7which gives both a diff image and the % difference.
Re: Image-diff – Create an image differential between two images
#8This sort of thing + headless browser makes for nice regression testing.
The product managers and content teams love it since they can quickly skim through a report to find visual bugs that may have gone unnoticed otherwise.
Re: Image-diff – Create an image differential between two images
#9Pdiff allows you to specify perceptual thresholds of visibility, so diffs that are not pixel perfect can still pass if they're 'good enough'. Semi-critical if you render the input images using different browsers or at different resolutions, or if your images have any sub-pixel randomness.
Lots of people (myself included) have used pdiff successfully in production. It doesn't depend on ImageMagick (a bonus in my book). And it's already available in lots of Linux distros.
Re: Image-diff – Create an image differential between two images
#10This sort of thing + headless browser makes for nice regression testing.
BBC News' wraith[1] is a pretty great tool for this, although it doesn't really support a more complex web app flow (e.g. logging in) very well. [1] https://github.com/BBC-News/wraith .