Query: image::exiftool::fixup
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Image::ExifTool::Fixup(3pm) User Contributed Perl Documentation Image::ExifTool::Fixup(3pm)NAMEImage::ExifTool::Fixup - Utility to handle pointer fixupsSYNOPSISuse Image::ExifTool::Fixup; $fixup = new Image::ExifTool::Fixup; # add a new fixup to a pointer at the specified offset in data $fixup->AddFixup($offset); # add a new Fixup object to the tree $fixup->AddFixup($subFixup); $fixup->{Start} += $shift1; # shift pointer offsets and values $fixup->{Shift} += $shift2; # shift pointer values only # recursively apply fixups to the specified data $fixup->ApplyFixups($data); $fixup->Dump(); # dump debugging informationDESCRIPTIONThis module contains the code to keep track of pointers in memory and to shift these pointers as required. It is used by ExifTool to maintain the pointers in image file directories (IFD's).NOTESKeeps track of pointers with different byte ordering, and relies on Image::ExifTool::GetByteOrder() to determine the current byte ordering when adding new pointers to a fixup. Maintains a hierarchical list of fixups so that the whole hierarchy can be shifted by a simple shift at the base. Hierarchy is collapsed to a linear list when ApplyFixups() is called.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::Fixup(3pm)
Similar Topics in the Unix Linux Community |
---|
Ibm Risc/6000 Os |
functiom pointers |
AJAX Image Dump System 1.2 (Default branch) |
Shift Question (Perl) |
question about Function pointers |