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

NAME

tk-photo.pl - display an Imager image under Tk

SYNOPSIS

  $ perl tk-photo.pl

DESCRIPTION

Simple code to make a Tk::Photo object from an Imager image.

This works by:

  1. write the image data to a scalar in PNG format

  2. Base64 decode the data

  3. read() it into the photo object, supplying the Base64 encoded data to the -data parameter.

REVISION

$Revision$

AUTHOR

Tony Cook <tonyc@cpan.org>