Image::ExifTool::BuildTagLookup.3pm

Langue: en

Version: 2007-05-07 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

NAME

Image::ExifTool::BuildTagLookup - Build ExifTool tag lookup tables

DESCRIPTION

This module is used to generate the tag lookup tables in Image::ExifTool::TagLookup.pm and tag name documentation in Image::ExifTool::TagNames.pod, as well as HTML tag name documentation. It is used 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');



AUTHOR

Copyright 2003-2007, 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(3pm), Image::ExifTool::TagLookup(3pm), Image::ExifTool::TagNames(3pm)