1Image::ExifTool::HtmlDuUmspe(r3)Contributed Perl DocumenItmaatgieo:n:ExifTool::HtmlDump(3)
2
3
4

NAME

6       Image::ExifTool::HtmlDump - Dump information in hex to HTML page
7

SYNOPSIS

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

DESCRIPTION

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/TIFF and JPEG information is dumped.
20

BUGS

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.
28

AUTHOR

30       Copyright 2003-2020, Phil Harvey (philharvey66 at gmail.com)
31
32       This library is free software; you can redistribute it and/or modify it
33       under the same terms as Perl itself.
34

SEE ALSO

36       Image::ExifTool(3pm)
37
38
39
40perl v5.32.0                      2020-07-28      Image::ExifTool::HtmlDump(3)
Impressum