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

NAME

Template::Plugin::BioChrome - Template Toolkit Plugin for Image::BioChrome

SYNOPSIS

[% USE bc = BioChrome("input.gif") %]

[% bc.alphas("ffffff_ff0000_000000_cccccc") %]

[% bc.write_file("output.gif") %]

DESCRIPTION

This Template Toolkit plugin modules provides a simple wrapper for Image::BioChrome. It allows you to integrate the production of image files into your templates. For full documentation you should look in the examples directory or the manual pages for Image::BioChrome.

AUTHOR

Simon Matthews <sam@tt2.org>

REVISION

$Revision: 1.5 $

COPYRIGHT

Copyright (C) 2003 Simon Matthews. All Rights Reserved.

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

SEE ALSO

See Image::BioChrome for further information on using BioChrome.