logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Copyright 2003-2025, 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.

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.

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.

Name

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

See Also

Image::ExifTool(3pm)

perl v5.40.1                                       2025-03-16                     Image::ExifTool::HtmlDump(3pm)

Synopsis

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

See Also