NAME
Imager::Search::Driver::HTML8 - Simple Imager::Search::Driver using #RRBBGG strings
DESCRIPTION
Imager::Search::Driver::HTML8 is a simple default 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 HTML8 search is considered to be 3-channel 8-bit.
Support for 1-bit alpha transparency (ala "transparent gifs") is not currently supported but is likely be implemented in the future.
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.