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

Nick Ing-Simmons <nick@ni-s.u-net.com>

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