1Image::ExifTool::BuildTUasgeLrooCkounpt(r3i)buted Perl DIomcaugmee:n:tEaxtiifoTnool::BuildTagLookup(3)
2
3
4
6 Image::ExifTool::BuildTagLookup - Build ExifTool tag lookup tables
7
9 This module is used to generate the tag lookup tables in
10 Image::ExifTool::TagLookup.pm and tag name documentation in
11 Image::ExifTool::TagNames.pod, as well as HTML tag name documentation.
12 It is used before each new ExifTool release to update the lookup tables
13 and documentation, but it is not used otherwise.
14
16 use Image::ExifTool::BuildTagLookup;
17
18 $builder = new Image::ExifTool::BuildTagLookup;
19
20 $ok = $builder->WriteTagLookup('lib/Image/ExifTool/TagLookup.pm');
21
22 $ok = $builder->WriteTagNames('lib/Image/ExifTool/TagNames.pod','html');
23
25 PRESERVE_DATE
26 Flag to preserve "Last revised" date in HTML files. Set before
27 calling WriteTagNames().
28
29 COUNT
30 Reference to hash containing counting statistics. Keys are the
31 descriptions, and values are the numerical counts. Valid after
32 BuildTagLookup object is created, but additional statistics are
33 added by WriteTagNames().
34
36 Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca)
37
38 This library is free software; you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
42 Image::ExifTool(3pm), Image::ExifTool::TagLookup(3pm),
43 Image::ExifTool::TagNames(3pm)
44
45
46
47perl v5.12.4 2011-09-22Image::ExifTool::BuildTagLookup(3)