NOTES
This document generated automatically by Image::ExifTool::BuildTagLookup.
AUTHOR
Copyright 2003-2005, 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 ALSO
NAME
Image::ExifTool::BuildTagLookup - Utility to build tag lookup tables
DESCRIPTION
This module is used to generate the tag lookup tables and tag name documentation for Image::ExifTool::TagLookup.pm. It is run before each new ExifTool release to update the lookup tables and documentation.
SYNOPSIS
use Image::ExifTool::BuildTagLookup;
$builder = new Image::ExifTool::BuildTagLookup;
$ok = $builder->WriteTagLookup('lib/Image/ExifTool/TagLookup.pm');
$ok = $builder->WriteTagNames('lib/Image/ExifTool/TagNames.pod',
'html/TagNames.html');
AUTHOR
Copyright 2003-2005, 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 ALSO
Image::ExifTool, Image::ExifTool::TagLookup, ExifTool tag names