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

[% USE bc = BioChrome("input.gif") %]
[% bc.alphas("ffffff_ff0000_000000_cccccc") %]
[% bc.write_file("output.gif") %]

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.

Simon Matthews <sam@tt2.org>

$Revision: 1.5 $

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 Image::BioChrome for further information on using BioChrome.