Man Page: image::exiftool::htmldump
Operating Environment: debian
Section: 3pm
Image::ExifTool::HtmlDump(3pm) User Contributed Perl Documentation Image::ExifTool::HtmlDump(3pm)NAMEImage::ExifTool::HtmlDump - Dump information in hex to HTML pageSYNOPSISuse Image::ExifTool::HtmlDump; my $dump = new Image::ExifTool::HtmlDump; $dump->Add($start, $size, $comment); $dump->Print($dumpInfo, $raf, $dataPt, $dataPos, $outfile);DESCRIPTIONThis 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.BUGSDue 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.AUTHORCopyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.SEE ALSOImage::ExifTool(3pm) perl v5.12.4 2011-01-03 Image::ExifTool::HtmlDump(3pm)
| Related Man Pages |
|---|
| image::exiftool::shortcuts(3pm) - debian |
| image::exiftool::mwg(3) - suse |
| image::exiftool::bzz(3) - suse |
| image::exiftool::bzz(3pm) - debian |
| image::exiftool::mwg(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |