Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Image::ExifTool::HtmlDump

Name Image::ExifTool::HtmlDump
Version 1.39
Located at /usr/share/perl5
File /usr/share/perl5/Image/ExifTool/HtmlDump.pm
Is Core No
Search CPAN for this module Image::ExifTool::HtmlDump
Documentation Image::ExifTool::HtmlDump
Module Details Image::ExifTool::HtmlDump

NAME

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


SYNOPSIS

    use Image::ExifTool::HtmlDump;
    my $dump = new Image::ExifTool::HtmlDump;
    $dump->Add($start, $size, $comment);
    $dump->Print($dumpInfo, $raf, $dataPt, $dataPos, $outfile);


DESCRIPTION

This module contains code used to generate an HTML-based hex dump of information for debugging purposes. This is code is called when the ExifTool 'HtmlDump' option is used.

Currently, only EXIF/TIFF and JPEG information is dumped.


BUGS

Due to a memory allocation bug in ActivePerl 5.8.x for Windows, this code may run extremely slowly when processing large files with this version of Perl.

An HTML 4 compliant browser is needed to properly display the generated HTML page.


AUTHOR

Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


SEE ALSO

Image::ExifTool(3pm)

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026