NAME
Imager::Search::Driver::HTML24 - Simple driver using HTML #RRBBGG strings
DESCRIPTION
Imager::Search::Driver::HTML24 is a simple reference driver for Imager::Search.
It uses a HTML color string like #0033FF for each pixel, providing both a simple text expression of the colour, as well as a hash pixel separator.
Search patterns are compressed, so that a horizontal stream of identical pixels are represented as a single match group.
Color-wise, an HTML24 search is considered to be 3-channel 8-bit.
SUPPORT
See the SUPPORT section of the main Imager::Search 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.