NAME
Imager::Search::Image - Generic interface for a searchable image
DESCRIPTION
TO BE COMPLETED
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::Match::Occurance object.
find_first
The find_first
compiles the search and target images in memory, and executes a single search, returning the position of the first match as a Imager::Match::Occurance 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.