NAME
Tk::JPEG::Lite - lite JPEG loader for Tk::Photo
SYNOPSIS
use
Tk;
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.