{
    "mode": "perldoc",
    "parameter": "Image::ExifTool::HtmlDump",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Image%3A%3AExifTool%3A%3AHtmlDump/json",
    "generated": "2026-06-12T00:32:49Z",
    "synopsis": "use Image::ExifTool::HtmlDump;\nmy $dump = new Image::ExifTool::HtmlDump;\n$dump->Add($start, $size, $comment);\n$dump->Print($dumpInfo, $raf, $dataPt, $dataPos, $outfile);",
    "sections": {
        "NAME": {
            "content": "Image::ExifTool::HtmlDump - Dump information in hex to HTML page\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Image::ExifTool::HtmlDump;\nmy $dump = new Image::ExifTool::HtmlDump;\n$dump->Add($start, $size, $comment);\n$dump->Print($dumpInfo, $raf, $dataPt, $dataPos, $outfile);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module contains code used to generate an HTML-based hex dump of information for debugging\npurposes. This is code is called when the ExifTool 'HtmlDump' option is used.\n\nCurrently, only EXIF/TIFF and JPEG information is dumped.\n",
            "subsections": []
        },
        "BUGS": {
            "content": "Due to a memory allocation bug in ActivePerl 5.8.x for Windows, this code may run extremely\nslowly when processing large files with this version of Perl.\n\nAn HTML 4 compliant browser is needed to properly display the generated HTML page.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Image::ExifTool(3pm)\n",
            "subsections": []
        }
    },
    "summary": "Image::ExifTool::HtmlDump - Dump information in hex to HTML page",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "ExifTool",
            "section": "3pm",
            "url": "https://www.chedong.com/phpMan.php/man/ExifTool/3pm/json"
        }
    ]
}