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/TIFF and JPEG 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.
28
30 Copyright 2003-2019, Phil Harvey (phil at owl.phy.queensu.ca)
31
32 This library is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself.
34
36 Image::ExifTool(3pm)
37
38
39
40perl v5.28.1 2019-02-25 Image::ExifTool::HtmlDump(3)