EweTwo on  wrote...
| 
| It seems that Anthony T. has created a script to do the flip-flop compare in
| IM. Great work! Still, is there a IM code equivalent for a visual diff like
| so:
| 
| http://www.scootersoftware.com/moreinfo.php?c=pixview
| 
| The latest Photoshop CS3 seems to have the auto-align features and some neat
| capabilities within that as well. If someone could combine all these
| capabilities (flip-flop, visual diff, autoalign/composite-merge) into a
| small but dedicated tool I think they would have a viable product on their
| hands. 
| 
I have that too, but not in a publicly usable form.
It creates basically exactly what the above webpage shows, three images
side by side.  However it is part of a larger script that I use for
finding and sorting out 'simular' images.

Basically you do a
   composite  image1.png image2.png -compose difference difference.png

A threshold of ANY different pixel (threshold level should be adjustable
but isn't) is provided by  compare

   compare image1.png image2.png difference.png

For more (very rough unsorted notes) see IM Examples, Compare

  http://www.imagemagick.org/Usage/compare/#compare


  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
                      i souport publik edekasion
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to