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

use Tk;
use Tk::JPEG::Lite; # you must not use Tk::JPEG simultaneously
my $image = $widget->Photo('-format' => 'jpeg', -file => 'something.jpg');

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

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 (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.