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

NAME

Tk::JPEG::Lite - lite JPEG loader for Tk::Photo

SYNOPSIS

  use Tk;
  use Tk::JPEG::Lite; # you must not use Tk::JPEG simultaneously

  my $image = $widget->Photo('-format' => 'jpeg', -file => 'something.jpg');

DESCRIPTION

This is a version of Tk::JPEG using a shared library.

AUTHOR

The original Tk::JPEG is by Nick Ing-Simmons <nick@ni-s.u-net.com>

Stripped down to the lite version by Slaven Rezic <slaven@rezic.de>

COPYRIGHT

Copyright (C) 2002-2004,2007 Slaven Rezic. All rights reserved. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.