Image::HTML - converts any image to HTML table
use Image::HTML;
my $image = Image::HTML->new; $image->read($file); my $html = $image->html;
# functional
use Image::HTML qw(image2html);
my $html = image2html('foo.gif');
No images for web pages! Image::HTML converts ANY images to HTML table.
Original code by Hiroyuki Oyama <oyama@crayfish.co.jp> and Takefumi Kimura <takefumi@takefumi.com>
Maintained by Tatsuhiko Miyagawa <miyagawa@bulknews.net>