Image-ExifTool
view release on metacpan or search on metacpan
config_files/example.config view on Meta::CPAN
# 2. GPS:GPSPitch
# 3. GPS:GPSRoll
# 4. IPTC:NewIPTCTag
# 5. XMP-xmp:NewXMPxmpTag
# 6. XMP-exif:GPSPitch
# 7. XMP-exif:GPSRoll
# 8. XMP-xxx:NewXMPxxxTag1
# 9. XMP-xxx:NewXMPxxxTag2
# 10. XMP-xxx:NewXMPxxxTag3
# 11. XMP-xxx:NewXMPxxxStruct
# 12. PNG:NewPngTag1
# 13. PNG:NewPngTag2
# 14. PNG:NewPngTag3
# 15. MIE-Meta:NewMieTag1
# 16. MIE-Test:NewMieTag2
#
# For detailed information on the definition of tag tables and
# tag information hashes, see lib/Image/ExifTool/README.
#------------------------------------------------------------------------------
# Shortcut tags are used when extracting information to simplify
# commonly used commands. They can be used to represent groups
# of tags, or to provide an alias for a tag name.
config_files/example.config view on Meta::CPAN
xxx => { # <-- must be the same as the NAMESPACE prefix
SubDirectory => {
TagTable => 'Image::ExifTool::UserDefined::xxx',
# (see the definition of this table below)
},
},
# add more user-defined XMP namespaces here...
},
# new PNG tags are added to the PNG::TextualData table:
'Image::ExifTool::PNG::TextualData' => {
# Example 12. PNG:NewPngTag1
NewPngTag1 => { },
# Example 13. PNG:NewPngTag2
NewPngTag2 => { iTXt => 1 }, # (force this tag to be written as iTXt)
# Example 14. PNG:NewPngTag3
NewPngTag3 => { },
},
# add a new MIE tag (NewMieTag1) and group (MIE-Test) to MIE-Meta
# (Note: MIE group names must NOT end with a number)
'Image::ExifTool::MIE::Meta' => {
# Example 15. MIE-Meta:NewMieTag1
NewMieTag1 => {
Writable => 'rational64u',
Units => [ 'cm', 'in' ],
},
# new MIE "Test" group for example 16
html/config.html view on Meta::CPAN
# 2. GPS:GPSPitch
# 3. GPS:GPSRoll
# 4. IPTC:NewIPTCTag
# 5. XMP-xmp:NewXMPxmpTag
# 6. XMP-exif:GPSPitch
# 7. XMP-exif:GPSRoll
# 8. XMP-xxx:NewXMPxxxTag1
# 9. XMP-xxx:NewXMPxxxTag2
# 10. XMP-xxx:NewXMPxxxTag3
# 11. XMP-xxx:NewXMPxxxStruct
# 12. PNG:NewPngTag1
# 13. PNG:NewPngTag2
# 14. PNG:NewPngTag3
# 15. MIE-Meta:NewMieTag1
# 16. MIE-Test:NewMieTag2
#
# For detailed information on the definition of tag tables and
# tag information hashes, see lib/Image/ExifTool/README.
#------------------------------------------------------------------------------
<a name='Shortcuts'># Shortcut tags are used when extracting information to simplify
# commonly used commands. They can be used to represent groups
# of tags, or to provide an alias for a tag name.</a></span>
html/config.html view on Meta::CPAN
xxx => { <span class=com># <-- must be the same as the NAMESPACE prefix</span>
SubDirectory => {
TagTable => 'Image::ExifTool::UserDefined::xxx',
<span class=com># (see the definition of this table below)</span>
},
},
<span class=com># add more user-defined XMP namespaces here...</span>
},
<span class=com># new PNG tags are added to the PNG::TextualData table:</span>
'Image::ExifTool::PNG::TextualData' => {
<span class=com># Example 12. PNG:NewPngTag1</span>
NewPngTag1 => { },
<span class=com># Example 13. PNG:NewPngTag2</span>
NewPngTag2 => { iTXt => 1 }, <span class=com># (force this tag to be written as iTXt)</span>
<span class=com># Example 14. PNG:NewPngTag3</span>
NewPngTag3 => { },
},
<span class=com># add a new MIE tag (NewMieTag1) and group (MIE-Test) to MIE-Meta
# (Note: MIE group names must NOT end with a number)</span>
'Image::ExifTool::MIE::Meta' => {
<span class=com># Example 15. MIE-Meta:NewMieTag1</span>
NewMieTag1 => {
Writable => 'rational64u',
Units => [ 'cm', 'in' ],
},
<span class=com># new MIE "Test" group for example 16</span>
lib/Image/ExifTool/Lang/de.pm view on Meta::CPAN
'Lossless' => 'Verlustfrei',
'Lossy (type 1)' => 'Verlustbehaftet (Type 1)',
'Lossy (type 2)' => 'Verlustbehaftet (Type 2)',
'Uncompressed' => 'Nicht komprimiert',
},
},
'NEFLinearizationTable' => 'Linearisierungstabelle',
'NativeDigest' => 'EXIF Kennwert',
'NetExposureCompensation' => 'Net Belichtungskorrektur',
'NewMieTag1' => 'Weiterer MIE Tag 1',
'NewPngTag1' => 'Weiterer PNG Tag 1',
'NewPngTag2' => 'Weiterer PNG Tag 2',
'NewPngTag3' => 'Weiterer PNG Tag 3',
'NewRawImageDigest' => 'Neuer RAW Image Kennwert',
'NewsPhotoVersion' => 'IPTC-Modell-3-Version',
'NikonCaptureData' => 'Nikon Capture-Daten',
'NikonCaptureOutput' => 'Nikon Capture-Ausgabe',
'NikonCaptureVersion' => 'Nikon Capture-Version',
'NikonICCProfile' => 'Nikon ICC-Profil',
'NikonImageSize' => {
Description => 'Nikon BildgröÃe',
PrintConv => {
'Large' => 'GroÃ',
( run in 0.410 second using v1.01-cache-2.11-cpan-0a6323c29d9 )