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


Tk-JPEG-Lite documentation  | view source Contained in the Tk-JPEG-Lite distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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




DESCRIPTION

Top

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

AUTHOR

Top

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.