need to compare images(png, jpg) in 3-4 folders

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
phillipjko
Posts: 1
Joined: 2016-10-05T06:30:09-07:00
Authentication code: 1151

need to compare images(png, jpg) in 3-4 folders

Post by phillipjko »

Is there some tutorial where I can do this? it is for use in PhantomJS.. images have been captured and need to know how to setup path, image diffs etc.. The images from these folders are before > after > Posttest. Need to view differences if any changes.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: need to compare images(png, jpg) in 3-4 folders

Post by snibgo »

A detailed tutorial on using IM to compare images: http://www.imagemagick.org/Usage/compare/
snibgo's IM pages: im.snibgo.com
Post Reply