| Tk-JPEG-Lite documentation | view source | Contained in the Tk-JPEG-Lite distribution. |
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.
Nick Ing-Simmons <nick@ni-s.u-net.com>
Stripped down to the lite version by Slaven Rezic <slaven@rezic.de>
| Tk-JPEG-Lite documentation | view source | Contained in the Tk-JPEG-Lite distribution. |