The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Image::Compare::EXACT - Compare two images for exact equivalence.

OVERVIEW

See the docs for Image::Compare for details on how to use this module. Further documentation is meant for those modifying or subclassing this comparator. See the documentation in Image::Compare::Comparator for general information about making your own comparator subclasses.

METHODS

new(\@pixel1, \@pixel2, $x, $y)

Override's Image::Compare:THRESHOLD's constructor and forces the threshold to be 0. Otherwise, this comparator is exactly the same as that.

AUTHOR

Copyright 2008 Avi Finkel <avi@finkel.org>

This package is free software and is provided "as is" without express or implied warranty. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html)