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

NAME

Imager::Search::Image - Generic interface for a searchable image

DESCRIPTION

Imager::Search::Image is an abstract base class for objects that implement an image to be searched.

METHODS

find

The find method compiles the search and target images in memory, and executes a single search, returning the position of the first match as a Imager::Search::Match object.

SUPPORT

See the SUPPORT section of the main Imager::Search module.

AUTHOR

Adam Kennedy <adamk@cpan.org>

COPYRIGHT

Copyright 2007 - 2008 Adam Kennedy.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.