1Image::ExifTool::HtmlDuUmspe(r3)Contributed Perl DocumenItmaatgieo:n:ExifTool::HtmlDump(3)
2
3
4
6 Image::ExifTool::HtmlDump - Dump information in hex to HTML page
7
9 use Image::ExifTool::HtmlDump;
10 my $dump = new Image::ExifTool::HtmlDump;
11 $dump->Add($start, $size, $comment);
12 $dump->Print($dumpInfo, $raf, $dataPt, $dataPos, $outfile);
13
15 This module contains code used to generate an HTML-based hex dump of
16 information for debugging purposes. This is code is called when the
17 ExifTool 'HtmlDump' option is used.
18
19 Currently, only EXIF and TIFF information is dumped.
20
22 Due to a memory allocation bug in ActivePerl 5.8.x for Windows, this
23 code may run extremely slowly when processing large files with this
24 version of Perl.
25
26 An HTML 4 compliant browser is needed to properly display the generated
27 HTML page, but note that some of these browsers (like Mozilla) may not
28 properly display linefeeds in the tool tips.
29
31 Copyright 2003-2007, Phil Harvey (phil at owl.phy.queensu.ca)
32
33 This library is free software; you can redistribute it and/or modify it
34 under the same terms as Perl itself.
35
37 Image::ExifTool(3pm)
38
39
40
41perl v5.8.8 2007-09-12 Image::ExifTool::HtmlDump(3)