NAME

Imager::Search::RRGGBB - Simple Imager::Search driver using #RRBBGG strings

DESCRIPTION

Imager::Search::RRGGBB is a simple default driver for Imager::Search.

It uses a HTML color in the #RRGGBB style for each pixel, providing both a simple text expression of the colour, as well as a hash pixel separator.

Search expressions are auto-condensed, so that a horizontal stream of identical pixels are represented as a single match group (reducing the size of the search expression).

Color-wise, an RRGGBB search is considered to be 3-channel 16-bit. Support for transparency is not currently supported but may be supported in the future for the transparent regions in the search image (but not the target image).

SUPPORT

No support is available for this module

AUTHOR

Adam Kennedy <adamk@cpan.org>

COPYRIGHT

Copyright 2007 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.