exiftool_vendored 9.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (864) hide show
  1. checksums.yaml +15 -0
  2. data/bin/Image-ExifTool-9.33/Changes +6241 -0
  3. data/bin/Image-ExifTool-9.33/MANIFEST +859 -0
  4. data/bin/Image-ExifTool-9.33/META.yml +27 -0
  5. data/bin/Image-ExifTool-9.33/Makefile.PL +41 -0
  6. data/bin/Image-ExifTool-9.33/README +227 -0
  7. data/bin/Image-ExifTool-9.33/arg_files/exif2iptc.args +24 -0
  8. data/bin/Image-ExifTool-9.33/arg_files/exif2xmp.args +38 -0
  9. data/bin/Image-ExifTool-9.33/arg_files/gps2xmp.args +20 -0
  10. data/bin/Image-ExifTool-9.33/arg_files/iptc2exif.args +17 -0
  11. data/bin/Image-ExifTool-9.33/arg_files/iptc2xmp.args +53 -0
  12. data/bin/Image-ExifTool-9.33/arg_files/iptcCore.args +172 -0
  13. data/bin/Image-ExifTool-9.33/arg_files/pdf2xmp.args +23 -0
  14. data/bin/Image-ExifTool-9.33/arg_files/xmp2exif.args +39 -0
  15. data/bin/Image-ExifTool-9.33/arg_files/xmp2gps.args +24 -0
  16. data/bin/Image-ExifTool-9.33/arg_files/xmp2iptc.args +62 -0
  17. data/bin/Image-ExifTool-9.33/arg_files/xmp2pdf.args +23 -0
  18. data/bin/Image-ExifTool-9.33/config_files/ExifTool_config +299 -0
  19. data/bin/Image-ExifTool-9.33/config_files/convert_regions.config +81 -0
  20. data/bin/Image-ExifTool-9.33/exiftool +5715 -0
  21. data/bin/Image-ExifTool-9.33/fmt_files/gpx.fmt +29 -0
  22. data/bin/Image-ExifTool-9.33/fmt_files/gpx_wpt.fmt +33 -0
  23. data/bin/Image-ExifTool-9.33/fmt_files/kml.fmt +53 -0
  24. data/bin/Image-ExifTool-9.33/html/ExifTool.html +1959 -0
  25. data/bin/Image-ExifTool-9.33/html/MIE1.1-20070121.pdf +0 -0
  26. data/bin/Image-ExifTool-9.33/html/Shift.html +173 -0
  27. data/bin/Image-ExifTool-9.33/html/TagNames/AFCP.html +53 -0
  28. data/bin/Image-ExifTool-9.33/html/TagNames/AIFF.html +146 -0
  29. data/bin/Image-ExifTool-9.33/html/TagNames/APE.html +149 -0
  30. data/bin/Image-ExifTool-9.33/html/TagNames/APP12.html +188 -0
  31. data/bin/Image-ExifTool-9.33/html/TagNames/ASF.html +1066 -0
  32. data/bin/Image-ExifTool-9.33/html/TagNames/BMP.html +110 -0
  33. data/bin/Image-ExifTool-9.33/html/TagNames/Canon.html +8062 -0
  34. data/bin/Image-ExifTool-9.33/html/TagNames/CanonCustom.html +2044 -0
  35. data/bin/Image-ExifTool-9.33/html/TagNames/CanonRaw.html +561 -0
  36. data/bin/Image-ExifTool-9.33/html/TagNames/CanonVRD.html +1222 -0
  37. data/bin/Image-ExifTool-9.33/html/TagNames/Casio.html +1569 -0
  38. data/bin/Image-ExifTool-9.33/html/TagNames/Composite.html +665 -0
  39. data/bin/Image-ExifTool-9.33/html/TagNames/DICOM.html +15762 -0
  40. data/bin/Image-ExifTool-9.33/html/TagNames/DNG.html +273 -0
  41. data/bin/Image-ExifTool-9.33/html/TagNames/DV.html +75 -0
  42. data/bin/Image-ExifTool-9.33/html/TagNames/DarwinCore.html +1445 -0
  43. data/bin/Image-ExifTool-9.33/html/TagNames/DjVu.html +313 -0
  44. data/bin/Image-ExifTool-9.33/html/TagNames/EXE.html +697 -0
  45. data/bin/Image-ExifTool-9.33/html/TagNames/EXIF.html +3244 -0
  46. data/bin/Image-ExifTool-9.33/html/TagNames/Extra.html +301 -0
  47. data/bin/Image-ExifTool-9.33/html/TagNames/FLAC.html +183 -0
  48. data/bin/Image-ExifTool-9.33/html/TagNames/FLIR.html +931 -0
  49. data/bin/Image-ExifTool-9.33/html/TagNames/Flash.html +419 -0
  50. data/bin/Image-ExifTool-9.33/html/TagNames/FlashPix.html +1435 -0
  51. data/bin/Image-ExifTool-9.33/html/TagNames/Font.html +485 -0
  52. data/bin/Image-ExifTool-9.33/html/TagNames/FotoStation.html +103 -0
  53. data/bin/Image-ExifTool-9.33/html/TagNames/FujiFilm.html +637 -0
  54. data/bin/Image-ExifTool-9.33/html/TagNames/GE.html +40 -0
  55. data/bin/Image-ExifTool-9.33/html/TagNames/GIF.html +116 -0
  56. data/bin/Image-ExifTool-9.33/html/TagNames/GIMP.html +140 -0
  57. data/bin/Image-ExifTool-9.33/html/TagNames/GPS.html +222 -0
  58. data/bin/Image-ExifTool-9.33/html/TagNames/GeoTiff.html +2177 -0
  59. data/bin/Image-ExifTool-9.33/html/TagNames/H264.html +393 -0
  60. data/bin/Image-ExifTool-9.33/html/TagNames/HP.html +155 -0
  61. data/bin/Image-ExifTool-9.33/html/TagNames/HTML.html +666 -0
  62. data/bin/Image-ExifTool-9.33/html/TagNames/ICC_Profile.html +710 -0
  63. data/bin/Image-ExifTool-9.33/html/TagNames/ID3.html +1473 -0
  64. data/bin/Image-ExifTool-9.33/html/TagNames/IPTC.html +895 -0
  65. data/bin/Image-ExifTool-9.33/html/TagNames/ITC.html +90 -0
  66. data/bin/Image-ExifTool-9.33/html/TagNames/JFIF.html +61 -0
  67. data/bin/Image-ExifTool-9.33/html/TagNames/JPEG.html +523 -0
  68. data/bin/Image-ExifTool-9.33/html/TagNames/JVC.html +56 -0
  69. data/bin/Image-ExifTool-9.33/html/TagNames/Jpeg2000.html +464 -0
  70. data/bin/Image-ExifTool-9.33/html/TagNames/Kodak.html +1759 -0
  71. data/bin/Image-ExifTool-9.33/html/TagNames/KyoceraRaw.html +92 -0
  72. data/bin/Image-ExifTool-9.33/html/TagNames/LNK.html +478 -0
  73. data/bin/Image-ExifTool-9.33/html/TagNames/Leaf.html +870 -0
  74. data/bin/Image-ExifTool-9.33/html/TagNames/M2TS.html +133 -0
  75. data/bin/Image-ExifTool-9.33/html/TagNames/MIE.html +1026 -0
  76. data/bin/Image-ExifTool-9.33/html/TagNames/MIFF.html +196 -0
  77. data/bin/Image-ExifTool-9.33/html/TagNames/MNG.html +847 -0
  78. data/bin/Image-ExifTool-9.33/html/TagNames/MPC.html +97 -0
  79. data/bin/Image-ExifTool-9.33/html/TagNames/MPEG.html +249 -0
  80. data/bin/Image-ExifTool-9.33/html/TagNames/MPF.html +199 -0
  81. data/bin/Image-ExifTool-9.33/html/TagNames/MWG.html +563 -0
  82. data/bin/Image-ExifTool-9.33/html/TagNames/MXF.html +6673 -0
  83. data/bin/Image-ExifTool-9.33/html/TagNames/Matroska.html +1069 -0
  84. data/bin/Image-ExifTool-9.33/html/TagNames/Microsoft.html +2066 -0
  85. data/bin/Image-ExifTool-9.33/html/TagNames/Minolta.html +2555 -0
  86. data/bin/Image-ExifTool-9.33/html/TagNames/MinoltaRaw.html +326 -0
  87. data/bin/Image-ExifTool-9.33/html/TagNames/Nikon.html +4467 -0
  88. data/bin/Image-ExifTool-9.33/html/TagNames/NikonCapture.html +776 -0
  89. data/bin/Image-ExifTool-9.33/html/TagNames/NikonCustom.html +3835 -0
  90. data/bin/Image-ExifTool-9.33/html/TagNames/OOXML.html +280 -0
  91. data/bin/Image-ExifTool-9.33/html/TagNames/Ogg.html +44 -0
  92. data/bin/Image-ExifTool-9.33/html/TagNames/Olympus.html +3386 -0
  93. data/bin/Image-ExifTool-9.33/html/TagNames/OpenEXR.html +222 -0
  94. data/bin/Image-ExifTool-9.33/html/TagNames/PDF.html +745 -0
  95. data/bin/Image-ExifTool-9.33/html/TagNames/PGF.html +80 -0
  96. data/bin/Image-ExifTool-9.33/html/TagNames/PICT.html +753 -0
  97. data/bin/Image-ExifTool-9.33/html/TagNames/PLIST.html +86 -0
  98. data/bin/Image-ExifTool-9.33/html/TagNames/PNG.html +515 -0
  99. data/bin/Image-ExifTool-9.33/html/TagNames/PSP.html +160 -0
  100. data/bin/Image-ExifTool-9.33/html/TagNames/Panasonic.html +1452 -0
  101. data/bin/Image-ExifTool-9.33/html/TagNames/PanasonicRaw.html +214 -0
  102. data/bin/Image-ExifTool-9.33/html/TagNames/Pentax.html +4332 -0
  103. data/bin/Image-ExifTool-9.33/html/TagNames/PhaseOne.html +258 -0
  104. data/bin/Image-ExifTool-9.33/html/TagNames/PhotoCD.html +402 -0
  105. data/bin/Image-ExifTool-9.33/html/TagNames/PhotoMechanic.html +196 -0
  106. data/bin/Image-ExifTool-9.33/html/TagNames/Photoshop.html +555 -0
  107. data/bin/Image-ExifTool-9.33/html/TagNames/PostScript.html +125 -0
  108. data/bin/Image-ExifTool-9.33/html/TagNames/PrintIM.html +31 -0
  109. data/bin/Image-ExifTool-9.33/html/TagNames/Qualcomm.html +4778 -0
  110. data/bin/Image-ExifTool-9.33/html/TagNames/QuickTime.html +3104 -0
  111. data/bin/Image-ExifTool-9.33/html/TagNames/RIFF.html +1164 -0
  112. data/bin/Image-ExifTool-9.33/html/TagNames/RSRC.html +74 -0
  113. data/bin/Image-ExifTool-9.33/html/TagNames/RTF.html +150 -0
  114. data/bin/Image-ExifTool-9.33/html/TagNames/Radiance.html +87 -0
  115. data/bin/Image-ExifTool-9.33/html/TagNames/Rawzor.html +45 -0
  116. data/bin/Image-ExifTool-9.33/html/TagNames/Real.html +780 -0
  117. data/bin/Image-ExifTool-9.33/html/TagNames/Reconyx.html +132 -0
  118. data/bin/Image-ExifTool-9.33/html/TagNames/Ricoh.html +456 -0
  119. data/bin/Image-ExifTool-9.33/html/TagNames/Samsung.html +419 -0
  120. data/bin/Image-ExifTool-9.33/html/TagNames/Sanyo.html +366 -0
  121. data/bin/Image-ExifTool-9.33/html/TagNames/Shortcuts.html +237 -0
  122. data/bin/Image-ExifTool-9.33/html/TagNames/Sigma.html +372 -0
  123. data/bin/Image-ExifTool-9.33/html/TagNames/SigmaRaw.html +403 -0
  124. data/bin/Image-ExifTool-9.33/html/TagNames/Sony.html +4279 -0
  125. data/bin/Image-ExifTool-9.33/html/TagNames/SonyIDC.html +267 -0
  126. data/bin/Image-ExifTool-9.33/html/TagNames/Stim.html +200 -0
  127. data/bin/Image-ExifTool-9.33/html/TagNames/Theora.html +102 -0
  128. data/bin/Image-ExifTool-9.33/html/TagNames/Unknown.html +31 -0
  129. data/bin/Image-ExifTool-9.33/html/TagNames/Vorbis.html +228 -0
  130. data/bin/Image-ExifTool-9.33/html/TagNames/XMP.html +7234 -0
  131. data/bin/Image-ExifTool-9.33/html/TagNames/ZIP.html +204 -0
  132. data/bin/Image-ExifTool-9.33/html/TagNames/iWork.html +49 -0
  133. data/bin/Image-ExifTool-9.33/html/TagNames/index.html +192 -0
  134. data/bin/Image-ExifTool-9.33/html/TagNames/style.css +31 -0
  135. data/bin/Image-ExifTool-9.33/html/ancient_history.html +6727 -0
  136. data/bin/Image-ExifTool-9.33/html/canon_raw.html +366 -0
  137. data/bin/Image-ExifTool-9.33/html/commentary.html +319 -0
  138. data/bin/Image-ExifTool-9.33/html/config.html +312 -0
  139. data/bin/Image-ExifTool-9.33/html/data_members.html +265 -0
  140. data/bin/Image-ExifTool-9.33/html/exiftool_pod.html +2338 -0
  141. data/bin/Image-ExifTool-9.33/html/faq.html +1434 -0
  142. data/bin/Image-ExifTool-9.33/html/filename.html +281 -0
  143. data/bin/Image-ExifTool-9.33/html/geotag.html +642 -0
  144. data/bin/Image-ExifTool-9.33/html/history.html +358 -0
  145. data/bin/Image-ExifTool-9.33/html/htmldump.html +732 -0
  146. data/bin/Image-ExifTool-9.33/html/idiosyncracies.html +251 -0
  147. data/bin/Image-ExifTool-9.33/html/index.html +1271 -0
  148. data/bin/Image-ExifTool-9.33/html/install.html +239 -0
  149. data/bin/Image-ExifTool-9.33/html/metafiles.html +266 -0
  150. data/bin/Image-ExifTool-9.33/html/overview.png +0 -0
  151. data/bin/Image-ExifTool-9.33/html/standards.html +277 -0
  152. data/bin/Image-ExifTool-9.33/html/struct.html +342 -0
  153. data/bin/Image-ExifTool-9.33/html/style.css +31 -0
  154. data/bin/Image-ExifTool-9.33/html/under.html +124 -0
  155. data/bin/Image-ExifTool-9.33/html/verbose.html +195 -0
  156. data/bin/Image-ExifTool-9.33/html/writing.html +239 -0
  157. data/bin/Image-ExifTool-9.33/lib/File/RandomAccess.pm +378 -0
  158. data/bin/Image-ExifTool-9.33/lib/File/RandomAccess.pod +231 -0
  159. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool.pm +6815 -0
  160. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool.pod +2385 -0
  161. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/AES.pm +501 -0
  162. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/AFCP.pm +284 -0
  163. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/AIFF.pm +271 -0
  164. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/APE.pm +262 -0
  165. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/APP12.pm +322 -0
  166. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/ASF.pm +884 -0
  167. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/BMP.pm +179 -0
  168. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/BZZ.pm +472 -0
  169. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/BigTIFF.pm +282 -0
  170. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/BuildTagLookup.pm +2400 -0
  171. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Canon.pm +7794 -0
  172. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/CanonCustom.pm +2523 -0
  173. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/CanonRaw.pm +931 -0
  174. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/CanonVRD.pm +1481 -0
  175. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/CaptureOne.pm +235 -0
  176. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Casio.pm +2013 -0
  177. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset.pm +396 -0
  178. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Arabic.pm +39 -0
  179. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Baltic.pm +35 -0
  180. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Cyrillic.pm +45 -0
  181. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Greek.pm +40 -0
  182. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Hebrew.pm +36 -0
  183. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/JIS.pm +1735 -0
  184. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Latin.pm +24 -0
  185. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Latin2.pm +36 -0
  186. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacArabic.pm +47 -0
  187. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacChineseCN.pm +2088 -0
  188. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacChineseTW.pm +3623 -0
  189. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacCroatian.pm +43 -0
  190. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacCyrillic.pm +47 -0
  191. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacGreek.pm +45 -0
  192. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacHebrew.pm +47 -0
  193. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacIceland.pm +42 -0
  194. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacJapanese.pm +1933 -0
  195. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacKorean.pm +2720 -0
  196. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacLatin2.pm +44 -0
  197. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacRSymbol.pm +2087 -0
  198. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacRoman.pm +42 -0
  199. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacRomanian.pm +42 -0
  200. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacThai.pm +49 -0
  201. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacTurkish.pm +42 -0
  202. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/PDFDoc.pm +28 -0
  203. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/ShiftJIS.pm +1835 -0
  204. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Symbol.pm +54 -0
  205. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Thai.pm +41 -0
  206. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Turkish.pm +25 -0
  207. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Vietnam.pm +27 -0
  208. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/DICOM.pm +3835 -0
  209. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/DNG.pm +835 -0
  210. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/DV.pm +319 -0
  211. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/DarwinCore.pm +317 -0
  212. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/DjVu.pm +376 -0
  213. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/EXE.pm +1228 -0
  214. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Exif.pm +4542 -0
  215. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/FLAC.pm +296 -0
  216. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/FLIR.pm +972 -0
  217. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Fixup.pm +354 -0
  218. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Flash.pm +755 -0
  219. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/FlashPix.pm +1882 -0
  220. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Font.pm +643 -0
  221. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/FotoStation.pm +258 -0
  222. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/FujiFilm.pm +1020 -0
  223. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/GE.pm +80 -0
  224. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/GIF.pm +542 -0
  225. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/GIMP.pm +258 -0
  226. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/GPS.pm +511 -0
  227. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/GeoTiff.pm +2187 -0
  228. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Geotag.pm +1173 -0
  229. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/H264.pm +1102 -0
  230. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/HP.pm +262 -0
  231. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/HTML.pm +576 -0
  232. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/HtmlDump.pm +895 -0
  233. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/ICC_Profile.pm +999 -0
  234. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/ID3.pm +1532 -0
  235. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/IPTC.pm +1244 -0
  236. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/ITC.pm +215 -0
  237. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Import.pm +308 -0
  238. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/InDesign.pm +277 -0
  239. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/JPEG.pm +588 -0
  240. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/JPEGDigest.pm +2511 -0
  241. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/JVC.pm +130 -0
  242. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Jpeg2000.pm +881 -0
  243. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Kodak.pm +2014 -0
  244. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/KyoceraRaw.pm +173 -0
  245. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/LNK.pm +723 -0
  246. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/cs.pm +1586 -0
  247. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/de.pm +7356 -0
  248. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/en_ca.pm +557 -0
  249. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/en_gb.pm +572 -0
  250. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/es.pm +4016 -0
  251. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/fi.pm +2856 -0
  252. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/fr.pm +4720 -0
  253. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/it.pm +7917 -0
  254. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/ja.pm +5815 -0
  255. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/ko.pm +2332 -0
  256. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/nl.pm +3220 -0
  257. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/pl.pm +1140 -0
  258. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/ru.pm +769 -0
  259. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/sv.pm +639 -0
  260. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/tr.pm +544 -0
  261. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/zh_cn.pm +1329 -0
  262. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/zh_tw.pm +802 -0
  263. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Leaf.pm +515 -0
  264. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/M2TS.pm +729 -0
  265. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MIE.pm +2561 -0
  266. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MIEUnits.pod +377 -0
  267. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MIFF.pm +279 -0
  268. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MNG.pm +684 -0
  269. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MPC.pm +156 -0
  270. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MPEG.pm +736 -0
  271. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MPF.pm +289 -0
  272. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MWG.pm +736 -0
  273. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MXF.pm +3032 -0
  274. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MakerNotes.pm +1573 -0
  275. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Matroska.pm +891 -0
  276. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Microsoft.pm +879 -0
  277. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Minolta.pm +2833 -0
  278. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MinoltaRaw.pm +534 -0
  279. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Nikon.pm +6116 -0
  280. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/NikonCapture.pm +911 -0
  281. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/NikonCustom.pm +4405 -0
  282. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/OOXML.pm +409 -0
  283. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Ogg.pm +237 -0
  284. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Olympus.pm +3582 -0
  285. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/OpenEXR.pm +324 -0
  286. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PDF.pm +2327 -0
  287. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PGF.pm +143 -0
  288. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PICT.pm +1260 -0
  289. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PLIST.pm +449 -0
  290. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PNG.pm +1100 -0
  291. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PPM.pm +169 -0
  292. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PSP.pm +305 -0
  293. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Panasonic.pm +1995 -0
  294. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PanasonicRaw.pm +535 -0
  295. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Pentax.pm +5489 -0
  296. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PhaseOne.pm +557 -0
  297. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PhotoCD.pm +507 -0
  298. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PhotoMechanic.pm +256 -0
  299. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Photoshop.pm +629 -0
  300. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PostScript.pm +693 -0
  301. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PrintIM.pm +125 -0
  302. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Qualcomm.pm +1344 -0
  303. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/QuickTime.pm +3519 -0
  304. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/README +944 -0
  305. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/RIFF.pm +1322 -0
  306. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/RSRC.pm +241 -0
  307. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/RTF.pm +383 -0
  308. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Radiance.pm +144 -0
  309. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Rawzor.pm +190 -0
  310. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Real.pm +736 -0
  311. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Reconyx.pm +190 -0
  312. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Ricoh.pm +741 -0
  313. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Samsung.pm +820 -0
  314. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Sanyo.pm +439 -0
  315. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Shift.pl +594 -0
  316. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Shortcuts.pm +291 -0
  317. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Sigma.pm +574 -0
  318. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/SigmaRaw.pm +649 -0
  319. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Sony.pm +5722 -0
  320. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/SonyIDC.pm +330 -0
  321. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Stim.pm +196 -0
  322. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/TagInfoXML.pm +792 -0
  323. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/TagLookup.pm +8005 -0
  324. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/TagNames.pod +25950 -0
  325. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Theora.pm +145 -0
  326. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Unknown.pm +66 -0
  327. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Vorbis.pm +237 -0
  328. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WriteCanonRaw.pl +637 -0
  329. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WriteExif.pl +3674 -0
  330. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WriteIPTC.pl +702 -0
  331. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WritePDF.pl +759 -0
  332. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WritePNG.pl +330 -0
  333. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WritePhotoshop.pl +266 -0
  334. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WritePostScript.pl +777 -0
  335. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WriteXMP.pl +1318 -0
  336. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Writer.pl +5779 -0
  337. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/XMP.pm +3634 -0
  338. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/XMP2.pl +1298 -0
  339. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/XMPStruct.pl +813 -0
  340. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/ZIP.pm +623 -0
  341. data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/iWork.pm +223 -0
  342. data/bin/Image-ExifTool-9.33/perl-Image-ExifTool.spec +104 -0
  343. data/bin/Image-ExifTool-9.33/t/AFCP.t +44 -0
  344. data/bin/Image-ExifTool-9.33/t/AFCP_2.out +37 -0
  345. data/bin/Image-ExifTool-9.33/t/AFCP_3.out +20 -0
  346. data/bin/Image-ExifTool-9.33/t/AIFF.t +28 -0
  347. data/bin/Image-ExifTool-9.33/t/AIFF_2.out +31 -0
  348. data/bin/Image-ExifTool-9.33/t/APE.t +38 -0
  349. data/bin/Image-ExifTool-9.33/t/APE_2.out +28 -0
  350. data/bin/Image-ExifTool-9.33/t/APE_3.out +57 -0
  351. data/bin/Image-ExifTool-9.33/t/ASF.t +28 -0
  352. data/bin/Image-ExifTool-9.33/t/ASF_2.out +54 -0
  353. data/bin/Image-ExifTool-9.33/t/BMP.t +28 -0
  354. data/bin/Image-ExifTool-9.33/t/BMP_2.out +21 -0
  355. data/bin/Image-ExifTool-9.33/t/BigTIFF.t +28 -0
  356. data/bin/Image-ExifTool-9.33/t/BigTIFF_2.out +19 -0
  357. data/bin/Image-ExifTool-9.33/t/Canon.t +41 -0
  358. data/bin/Image-ExifTool-9.33/t/CanonRaw.t +126 -0
  359. data/bin/Image-ExifTool-9.33/t/CanonRaw_2.out +165 -0
  360. data/bin/Image-ExifTool-9.33/t/CanonRaw_4.out +217 -0
  361. data/bin/Image-ExifTool-9.33/t/CanonRaw_5.out +207 -0
  362. data/bin/Image-ExifTool-9.33/t/CanonRaw_6.out +231 -0
  363. data/bin/Image-ExifTool-9.33/t/CanonRaw_7.out +247 -0
  364. data/bin/Image-ExifTool-9.33/t/CanonVRD.t +129 -0
  365. data/bin/Image-ExifTool-9.33/t/CanonVRD_11.out +118 -0
  366. data/bin/Image-ExifTool-9.33/t/CanonVRD_12.out +12 -0
  367. data/bin/Image-ExifTool-9.33/t/CanonVRD_2.out +116 -0
  368. data/bin/Image-ExifTool-9.33/t/CanonVRD_3.out +116 -0
  369. data/bin/Image-ExifTool-9.33/t/CanonVRD_4.out +2 -0
  370. data/bin/Image-ExifTool-9.33/t/CanonVRD_5.out +3 -0
  371. data/bin/Image-ExifTool-9.33/t/CanonVRD_6.out +3 -0
  372. data/bin/Image-ExifTool-9.33/t/CanonVRD_7.out +2 -0
  373. data/bin/Image-ExifTool-9.33/t/CanonVRD_8.out +2 -0
  374. data/bin/Image-ExifTool-9.33/t/CanonVRD_9.out +1 -0
  375. data/bin/Image-ExifTool-9.33/t/Canon_2.out +350 -0
  376. data/bin/Image-ExifTool-9.33/t/Canon_3.out +3 -0
  377. data/bin/Image-ExifTool-9.33/t/Casio.t +54 -0
  378. data/bin/Image-ExifTool-9.33/t/Casio_2.out +70 -0
  379. data/bin/Image-ExifTool-9.33/t/Casio_3.out +100 -0
  380. data/bin/Image-ExifTool-9.33/t/Casio_4.out +26 -0
  381. data/bin/Image-ExifTool-9.33/t/Casio_5.out +78 -0
  382. data/bin/Image-ExifTool-9.33/t/Casio_6.out +115 -0
  383. data/bin/Image-ExifTool-9.33/t/DICOM.t +28 -0
  384. data/bin/Image-ExifTool-9.33/t/DICOM_2.out +108 -0
  385. data/bin/Image-ExifTool-9.33/t/DNG.t +39 -0
  386. data/bin/Image-ExifTool-9.33/t/DNG_2.out +326 -0
  387. data/bin/Image-ExifTool-9.33/t/DNG_3.out +4 -0
  388. data/bin/Image-ExifTool-9.33/t/DV.t +27 -0
  389. data/bin/Image-ExifTool-9.33/t/DV_2.out +24 -0
  390. data/bin/Image-ExifTool-9.33/t/DjVu.t +28 -0
  391. data/bin/Image-ExifTool-9.33/t/DjVu_2.out +44 -0
  392. data/bin/Image-ExifTool-9.33/t/EXE.t +31 -0
  393. data/bin/Image-ExifTool-9.33/t/EXE_2.out +40 -0
  394. data/bin/Image-ExifTool-9.33/t/EXE_3.out +15 -0
  395. data/bin/Image-ExifTool-9.33/t/EXE_4.out +14 -0
  396. data/bin/Image-ExifTool-9.33/t/ExifTool.t +284 -0
  397. data/bin/Image-ExifTool-9.33/t/ExifTool_16.out +180 -0
  398. data/bin/Image-ExifTool-9.33/t/ExifTool_17.out +594 -0
  399. data/bin/Image-ExifTool-9.33/t/ExifTool_2.out +399 -0
  400. data/bin/Image-ExifTool-9.33/t/ExifTool_20.out +1 -0
  401. data/bin/Image-ExifTool-9.33/t/ExifTool_21.out +1 -0
  402. data/bin/Image-ExifTool-9.33/t/ExifTool_22.out +1 -0
  403. data/bin/Image-ExifTool-9.33/t/ExifTool_23.out +6 -0
  404. data/bin/Image-ExifTool-9.33/t/ExifTool_24.out +3 -0
  405. data/bin/Image-ExifTool-9.33/t/ExifTool_25.out +13 -0
  406. data/bin/Image-ExifTool-9.33/t/ExifTool_26.out +12 -0
  407. data/bin/Image-ExifTool-9.33/t/ExifTool_3.out +87 -0
  408. data/bin/Image-ExifTool-9.33/t/ExifTool_4.out +41 -0
  409. data/bin/Image-ExifTool-9.33/t/ExifTool_5.out +6 -0
  410. data/bin/Image-ExifTool-9.33/t/ExifTool_6.out +68 -0
  411. data/bin/Image-ExifTool-9.33/t/ExifTool_7.out +125 -0
  412. data/bin/Image-ExifTool-9.33/t/ExifTool_8.out +125 -0
  413. data/bin/Image-ExifTool-9.33/t/ExifTool_9.out +33 -0
  414. data/bin/Image-ExifTool-9.33/t/FLAC.t +37 -0
  415. data/bin/Image-ExifTool-9.33/t/FLAC_2.out +25 -0
  416. data/bin/Image-ExifTool-9.33/t/FLAC_3.out +19 -0
  417. data/bin/Image-ExifTool-9.33/t/FLIR.t +30 -0
  418. data/bin/Image-ExifTool-9.33/t/FLIR_2.out +104 -0
  419. data/bin/Image-ExifTool-9.33/t/FLIR_3.out +47 -0
  420. data/bin/Image-ExifTool-9.33/t/Flash.t +37 -0
  421. data/bin/Image-ExifTool-9.33/t/FlashPix.t +30 -0
  422. data/bin/Image-ExifTool-9.33/t/FlashPix_2.out +48 -0
  423. data/bin/Image-ExifTool-9.33/t/Flash_2.out +20 -0
  424. data/bin/Image-ExifTool-9.33/t/Flash_3.out +53 -0
  425. data/bin/Image-ExifTool-9.33/t/Font.t +30 -0
  426. data/bin/Image-ExifTool-9.33/t/Font_2.out +23 -0
  427. data/bin/Image-ExifTool-9.33/t/Font_3.out +35 -0
  428. data/bin/Image-ExifTool-9.33/t/Font_4.out +26 -0
  429. data/bin/Image-ExifTool-9.33/t/Font_5.out +26 -0
  430. data/bin/Image-ExifTool-9.33/t/Font_6.out +36 -0
  431. data/bin/Image-ExifTool-9.33/t/Font_7.out +36 -0
  432. data/bin/Image-ExifTool-9.33/t/FotoStation.t +38 -0
  433. data/bin/Image-ExifTool-9.33/t/FotoStation_2.out +39 -0
  434. data/bin/Image-ExifTool-9.33/t/FotoStation_3.out +3 -0
  435. data/bin/Image-ExifTool-9.33/t/FujiFilm.t +78 -0
  436. data/bin/Image-ExifTool-9.33/t/FujiFilm_2.out +87 -0
  437. data/bin/Image-ExifTool-9.33/t/FujiFilm_3.out +88 -0
  438. data/bin/Image-ExifTool-9.33/t/FujiFilm_4.out +117 -0
  439. data/bin/Image-ExifTool-9.33/t/FujiFilm_5.out +1 -0
  440. data/bin/Image-ExifTool-9.33/t/GE.t +46 -0
  441. data/bin/Image-ExifTool-9.33/t/GE_2.out +84 -0
  442. data/bin/Image-ExifTool-9.33/t/GE_3.out +84 -0
  443. data/bin/Image-ExifTool-9.33/t/GIF.t +83 -0
  444. data/bin/Image-ExifTool-9.33/t/GIF_2.out +40 -0
  445. data/bin/Image-ExifTool-9.33/t/GIF_3.out +41 -0
  446. data/bin/Image-ExifTool-9.33/t/GIF_4.out +16 -0
  447. data/bin/Image-ExifTool-9.33/t/GIMP.t +27 -0
  448. data/bin/Image-ExifTool-9.33/t/GIMP_2.out +63 -0
  449. data/bin/Image-ExifTool-9.33/t/GPS.t +42 -0
  450. data/bin/Image-ExifTool-9.33/t/GPS_2.out +94 -0
  451. data/bin/Image-ExifTool-9.33/t/GPS_3.out +96 -0
  452. data/bin/Image-ExifTool-9.33/t/GeoTiff.t +36 -0
  453. data/bin/Image-ExifTool-9.33/t/GeoTiff_2.out +36 -0
  454. data/bin/Image-ExifTool-9.33/t/GeoTiff_3.out +36 -0
  455. data/bin/Image-ExifTool-9.33/t/Geotag.t +164 -0
  456. data/bin/Image-ExifTool-9.33/t/Geotag_2.out +9 -0
  457. data/bin/Image-ExifTool-9.33/t/Geotag_3.out +6 -0
  458. data/bin/Image-ExifTool-9.33/t/Geotag_5.out +1 -0
  459. data/bin/Image-ExifTool-9.33/t/Geotag_6.out +9 -0
  460. data/bin/Image-ExifTool-9.33/t/Geotag_7.out +53 -0
  461. data/bin/Image-ExifTool-9.33/t/Geotag_8.out +15 -0
  462. data/bin/Image-ExifTool-9.33/t/HTML.t +28 -0
  463. data/bin/Image-ExifTool-9.33/t/HTML_2.out +68 -0
  464. data/bin/Image-ExifTool-9.33/t/IPTC.t +157 -0
  465. data/bin/Image-ExifTool-9.33/t/IPTC_2.out +58 -0
  466. data/bin/Image-ExifTool-9.33/t/IPTC_4.out +56 -0
  467. data/bin/Image-ExifTool-9.33/t/IPTC_5.out +1 -0
  468. data/bin/Image-ExifTool-9.33/t/IPTC_6.out +2 -0
  469. data/bin/Image-ExifTool-9.33/t/IPTC_7.out +1 -0
  470. data/bin/Image-ExifTool-9.33/t/IPTC_8.out +20 -0
  471. data/bin/Image-ExifTool-9.33/t/ITC.t +28 -0
  472. data/bin/Image-ExifTool-9.33/t/ITC_2.out +19 -0
  473. data/bin/Image-ExifTool-9.33/t/InDesign.t +61 -0
  474. data/bin/Image-ExifTool-9.33/t/InDesign_2.out +19 -0
  475. data/bin/Image-ExifTool-9.33/t/InDesign_3.out +21 -0
  476. data/bin/Image-ExifTool-9.33/t/InDesign_4.out +11 -0
  477. data/bin/Image-ExifTool-9.33/t/JVC.t +36 -0
  478. data/bin/Image-ExifTool-9.33/t/JVC_2.out +3 -0
  479. data/bin/Image-ExifTool-9.33/t/JVC_3.out +3 -0
  480. data/bin/Image-ExifTool-9.33/t/Jpeg2000.t +49 -0
  481. data/bin/Image-ExifTool-9.33/t/Jpeg2000_2.out +63 -0
  482. data/bin/Image-ExifTool-9.33/t/Jpeg2000_3.out +51 -0
  483. data/bin/Image-ExifTool-9.33/t/Jpeg2000_4.out +15 -0
  484. data/bin/Image-ExifTool-9.33/t/Kodak.t +40 -0
  485. data/bin/Image-ExifTool-9.33/t/Kodak_2.out +109 -0
  486. data/bin/Image-ExifTool-9.33/t/Kodak_3.out +119 -0
  487. data/bin/Image-ExifTool-9.33/t/KyoceraRaw.t +28 -0
  488. data/bin/Image-ExifTool-9.33/t/KyoceraRaw_2.out +27 -0
  489. data/bin/Image-ExifTool-9.33/t/LNK.t +28 -0
  490. data/bin/Image-ExifTool-9.33/t/LNK_2.out +45 -0
  491. data/bin/Image-ExifTool-9.33/t/Lang.t +40 -0
  492. data/bin/Image-ExifTool-9.33/t/Lang_1.out +1 -0
  493. data/bin/Image-ExifTool-9.33/t/Lang_10.out +46 -0
  494. data/bin/Image-ExifTool-9.33/t/Lang_11.out +46 -0
  495. data/bin/Image-ExifTool-9.33/t/Lang_12.out +46 -0
  496. data/bin/Image-ExifTool-9.33/t/Lang_13.out +46 -0
  497. data/bin/Image-ExifTool-9.33/t/Lang_14.out +46 -0
  498. data/bin/Image-ExifTool-9.33/t/Lang_15.out +46 -0
  499. data/bin/Image-ExifTool-9.33/t/Lang_16.out +46 -0
  500. data/bin/Image-ExifTool-9.33/t/Lang_17.out +46 -0
  501. data/bin/Image-ExifTool-9.33/t/Lang_18.out +46 -0
  502. data/bin/Image-ExifTool-9.33/t/Lang_2.out +46 -0
  503. data/bin/Image-ExifTool-9.33/t/Lang_3.out +46 -0
  504. data/bin/Image-ExifTool-9.33/t/Lang_4.out +46 -0
  505. data/bin/Image-ExifTool-9.33/t/Lang_5.out +46 -0
  506. data/bin/Image-ExifTool-9.33/t/Lang_6.out +46 -0
  507. data/bin/Image-ExifTool-9.33/t/Lang_7.out +46 -0
  508. data/bin/Image-ExifTool-9.33/t/Lang_8.out +46 -0
  509. data/bin/Image-ExifTool-9.33/t/Lang_9.out +46 -0
  510. data/bin/Image-ExifTool-9.33/t/M2TS.t +29 -0
  511. data/bin/Image-ExifTool-9.33/t/M2TS_2.out +27 -0
  512. data/bin/Image-ExifTool-9.33/t/MIE.t +82 -0
  513. data/bin/Image-ExifTool-9.33/t/MIE_2.out +67 -0
  514. data/bin/Image-ExifTool-9.33/t/MIE_3.out +134 -0
  515. data/bin/Image-ExifTool-9.33/t/MIE_5.out +1 -0
  516. data/bin/Image-ExifTool-9.33/t/MIE_6.out +1 -0
  517. data/bin/Image-ExifTool-9.33/t/MIFF.t +28 -0
  518. data/bin/Image-ExifTool-9.33/t/MIFF_2.out +108 -0
  519. data/bin/Image-ExifTool-9.33/t/MP3.t +29 -0
  520. data/bin/Image-ExifTool-9.33/t/MP3_2.out +45 -0
  521. data/bin/Image-ExifTool-9.33/t/MWG.t +72 -0
  522. data/bin/Image-ExifTool-9.33/t/MWG_2.out +13 -0
  523. data/bin/Image-ExifTool-9.33/t/MWG_3.out +8 -0
  524. data/bin/Image-ExifTool-9.33/t/MWG_4.out +5 -0
  525. data/bin/Image-ExifTool-9.33/t/MWG_5.out +22 -0
  526. data/bin/Image-ExifTool-9.33/t/MXF.t +27 -0
  527. data/bin/Image-ExifTool-9.33/t/MXF_2.out +78 -0
  528. data/bin/Image-ExifTool-9.33/t/Matroska.t +29 -0
  529. data/bin/Image-ExifTool-9.33/t/Matroska_2.out +64 -0
  530. data/bin/Image-ExifTool-9.33/t/Minolta.t +50 -0
  531. data/bin/Image-ExifTool-9.33/t/Minolta_2.out +133 -0
  532. data/bin/Image-ExifTool-9.33/t/Minolta_3.out +146 -0
  533. data/bin/Image-ExifTool-9.33/t/Minolta_4.out +148 -0
  534. data/bin/Image-ExifTool-9.33/t/Nikon.t +114 -0
  535. data/bin/Image-ExifTool-9.33/t/Nikon_2.out +82 -0
  536. data/bin/Image-ExifTool-9.33/t/Nikon_3.out +98 -0
  537. data/bin/Image-ExifTool-9.33/t/Nikon_4.out +174 -0
  538. data/bin/Image-ExifTool-9.33/t/Nikon_5.out +167 -0
  539. data/bin/Image-ExifTool-9.33/t/Nikon_7.out +260 -0
  540. data/bin/Image-ExifTool-9.33/t/Nikon_8.out +4 -0
  541. data/bin/Image-ExifTool-9.33/t/Olympus.t +85 -0
  542. data/bin/Image-ExifTool-9.33/t/Olympus_2.out +79 -0
  543. data/bin/Image-ExifTool-9.33/t/Olympus_3.out +81 -0
  544. data/bin/Image-ExifTool-9.33/t/Olympus_4.out +192 -0
  545. data/bin/Image-ExifTool-9.33/t/Olympus_5.out +264 -0
  546. data/bin/Image-ExifTool-9.33/t/Olympus_6.out +151 -0
  547. data/bin/Image-ExifTool-9.33/t/Olympus_7.out +482 -0
  548. data/bin/Image-ExifTool-9.33/t/OpenEXR.t +28 -0
  549. data/bin/Image-ExifTool-9.33/t/OpenEXR_2.out +23 -0
  550. data/bin/Image-ExifTool-9.33/t/PDF.t +295 -0
  551. data/bin/Image-ExifTool-9.33/t/PDF_10.out +10 -0
  552. data/bin/Image-ExifTool-9.33/t/PDF_11.out +10 -0
  553. data/bin/Image-ExifTool-9.33/t/PDF_12.out +9 -0
  554. data/bin/Image-ExifTool-9.33/t/PDF_14.out +5 -0
  555. data/bin/Image-ExifTool-9.33/t/PDF_15.out +6 -0
  556. data/bin/Image-ExifTool-9.33/t/PDF_16.out +4 -0
  557. data/bin/Image-ExifTool-9.33/t/PDF_17.out +4 -0
  558. data/bin/Image-ExifTool-9.33/t/PDF_18.out +5 -0
  559. data/bin/Image-ExifTool-9.33/t/PDF_19.out +6 -0
  560. data/bin/Image-ExifTool-9.33/t/PDF_2.out +117 -0
  561. data/bin/Image-ExifTool-9.33/t/PDF_20.out +4 -0
  562. data/bin/Image-ExifTool-9.33/t/PDF_22.out +3 -0
  563. data/bin/Image-ExifTool-9.33/t/PDF_4.out +12 -0
  564. data/bin/Image-ExifTool-9.33/t/PDF_5.out +8 -0
  565. data/bin/Image-ExifTool-9.33/t/PDF_6.out +9 -0
  566. data/bin/Image-ExifTool-9.33/t/PDF_7.out +11 -0
  567. data/bin/Image-ExifTool-9.33/t/PDF_8.out +9 -0
  568. data/bin/Image-ExifTool-9.33/t/PDF_9.out +9 -0
  569. data/bin/Image-ExifTool-9.33/t/PGF.t +28 -0
  570. data/bin/Image-ExifTool-9.33/t/PGF_2.out +32 -0
  571. data/bin/Image-ExifTool-9.33/t/PICT.t +28 -0
  572. data/bin/Image-ExifTool-9.33/t/PICT_2.out +15 -0
  573. data/bin/Image-ExifTool-9.33/t/PLIST.t +31 -0
  574. data/bin/Image-ExifTool-9.33/t/PLIST_2.out +20 -0
  575. data/bin/Image-ExifTool-9.33/t/PLIST_3.out +20 -0
  576. data/bin/Image-ExifTool-9.33/t/PNG.t +75 -0
  577. data/bin/Image-ExifTool-9.33/t/PNG_2.out +22 -0
  578. data/bin/Image-ExifTool-9.33/t/PNG_3.out +118 -0
  579. data/bin/Image-ExifTool-9.33/t/PNG_4.out +12 -0
  580. data/bin/Image-ExifTool-9.33/t/PPM.t +40 -0
  581. data/bin/Image-ExifTool-9.33/t/PPM_2.out +15 -0
  582. data/bin/Image-ExifTool-9.33/t/PPM_3.out +9 -0
  583. data/bin/Image-ExifTool-9.33/t/PSP.t +28 -0
  584. data/bin/Image-ExifTool-9.33/t/PSP_2.out +32 -0
  585. data/bin/Image-ExifTool-9.33/t/Panasonic.t +60 -0
  586. data/bin/Image-ExifTool-9.33/t/Panasonic_2.out +99 -0
  587. data/bin/Image-ExifTool-9.33/t/Panasonic_3.out +119 -0
  588. data/bin/Image-ExifTool-9.33/t/Panasonic_4.out +177 -0
  589. data/bin/Image-ExifTool-9.33/t/Panasonic_5.out +228 -0
  590. data/bin/Image-ExifTool-9.33/t/Pentax.t +50 -0
  591. data/bin/Image-ExifTool-9.33/t/Pentax_2.out +219 -0
  592. data/bin/Image-ExifTool-9.33/t/Pentax_3.out +262 -0
  593. data/bin/Image-ExifTool-9.33/t/Pentax_4.out +123 -0
  594. data/bin/Image-ExifTool-9.33/t/PhotoCD.t +28 -0
  595. data/bin/Image-ExifTool-9.33/t/PhotoCD_2.out +35 -0
  596. data/bin/Image-ExifTool-9.33/t/PhotoMechanic.t +38 -0
  597. data/bin/Image-ExifTool-9.33/t/PhotoMechanic_2.out +81 -0
  598. data/bin/Image-ExifTool-9.33/t/PhotoMechanic_3.out +2 -0
  599. data/bin/Image-ExifTool-9.33/t/Photoshop.t +42 -0
  600. data/bin/Image-ExifTool-9.33/t/Photoshop_2.out +96 -0
  601. data/bin/Image-ExifTool-9.33/t/Photoshop_3.out +108 -0
  602. data/bin/Image-ExifTool-9.33/t/PostScript.t +49 -0
  603. data/bin/Image-ExifTool-9.33/t/PostScript_2.out +64 -0
  604. data/bin/Image-ExifTool-9.33/t/PostScript_3.out +132 -0
  605. data/bin/Image-ExifTool-9.33/t/QuickTime.t +31 -0
  606. data/bin/Image-ExifTool-9.33/t/QuickTime_2.out +128 -0
  607. data/bin/Image-ExifTool-9.33/t/QuickTime_3.out +69 -0
  608. data/bin/Image-ExifTool-9.33/t/RIFF.t +31 -0
  609. data/bin/Image-ExifTool-9.33/t/RIFF_2.out +24 -0
  610. data/bin/Image-ExifTool-9.33/t/RIFF_3.out +52 -0
  611. data/bin/Image-ExifTool-9.33/t/RIFF_4.out +16 -0
  612. data/bin/Image-ExifTool-9.33/t/RTF.t +27 -0
  613. data/bin/Image-ExifTool-9.33/t/RTF_2.out +20 -0
  614. data/bin/Image-ExifTool-9.33/t/Radiance.t +28 -0
  615. data/bin/Image-ExifTool-9.33/t/Radiance_2.out +22 -0
  616. data/bin/Image-ExifTool-9.33/t/Real.t +46 -0
  617. data/bin/Image-ExifTool-9.33/t/Real_2.out +68 -0
  618. data/bin/Image-ExifTool-9.33/t/Real_3.out +18 -0
  619. data/bin/Image-ExifTool-9.33/t/Real_4.out +11 -0
  620. data/bin/Image-ExifTool-9.33/t/Ricoh.t +47 -0
  621. data/bin/Image-ExifTool-9.33/t/Ricoh_2.out +70 -0
  622. data/bin/Image-ExifTool-9.33/t/Ricoh_3.out +98 -0
  623. data/bin/Image-ExifTool-9.33/t/Ricoh_4.out +112 -0
  624. data/bin/Image-ExifTool-9.33/t/Sanyo.t +39 -0
  625. data/bin/Image-ExifTool-9.33/t/Sanyo_2.out +101 -0
  626. data/bin/Image-ExifTool-9.33/t/Sanyo_3.out +111 -0
  627. data/bin/Image-ExifTool-9.33/t/Sigma.t +60 -0
  628. data/bin/Image-ExifTool-9.33/t/Sigma_2.out +91 -0
  629. data/bin/Image-ExifTool-9.33/t/Sigma_3.out +94 -0
  630. data/bin/Image-ExifTool-9.33/t/Sigma_4.out +63 -0
  631. data/bin/Image-ExifTool-9.33/t/Sigma_5.out +192 -0
  632. data/bin/Image-ExifTool-9.33/t/Sony.t +62 -0
  633. data/bin/Image-ExifTool-9.33/t/Sony_2.out +84 -0
  634. data/bin/Image-ExifTool-9.33/t/Sony_3.out +85 -0
  635. data/bin/Image-ExifTool-9.33/t/Sony_5.out +32 -0
  636. data/bin/Image-ExifTool-9.33/t/TestLib.pm +417 -0
  637. data/bin/Image-ExifTool-9.33/t/Unknown.t +36 -0
  638. data/bin/Image-ExifTool-9.33/t/Unknown_2.out +90 -0
  639. data/bin/Image-ExifTool-9.33/t/Unknown_3.out +90 -0
  640. data/bin/Image-ExifTool-9.33/t/Vorbis.t +28 -0
  641. data/bin/Image-ExifTool-9.33/t/Vorbis_2.out +28 -0
  642. data/bin/Image-ExifTool-9.33/t/Writer.t +913 -0
  643. data/bin/Image-ExifTool-9.33/t/Writer_10.out +240 -0
  644. data/bin/Image-ExifTool-9.33/t/Writer_11.out +37 -0
  645. data/bin/Image-ExifTool-9.33/t/Writer_13.out +160 -0
  646. data/bin/Image-ExifTool-9.33/t/Writer_14.out +67 -0
  647. data/bin/Image-ExifTool-9.33/t/Writer_15.out +171 -0
  648. data/bin/Image-ExifTool-9.33/t/Writer_16.out +1 -0
  649. data/bin/Image-ExifTool-9.33/t/Writer_17.out +1 -0
  650. data/bin/Image-ExifTool-9.33/t/Writer_18.out +3 -0
  651. data/bin/Image-ExifTool-9.33/t/Writer_19.out +34 -0
  652. data/bin/Image-ExifTool-9.33/t/Writer_2.out +168 -0
  653. data/bin/Image-ExifTool-9.33/t/Writer_22.out +4 -0
  654. data/bin/Image-ExifTool-9.33/t/Writer_24.out +1 -0
  655. data/bin/Image-ExifTool-9.33/t/Writer_25.out +38 -0
  656. data/bin/Image-ExifTool-9.33/t/Writer_26.out +32 -0
  657. data/bin/Image-ExifTool-9.33/t/Writer_27.out +14 -0
  658. data/bin/Image-ExifTool-9.33/t/Writer_28.out +1 -0
  659. data/bin/Image-ExifTool-9.33/t/Writer_29.out +2 -0
  660. data/bin/Image-ExifTool-9.33/t/Writer_30.out +2 -0
  661. data/bin/Image-ExifTool-9.33/t/Writer_31.out +97 -0
  662. data/bin/Image-ExifTool-9.33/t/Writer_32.out +3 -0
  663. data/bin/Image-ExifTool-9.33/t/Writer_33.out +3 -0
  664. data/bin/Image-ExifTool-9.33/t/Writer_34.out +3 -0
  665. data/bin/Image-ExifTool-9.33/t/Writer_35.out +187 -0
  666. data/bin/Image-ExifTool-9.33/t/Writer_36.out +2 -0
  667. data/bin/Image-ExifTool-9.33/t/Writer_37.out +2 -0
  668. data/bin/Image-ExifTool-9.33/t/Writer_38.out +62 -0
  669. data/bin/Image-ExifTool-9.33/t/Writer_39.out +4 -0
  670. data/bin/Image-ExifTool-9.33/t/Writer_4.out +85 -0
  671. data/bin/Image-ExifTool-9.33/t/Writer_40.out +4 -0
  672. data/bin/Image-ExifTool-9.33/t/Writer_41.out +3 -0
  673. data/bin/Image-ExifTool-9.33/t/Writer_42.out +5 -0
  674. data/bin/Image-ExifTool-9.33/t/Writer_43.out +5 -0
  675. data/bin/Image-ExifTool-9.33/t/Writer_44.out +2 -0
  676. data/bin/Image-ExifTool-9.33/t/Writer_45.out +1 -0
  677. data/bin/Image-ExifTool-9.33/t/Writer_46.out +77 -0
  678. data/bin/Image-ExifTool-9.33/t/Writer_47.out +56 -0
  679. data/bin/Image-ExifTool-9.33/t/Writer_48.out +29 -0
  680. data/bin/Image-ExifTool-9.33/t/Writer_50.out +3 -0
  681. data/bin/Image-ExifTool-9.33/t/Writer_51.out +386 -0
  682. data/bin/Image-ExifTool-9.33/t/Writer_6.out +182 -0
  683. data/bin/Image-ExifTool-9.33/t/Writer_7.out +149 -0
  684. data/bin/Image-ExifTool-9.33/t/Writer_9.out +237 -0
  685. data/bin/Image-ExifTool-9.33/t/XMP.t +521 -0
  686. data/bin/Image-ExifTool-9.33/t/XMP_10.out +33 -0
  687. data/bin/Image-ExifTool-9.33/t/XMP_11.out +59 -0
  688. data/bin/Image-ExifTool-9.33/t/XMP_12.out +4 -0
  689. data/bin/Image-ExifTool-9.33/t/XMP_13.out +5 -0
  690. data/bin/Image-ExifTool-9.33/t/XMP_14.out +3 -0
  691. data/bin/Image-ExifTool-9.33/t/XMP_15.out +3 -0
  692. data/bin/Image-ExifTool-9.33/t/XMP_16.out +5 -0
  693. data/bin/Image-ExifTool-9.33/t/XMP_17.out +6 -0
  694. data/bin/Image-ExifTool-9.33/t/XMP_18.out +10 -0
  695. data/bin/Image-ExifTool-9.33/t/XMP_19.out +35 -0
  696. data/bin/Image-ExifTool-9.33/t/XMP_2.out +138 -0
  697. data/bin/Image-ExifTool-9.33/t/XMP_20.out +35 -0
  698. data/bin/Image-ExifTool-9.33/t/XMP_21.out +38 -0
  699. data/bin/Image-ExifTool-9.33/t/XMP_22.out +38 -0
  700. data/bin/Image-ExifTool-9.33/t/XMP_23.out +9 -0
  701. data/bin/Image-ExifTool-9.33/t/XMP_24.out +31 -0
  702. data/bin/Image-ExifTool-9.33/t/XMP_25.out +28 -0
  703. data/bin/Image-ExifTool-9.33/t/XMP_26.out +52 -0
  704. data/bin/Image-ExifTool-9.33/t/XMP_27.out +93 -0
  705. data/bin/Image-ExifTool-9.33/t/XMP_28.out +44 -0
  706. data/bin/Image-ExifTool-9.33/t/XMP_29.out +24 -0
  707. data/bin/Image-ExifTool-9.33/t/XMP_3.out +136 -0
  708. data/bin/Image-ExifTool-9.33/t/XMP_30.out +90 -0
  709. data/bin/Image-ExifTool-9.33/t/XMP_31.out +19 -0
  710. data/bin/Image-ExifTool-9.33/t/XMP_32.out +2 -0
  711. data/bin/Image-ExifTool-9.33/t/XMP_34.out +2 -0
  712. data/bin/Image-ExifTool-9.33/t/XMP_36.out +18 -0
  713. data/bin/Image-ExifTool-9.33/t/XMP_37.out +35 -0
  714. data/bin/Image-ExifTool-9.33/t/XMP_39.out +44 -0
  715. data/bin/Image-ExifTool-9.33/t/XMP_40.out +3 -0
  716. data/bin/Image-ExifTool-9.33/t/XMP_41.out +175 -0
  717. data/bin/Image-ExifTool-9.33/t/XMP_5.out +29 -0
  718. data/bin/Image-ExifTool-9.33/t/XMP_6.out +87 -0
  719. data/bin/Image-ExifTool-9.33/t/XMP_7.out +118 -0
  720. data/bin/Image-ExifTool-9.33/t/XMP_8.out +17 -0
  721. data/bin/Image-ExifTool-9.33/t/XMP_9.out +36 -0
  722. data/bin/Image-ExifTool-9.33/t/ZIP.t +69 -0
  723. data/bin/Image-ExifTool-9.33/t/ZIP_2.out +18 -0
  724. data/bin/Image-ExifTool-9.33/t/ZIP_3.out +17 -0
  725. data/bin/Image-ExifTool-9.33/t/ZIP_4.out +213 -0
  726. data/bin/Image-ExifTool-9.33/t/ZIP_5.out +134 -0
  727. data/bin/Image-ExifTool-9.33/t/ZIP_6.out +49 -0
  728. data/bin/Image-ExifTool-9.33/t/ZIP_7.out +28 -0
  729. data/bin/Image-ExifTool-9.33/t/images/AFCP.jpg +0 -0
  730. data/bin/Image-ExifTool-9.33/t/images/AIFF.aif +0 -0
  731. data/bin/Image-ExifTool-9.33/t/images/APE.ape +0 -0
  732. data/bin/Image-ExifTool-9.33/t/images/APE.mpc +0 -0
  733. data/bin/Image-ExifTool-9.33/t/images/ASF.wmv +0 -0
  734. data/bin/Image-ExifTool-9.33/t/images/BMP.bmp +0 -0
  735. data/bin/Image-ExifTool-9.33/t/images/BigTIFF.btf +0 -0
  736. data/bin/Image-ExifTool-9.33/t/images/Canon.jpg +0 -0
  737. data/bin/Image-ExifTool-9.33/t/images/Canon1DmkIII.jpg +0 -0
  738. data/bin/Image-ExifTool-9.33/t/images/CanonRaw.cr2 +0 -0
  739. data/bin/Image-ExifTool-9.33/t/images/CanonRaw.crw +0 -0
  740. data/bin/Image-ExifTool-9.33/t/images/CanonVRD.vrd +0 -0
  741. data/bin/Image-ExifTool-9.33/t/images/CaptureOne.eip +0 -0
  742. data/bin/Image-ExifTool-9.33/t/images/Casio.jpg +0 -0
  743. data/bin/Image-ExifTool-9.33/t/images/Casio2.jpg +0 -0
  744. data/bin/Image-ExifTool-9.33/t/images/CasioQVCI.jpg +0 -0
  745. data/bin/Image-ExifTool-9.33/t/images/DICOM.dcm +0 -0
  746. data/bin/Image-ExifTool-9.33/t/images/DNG.dng +0 -0
  747. data/bin/Image-ExifTool-9.33/t/images/DV.dv +0 -0
  748. data/bin/Image-ExifTool-9.33/t/images/DjVu.djvu +0 -0
  749. data/bin/Image-ExifTool-9.33/t/images/EXE.elf +0 -0
  750. data/bin/Image-ExifTool-9.33/t/images/EXE.exe +0 -0
  751. data/bin/Image-ExifTool-9.33/t/images/EXE.macho +0 -0
  752. data/bin/Image-ExifTool-9.33/t/images/ExifTool.jpg +0 -0
  753. data/bin/Image-ExifTool-9.33/t/images/ExifTool.tif +0 -0
  754. data/bin/Image-ExifTool-9.33/t/images/ExtendedXMP.jpg +0 -0
  755. data/bin/Image-ExifTool-9.33/t/images/FLAC.flac +0 -0
  756. data/bin/Image-ExifTool-9.33/t/images/FLAC.ogg +0 -0
  757. data/bin/Image-ExifTool-9.33/t/images/FLIR.fpf +0 -0
  758. data/bin/Image-ExifTool-9.33/t/images/FLIR.jpg +0 -0
  759. data/bin/Image-ExifTool-9.33/t/images/Flash.flv +0 -0
  760. data/bin/Image-ExifTool-9.33/t/images/Flash.swf +0 -0
  761. data/bin/Image-ExifTool-9.33/t/images/FlashPix.ppt +0 -0
  762. data/bin/Image-ExifTool-9.33/t/images/Font.afm +28 -0
  763. data/bin/Image-ExifTool-9.33/t/images/Font.dfont +0 -0
  764. data/bin/Image-ExifTool-9.33/t/images/Font.pfa +38 -0
  765. data/bin/Image-ExifTool-9.33/t/images/Font.pfb +0 -0
  766. data/bin/Image-ExifTool-9.33/t/images/Font.pfm +0 -0
  767. data/bin/Image-ExifTool-9.33/t/images/Font.ttf +0 -0
  768. data/bin/Image-ExifTool-9.33/t/images/FotoStation.jpg +0 -0
  769. data/bin/Image-ExifTool-9.33/t/images/FujiFilm.jpg +0 -0
  770. data/bin/Image-ExifTool-9.33/t/images/FujiFilm.raf +0 -0
  771. data/bin/Image-ExifTool-9.33/t/images/GE.jpg +0 -0
  772. data/bin/Image-ExifTool-9.33/t/images/GIF.gif +0 -0
  773. data/bin/Image-ExifTool-9.33/t/images/GIMP.xcf +0 -0
  774. data/bin/Image-ExifTool-9.33/t/images/GPS.jpg +0 -0
  775. data/bin/Image-ExifTool-9.33/t/images/GeoTiff.tif +0 -0
  776. data/bin/Image-ExifTool-9.33/t/images/Geotag.gpx +23 -0
  777. data/bin/Image-ExifTool-9.33/t/images/Geotag.igc +24 -0
  778. data/bin/Image-ExifTool-9.33/t/images/Geotag.log +13 -0
  779. data/bin/Image-ExifTool-9.33/t/images/Geotag.xml +23 -0
  780. data/bin/Image-ExifTool-9.33/t/images/Geotag2.log +7 -0
  781. data/bin/Image-ExifTool-9.33/t/images/HTML.html +77 -0
  782. data/bin/Image-ExifTool-9.33/t/images/IPTC.jpg +0 -0
  783. data/bin/Image-ExifTool-9.33/t/images/ITC.itc +0 -0
  784. data/bin/Image-ExifTool-9.33/t/images/InDesign.indd +0 -0
  785. data/bin/Image-ExifTool-9.33/t/images/JVC.jpg +0 -0
  786. data/bin/Image-ExifTool-9.33/t/images/JVC2.jpg +0 -0
  787. data/bin/Image-ExifTool-9.33/t/images/Jpeg2000.j2c +0 -0
  788. data/bin/Image-ExifTool-9.33/t/images/Jpeg2000.jp2 +0 -0
  789. data/bin/Image-ExifTool-9.33/t/images/Kodak.jpg +0 -0
  790. data/bin/Image-ExifTool-9.33/t/images/KyoceraRaw.raw +0 -0
  791. data/bin/Image-ExifTool-9.33/t/images/LNK.lnk +0 -0
  792. data/bin/Image-ExifTool-9.33/t/images/M2TS.mts +0 -0
  793. data/bin/Image-ExifTool-9.33/t/images/MIE.mie +0 -0
  794. data/bin/Image-ExifTool-9.33/t/images/MIFF.miff +0 -0
  795. data/bin/Image-ExifTool-9.33/t/images/MP3.mp3 +0 -0
  796. data/bin/Image-ExifTool-9.33/t/images/MWG.jpg +0 -0
  797. data/bin/Image-ExifTool-9.33/t/images/MXF.mxf +0 -0
  798. data/bin/Image-ExifTool-9.33/t/images/Matroska.mkv +0 -0
  799. data/bin/Image-ExifTool-9.33/t/images/Minolta.jpg +0 -0
  800. data/bin/Image-ExifTool-9.33/t/images/Minolta.mrw +0 -0
  801. data/bin/Image-ExifTool-9.33/t/images/Nikon.jpg +0 -0
  802. data/bin/Image-ExifTool-9.33/t/images/Nikon.nef +0 -0
  803. data/bin/Image-ExifTool-9.33/t/images/NikonD2Hs.jpg +0 -0
  804. data/bin/Image-ExifTool-9.33/t/images/NikonD70.jpg +0 -0
  805. data/bin/Image-ExifTool-9.33/t/images/OOXML.docx +0 -0
  806. data/bin/Image-ExifTool-9.33/t/images/Olympus.jpg +0 -0
  807. data/bin/Image-ExifTool-9.33/t/images/Olympus2.jpg +0 -0
  808. data/bin/Image-ExifTool-9.33/t/images/OlympusE1.jpg +0 -0
  809. data/bin/Image-ExifTool-9.33/t/images/OpenDoc.ods +0 -0
  810. data/bin/Image-ExifTool-9.33/t/images/OpenEXR.exr +0 -0
  811. data/bin/Image-ExifTool-9.33/t/images/PDF.pdf +0 -0
  812. data/bin/Image-ExifTool-9.33/t/images/PDF2.pdf +0 -0
  813. data/bin/Image-ExifTool-9.33/t/images/PGF.pgf +0 -0
  814. data/bin/Image-ExifTool-9.33/t/images/PICT.pict +0 -0
  815. data/bin/Image-ExifTool-9.33/t/images/PLIST-bin.plist +0 -0
  816. data/bin/Image-ExifTool-9.33/t/images/PLIST-xml.plist +35 -0
  817. data/bin/Image-ExifTool-9.33/t/images/PNG.png +0 -0
  818. data/bin/Image-ExifTool-9.33/t/images/PPM.ppm +5 -0
  819. data/bin/Image-ExifTool-9.33/t/images/PSP.psp +0 -0
  820. data/bin/Image-ExifTool-9.33/t/images/Panasonic.jpg +0 -0
  821. data/bin/Image-ExifTool-9.33/t/images/Panasonic.rw2 +0 -0
  822. data/bin/Image-ExifTool-9.33/t/images/Pentax.avi +0 -0
  823. data/bin/Image-ExifTool-9.33/t/images/Pentax.jpg +0 -0
  824. data/bin/Image-ExifTool-9.33/t/images/PhotoCD.pcd +0 -0
  825. data/bin/Image-ExifTool-9.33/t/images/PhotoMechanic.jpg +0 -0
  826. data/bin/Image-ExifTool-9.33/t/images/Photoshop.psd +0 -0
  827. data/bin/Image-ExifTool-9.33/t/images/PostScript.eps +108 -0
  828. data/bin/Image-ExifTool-9.33/t/images/QuickTime.m4a +0 -0
  829. data/bin/Image-ExifTool-9.33/t/images/QuickTime.mov +0 -0
  830. data/bin/Image-ExifTool-9.33/t/images/RIFF.avi +0 -0
  831. data/bin/Image-ExifTool-9.33/t/images/RIFF.wav +0 -0
  832. data/bin/Image-ExifTool-9.33/t/images/RIFF.webp +0 -0
  833. data/bin/Image-ExifTool-9.33/t/images/RTF.rtf +25 -0
  834. data/bin/Image-ExifTool-9.33/t/images/Radiance.hdr +0 -0
  835. data/bin/Image-ExifTool-9.33/t/images/Real.ra +0 -0
  836. data/bin/Image-ExifTool-9.33/t/images/Real.ram +1 -0
  837. data/bin/Image-ExifTool-9.33/t/images/Real.rm +0 -0
  838. data/bin/Image-ExifTool-9.33/t/images/Ricoh.jpg +0 -0
  839. data/bin/Image-ExifTool-9.33/t/images/Ricoh2.jpg +0 -0
  840. data/bin/Image-ExifTool-9.33/t/images/Sanyo.jpg +0 -0
  841. data/bin/Image-ExifTool-9.33/t/images/Sigma.jpg +0 -0
  842. data/bin/Image-ExifTool-9.33/t/images/Sigma.x3f +0 -0
  843. data/bin/Image-ExifTool-9.33/t/images/SigmaDP2.x3f +0 -0
  844. data/bin/Image-ExifTool-9.33/t/images/Sony.jpg +0 -0
  845. data/bin/Image-ExifTool-9.33/t/images/Sony.pmp +0 -0
  846. data/bin/Image-ExifTool-9.33/t/images/Unknown.jpg +0 -0
  847. data/bin/Image-ExifTool-9.33/t/images/Vorbis.ogg +0 -0
  848. data/bin/Image-ExifTool-9.33/t/images/Writer.jpg +0 -0
  849. data/bin/Image-ExifTool-9.33/t/images/XMP.inx +108 -0
  850. data/bin/Image-ExifTool-9.33/t/images/XMP.jpg +0 -0
  851. data/bin/Image-ExifTool-9.33/t/images/XMP.svg +33 -0
  852. data/bin/Image-ExifTool-9.33/t/images/XMP.xml +98 -0
  853. data/bin/Image-ExifTool-9.33/t/images/XMP.xmp +99 -0
  854. data/bin/Image-ExifTool-9.33/t/images/XMP2.xmp +25 -0
  855. data/bin/Image-ExifTool-9.33/t/images/XMP3.xmp +43 -0
  856. data/bin/Image-ExifTool-9.33/t/images/XMP4.xmp +93 -0
  857. data/bin/Image-ExifTool-9.33/t/images/XMP5.xmp +158 -0
  858. data/bin/Image-ExifTool-9.33/t/images/ZIP.gz +0 -0
  859. data/bin/Image-ExifTool-9.33/t/images/ZIP.zip +0 -0
  860. data/bin/Image-ExifTool-9.33/t/images/iWork.numbers +0 -0
  861. data/lib/exiftool_vendored.rb +10 -0
  862. data/lib/exiftool_vendored/version.rb +3 -0
  863. data/lib/exiftool_vendored/version_extractor.rb +17 -0
  864. metadata +977 -0
@@ -0,0 +1,944 @@
1
+ --------------------------------------------------------------------------------
2
+ File: Image/ExifTool/README
3
+
4
+ Description: ExifTool support modules documentation
5
+
6
+ The ExifTool support modules are loaded by ExifTool to allow processing of
7
+ various meta information formats.
8
+
9
+ The tables in these files are used as lookups based on the tag ID values. The
10
+ hash keys are the tag IDs (in decimal or hexadecimal if the ID is numerical as
11
+ with EXIF tables, or the tag name if the ID is ASCII as with XMP tables). In
12
+ the case of a BinaryData table, the IDs are numerical and specify offsets into
13
+ the binary data block (floating point IDs allow multiple tags for the same
14
+ offset, with the integer part being used for the offset). The corresponding
15
+ hash value provides information about the tag (explained later).
16
+
17
+ Twenty-five special keys (TABLE_NAME, SHORT_NAME, PROCESS_PROC, WRITE_PROC,
18
+ CHECK_PROC, GROUPS, FORMAT, FIRST_ENTRY, TAG_PREFIX, PRINT_CONV, WRITABLE,
19
+ TABLE_DESC, NOTES, IS_OFFSET, IS_SUBDIR, EXTRACT_UNKNOWN, NAMESPACE, PREFERRED,
20
+ SRC_TABLE, PRIORITY, WRITE_GROUP, LANG_INFO, VARS, DATAMEMBER and SET_GROUP1)
21
+ are used to provide additional information about a table. The special keys have
22
+ names that are all capitalized to avoid possible conflicts with tag keys. Below
23
+ is an explanation of the meaning of each special key:
24
+
25
+ TABLE_NAME : Name of this table (set by GetTagTable()).
26
+
27
+ SHORT_NAME : Table name with leading "Image::ExifTool::" removed.
28
+
29
+ PROCESS_PROC : Reference to a function used to process the directory for this
30
+ table. If PROCESS_PROC is not given, \&Image::ExifTool::Exif::ProcessExif is
31
+ assumed (except for QuickTime atoms for which
32
+ \&Image::ExifTool::QuickTime::ProcessMOV is the default). If PROCESS_PROC is
33
+ set to 0, the tags are not added to the lookup. The process proc returns 1 on
34
+ success or 0 on failure, and takes 3 arguments: 0) reference to the ExifTool
35
+ object, 1) reference to a directory information hash (with the following
36
+ entries:), 2) reference to the tag table hash.
37
+
38
+ Name - Tag name for this SubDirectory entry (for verbose messages)
39
+ Base - Base offset for pointers from start of file
40
+ DataPt - Reference to data block containing directory (may be undef)
41
+ DataPos - Position of data block within file (relative to Base)
42
+ DataLen - Length of data block in bytes
43
+ DirStart - Offset to start of directory from start of data block
44
+ DirLen - Length of directory data within block
45
+ DirName - Name of this directory
46
+ OutFile - Output file or scalar reference
47
+ Parent - Name of parent directory
48
+ RAF - Reference to File::RandomAccess object if available
49
+ NewDataPos - File position of new data (write proc only)
50
+ Fixup - Reference to hash of offset fixups (used in EXIF writing only)
51
+ FixBase - Flag set to attempt to fix base offsets
52
+ FixOffsets - Evaluated for each value pointer to patch maker note offsets
53
+ LastIFD - Used by WriteExif() to return offset of last IFD written
54
+ ImageData - Used by WriteExif() to avoid buffering large image data blocks
55
+
56
+ WRITE_PROC : Reference to a function to write all new tags for this directory.
57
+ The write proc returns the new directory data or undefined on error. It takes
58
+ the same arguments as the process proc above except that the second argument
59
+ (reference to directory information hash) is optional, and if specified gives
60
+ information about the source directory for tags to be copied to the output.
61
+
62
+ CHECK_PROC : Reference to a function which validates Raw values for writing.
63
+ The function takes three arguments: 0) ExifTool object reference, 1) tagInfo
64
+ reference, 2) value reference, and returns undefined (and possibly modifies
65
+ the input value) if successful, or an error message if there was a format
66
+ problem. May set ExifTool CHECK_WARN datamember for success with a warning.
67
+
68
+ GROUPS : A hash lookup for the default group names for all entries in this
69
+ table. If not specified, the Group 0 and 1 names will be set automatically
70
+ according to the name of the module.
71
+
72
+ FORMAT : Specifies the default tag Format, and corresponding pointer increment
73
+ for entries in a BinaryData table. Defaults to 'int8u' if not specified. The
74
+ possible values of FORMAT are:
75
+
76
+ int8s - Signed 8-bit integer (EXIF 'SBYTE')
77
+ int8u - Unsigned 8-bit integer (EXIF 'BYTE')
78
+ int16s - Signed 16-bit integer (EXIF 'SSHORT')
79
+ int16u - Unsigned 16-bit integer (EXIF 'SHORT')
80
+ int16uRev - Unsigned 16-bit integer, reversed byte order
81
+ int32s - Signed 32-bit integer (EXIF 'SLONG')
82
+ int32u - Unsigned 32-bit integer (EXIF 'LONG')
83
+ int64s - Signed 64-bit integer (BigTIFF 'SLONG8')
84
+ int64u - Unsigned 64-bit integer (BigTIFF 'LONG8')
85
+ rational32s - Rational consisting of 2 int16s values
86
+ rational32u - Rational consisting of 2 int16u values
87
+ rational64s - Rational consisting of 2 int32s values (EXIF 'SRATIONAL')
88
+ rational64u - Rational consisting of 2 int32u values (EXIF 'RATIONAL')
89
+ fixed16s - Signed 16-bit fixed point value
90
+ fixed16u - Unsigned 16-bit fixed point value
91
+ fixed32s - Signed 32-bit fixed point value
92
+ fixed32u - Unsigned 32-bit fixed point value
93
+ float - 32-bit IEEE floating point value (EXIF 'FLOAT')
94
+ double - 64-bit IEEE floating point value (EXIF 'DOUBLE')
95
+ extended - 80-bit extended floating float
96
+ ifd - Unsigned 32-bit integer sub-IFD pointer (EXIF 'IFD')
97
+ ifd64 - Unsigned 64-bit integer sub-IFD pointer (BigTIFF 'IFD8')
98
+ string - Series of 8-bit ASCII characters (EXIF 'ASCII')
99
+ undef - Undefined-format binary data (EXIF 'UNDEFINED')
100
+ binary - Binary data
101
+
102
+ Additionally, the following variable-length Format types may be used in
103
+ individual tag information hashes of a BinaryData table. The 'var_' formats
104
+ cause subsequent tag indices to be incremented according to the size of the
105
+ data, not including the terminator. See "Format" below for more details.
106
+
107
+ pstring - Pascal string
108
+ var_string - variable-length null-terminated ASCII string
109
+ var_ustring - variable-length null-terminated UCS-2 string
110
+ var_pstring - variable-length Pascal string
111
+ var_pstr32 - variable-length Pascal string /w 32-bit len
112
+ var_int16u - variable-length undef data with int6u count
113
+
114
+ FIRST_ENTRY : Specifies the index for the first tag entry in a binary table.
115
+ This value is only used if the Unknown option is set to 2 or higher, and
116
+ allows the binary data to be scanned for unknown tag entries.
117
+
118
+ TAG_PREFIX : Prefix for names of unknown tags.
119
+
120
+ PRINT_CONV : Default print conversion for tags where PrintConv isn't
121
+ specified. PrintConv may be set to undef for individual tags to disable print
122
+ conversion when PRINT_CONV is defined for a table.
123
+
124
+ WRITABLE : Indicates that all tags in this table are writable. This is the
125
+ same as setting the Writable flag for each individual tag in the table, except
126
+ for SubDirectory tags which are not made Writable.
127
+
128
+ TABLE_DESC : Short description for this table. Plain text only. Used only
129
+ for XML tag database output.
130
+
131
+ NOTES : Notes to introduce the table in the TagNames documentation. Pod
132
+ formatting codes B<> and C<> may be used in this text.
133
+
134
+ IS_OFFSET : Reference to list of sorted TagID's representing offsets for
135
+ writable binary data tables only. Not used for EXIF tables.
136
+
137
+ IS_SUBDIR : BinaryData tables only. A reference to a list of sorted tag ID's
138
+ representing subdirectories. Required for writable subdirectories only.
139
+
140
+ EXTRACT_UNKNOWN : Used in PDF tables to specify a directory where all unknown
141
+ tags should be extracted. Set to 0 to extract only unknown numbered tags for
142
+ which the unnumbered tag is known.
143
+
144
+ NAMESPACE : Namespace prefix for tags in the XMP table. If this isn't a
145
+ standard namespace defined in %Image::ExifTool::XMP::nsURI, then the URI must
146
+ be defined as well (however, this is not recommended for pre-defined
147
+ namespaces because then non-standard namespace prefixes won't be recognized).
148
+ To define the URI, the NAMESPACE value is a reference to a hash where the key
149
+ is the namespace prefix and and the value is the URI (alternatively, a
150
+ reference to a 2-element array containing the prefix and URI is also allowed
151
+ for backward compatibility). The NAMESAPCE value may be undef for XMP tables
152
+ where tags have variable namespaces (in this case each tag must have a
153
+ Namespace entry).
154
+
155
+ PREFERRED : Set to true if the tags in this table should always be added when
156
+ writing information. Overrides the order specified by SetNewGroups(). When
157
+ this feature is used, it may also be desireable to specify a preferred group
158
+ when calling InitWriteDirs() to write these tags; this avoids creating other
159
+ directories for tags which are already being creating in the preferred group.
160
+
161
+ SRC_TABLE : Used internally to store the source table name of a user-defined
162
+ tag table so the appropriate module can be loaded as required.
163
+
164
+ PRIORITY : Default Priority for all tags in this table.
165
+
166
+ WRITE_GROUP : Default WriteGroup for all tags in the table.
167
+
168
+ LANG_INFO : Code reference to a routine which returns a reference to a
169
+ language-specific tag information hash. The routine takes two arguments: a
170
+ reference to the non-specific tagInfo hash, and the language code. Used only
171
+ in tables with writable tags which support tag name language extensions (ie.
172
+ MIE and XMP).
173
+
174
+ VARS : Hash used to store additional parameters. Individual modules may use
175
+ this to store any parameters they want. The following additional parameters
176
+ have been defined, and may be used by any module:
177
+
178
+ ID_LABEL Label to use instead of "Tag ID" for column heading in tag
179
+ name documentation. When this is set, numerical TagID's are
180
+ not converted to hexadecimal notation. Unless otherwise set,
181
+ an ID_LABEL of "Index" is assumed for tables which use
182
+ ProcessBinaryData.
183
+
184
+ NO_ID Avoid printing "Tag ID" column in tag name documentation.
185
+
186
+ HEX_ID Print tag ID in hexadecimal (with 4 hex digits or more).
187
+
188
+ NO_LOOKUP Do not add tags to TagLookup.pm lookup tables.
189
+
190
+ CAPTURE Used by PDF module to name dictionaries to capture when
191
+ writing.
192
+
193
+ MINOR_ERRORS [EXIF tables only] Flag to make errors in this IFD minor, or
194
+ to downgrade already minor errors to warnings while writing.
195
+ (Errors in MakerNote IFD's are already classified as minor.)
196
+ Note that for certain types errors, the response is to delete
197
+ the entire IFD from the image.
198
+
199
+ NUMBERS_LAST Sort numerical tags after character tags in documentation.
200
+
201
+ LONG_TAGS Suppress "Long tags" warning when generating documentation.
202
+ Value is the number of long tag names to expect.
203
+
204
+ DATAMEMBER : BinaryData tables only. A reference to a list of sorted tag ID's
205
+ which must be extracted as data members when writing. Must also list "var_"
206
+ format tags and tags with Hook so offsets are properly calculated if the table
207
+ is writable.
208
+
209
+ SET_GROUP1 : [EXIF tables only] Flag to set group1 name to the directory name
210
+ for all tags in the table.
211
+
212
+ The remaining entries in a tag table are the tag IDs with their associated
213
+ information. The information may exist in one of three forms: 1) A simple
214
+ scalar which is the name of the tag, 2) A reference to a hash of information
215
+ describing this tag, or 3) a reference to a list of hashes which contain
216
+ Condition expressions allowing the appropriate hash to be selected to suit the
217
+ conditions. The following is a description of possible hash entries. All
218
+ entries are optional, except for the tag Name which is required if the tag ID is
219
+ numerical.
220
+
221
+ Name : The tag name. Tag names need not be unique. If they aren't
222
+ unique, then duplicate tags will hide the values of previous
223
+ tags when extracting information unless the Duplicates option
224
+ is set or the new tag has lower Priority. With Duplicates
225
+ set, to allow multiple tags with the same name to exist in the
226
+ tag information hash, the key of the previous tag is changed
227
+ to the form "TagName (N)", where N starts at 1 and increments
228
+ for subsequent duplicate tags. A tag name should start with
229
+ an uppercase letter, and contain only the charcters in the set
230
+ [A-Za-z0-9_-]. If not given, the Name is taken from the tag
231
+ ID with the first character changed to upper case.
232
+
233
+ Description : A more readable description of tag name. If a tag doesn't
234
+ specify a Description, then the tag Name is used instead, with
235
+ spaces inserted between the words.
236
+
237
+ Notes : Notes for this tag in the HTML TagNames documentation.
238
+
239
+ Groups : Hash lookup for group names for this tag.
240
+
241
+ Format : Only valid for BinaryData, EXIF and IPTC tables. For a Binary
242
+ or EXIF table, this gives the format that is used to convert
243
+ the binary data, and is one of the FORMAT types specified
244
+ above. If not specified, the Format of an EXIF entry is taken
245
+ from the EXIF information, and the Format of a BinaryData
246
+ entry is taken from the FORMAT specified for the table (or
247
+ int8u if FORMAT is not specified). Must be specified for
248
+ Writable tags where the value must be converted for a
249
+ Condition. For BinaryData tables, the format may have a size
250
+ in trailing brackets which is a Perl expression to be
251
+ evaluated. The expression may access any of the previous table
252
+ entries through a %val hash (read-only tags), the data size
253
+ via $size, or the ExifTool object via $self. For example,
254
+ 'string[$val{3}]' defines a string with length given by the
255
+ table entry with tag index '3'. An initial "var_" may be
256
+ added to the Format name of any BinaryData tag with a size in
257
+ brackets. In this case, subsequent offsets are adjusted by
258
+ the value length minus the size of the default table FORMAT
259
+ (ie. "var_int16u[10]" causes subsequent offsets to be
260
+ incremented by sizeof(int16u) * 10 - sizeof(int8u) if the
261
+ default table FORMAT is "int8u"). Note that all "var_" Format
262
+ tags (as well as tags with values used within "var_" Format
263
+ expressions) must have corresponding DATAMEMBER entries.
264
+
265
+ Count : Used when writing EXIF information to specify the number
266
+ values to write, or the number of characters in a fixed-length
267
+ string. A value of -1 indicates that the count is variable
268
+ and should be determined by the number of values provided.
269
+ Note that this count that corresponds to the specified Format,
270
+ so if a different-sized Writable format is defined, the actual
271
+ count written to the file will be different.
272
+
273
+ FixCount : Flag set to determine correct count from offsets in IFD. This
274
+ is necessary for some Kodak tags which write an incorrect
275
+ Count value.
276
+
277
+ Flags : Flags to specify characteristics for this tag. May be a
278
+ simple scalar flag name, a reference to a list of flag names,
279
+ or a reference to a hash of flag/value pairs. If not a hash
280
+ reference, the flag value is set to 1. Flags are expanded for
281
+ faster access at run time into members of the tagInfo hash,
282
+ and may be written directly as members if desired. The
283
+ available flag names are:
284
+
285
+ 'AutoSplit' - [List tags only] Similar to ListSplit option,
286
+ but applied automatically to individual tags. Value specifies
287
+ pattern for split, or 1 for default pattern ',?\\s+'.
288
+
289
+ 'Avoid' - avoid creating this tag if possible. This is only
290
+ effective if another tag exists with the same name. Setting
291
+ this flag also sets the default Priority to 0 for this tag.
292
+
293
+ 'Binary' - set to 1 for binary data. This has the same effect
294
+ as setting ValueConv to '\$val', but it it a bit cleaner and
295
+ avoids dummy ValueConvInv entries for writable tags. Has no
296
+ effect if ValueConv is defined for the tag. Some values may
297
+ be treated as binary data even if this flag is not set.
298
+
299
+ 'BlockExtract' - set for writable directories in EXIF
300
+ information which are extracted by default. Otherwise
301
+ writable directories are only extracted as a block if
302
+ specified explicitly.
303
+
304
+ 'DataMember' - name of exiftool data member associated with
305
+ this tag if it should be stored as a special data member when
306
+ writing information. Necessary only if the value of the tag
307
+ affects other written information. Currently only used for
308
+ tags in EXIF tables where it triggers the execution of the
309
+ RawConv to convert and stores the value as an ExifTool data
310
+ member when writing.
311
+
312
+ 'DataTag' - associated tag name containing data for offset or
313
+ byte count tags.
314
+
315
+ 'Drop' - set to 1 for tags that should be excluded when
316
+ rebuilding maker notes when copying all tags. Set to a number
317
+ larger than 1 to drop only if data is larger than this size.
318
+ Works for SubDirectory tags too.
319
+
320
+ 'EntryBased' - set to 1 if the offset for this value is based
321
+ on the IFD entry position. This allows individual values to
322
+ be entry-based even though some others aren't (as with the
323
+ Casio PrintIM information).
324
+
325
+ 'Flat' - [flattened XMP structure tags only] must be set for
326
+ all pre-defined flattened tags (including user-defined
327
+ flattened tags). This flag is reset to 0 internally after all
328
+ associated flattened tags in the structure have been
329
+ generated.
330
+
331
+ 'Flattened' - [reserved] used internally to mark Struct tags
332
+ which have been processed to generate flattened equivalents.
333
+
334
+ 'GotGroups' - [reserved] flag used internally to indicate that
335
+ the Groups hash has been initialized for this tag.
336
+
337
+ 'Hidden' - set to hide tag from the TagName documentation.
338
+ Also suppresses verbose output of a BinaryData tag.
339
+
340
+ 'IsOffset' - flag set if the tag represents an offset to some
341
+ data, and causes value will be adjusted to an absolute file
342
+ offset. If set to 2, the offset base of the parent directory
343
+ is used even if the base changes for the current directory
344
+ (only some maker notes are this messed up). Set to 3 if
345
+ absolute file offsets are used. May be set to an expression
346
+ to be evaluated. Expression may access $val and $exifTool,
347
+ and is evaluated only when reading.
348
+
349
+ 'List' - flag indicating that duplicate entries of this tag
350
+ are allowed, and will be accumulated in a list. Note that for
351
+ XMP information, 3 different types of lists are supported and
352
+ the List value specifies the type: 'Bag', 'Seq' or 'Alt'. As
353
+ well, a value of '1' is used internally in XMP to allow list
354
+ behaviour for a flattened tag which is itself not a list
355
+ element (ie. a member of list of structures). Note that in
356
+ ExifTool an XMP lang-alt tag (Writable="lang-alt") is NOT a
357
+ list-type tag (unless it is a list of lang-alt lists, which is
358
+ uncommon).
359
+
360
+ 'MakerNotes' - set if this tag is maker note data.
361
+
362
+ 'MakerPreview' - set in the PreviewImageStart tag information
363
+ if the preview must be stored inside the maker notes.
364
+
365
+ 'Mandatory' - set for mandatory tags. Used only by TagInfoXML
366
+ and documentation purposes. Mandatory tags may be added
367
+ automatically by ExifTool.
368
+
369
+ 'NestedHtmlDump' - flag set if value for this tag is also
370
+ dumped when processing the SubDirectory. This flag is implied
371
+ if the MakerNotes flag is set. Set to 2 if the dump should
372
+ only be underlined if nested inside other maker notes.
373
+
374
+ 'NotIFD' - set for 'MakerNotes' SubDirectory tags only if the
375
+ SubDirectory is not EXIF IFD format. (Note: All SubDirectory
376
+ tags in the MakerNotes table are 'MakerNotes' type by
377
+ default.)
378
+
379
+ 'OffsetPair' - set if the tag represents half of an offset/
380
+ byte count pair. Data for these tags must be handled
381
+ separately. Value is the tagID for the paired tag.
382
+
383
+ 'Permanent' - flag indicates that a tag is permanent, and
384
+ can't be added or deleted from the file, although a new value
385
+ may be written if the tag already exists. By default, all
386
+ MakerNotes tags are permanent unless otherwise specified.
387
+
388
+ 'PrintHex' - specifies that unknown PrintConv values should
389
+ be printed in hex (ie. 'Unknown (0x01)'). Also causes
390
+ numerical tag values to be printed in hex in the HTML tag name
391
+ documentation.
392
+
393
+ 'PrintString' - flag set to force PrintConv values to be
394
+ printed as strings in the documentation.
395
+
396
+ 'Priority' - gives the priority of this tag while reading. If
397
+ set to zero, this tag will not override the value of previous
398
+ tags with the same name. If the priority is greater than
399
+ zero, this tag won't be overridden by subsequent tags unless
400
+ their priority is equal to or greater than this priority. A
401
+ special feature is that Priority 0 tags are automatically
402
+ incremented to Priority 1 if they exist in the IFD of the full
403
+ resolution image (as determined by SubfileType). If not
404
+ defined, the priority defaults to 1 for all tags except except
405
+ tags in IFD1 of JPEG images which default to priority 0.
406
+
407
+ 'Protected' - bit mask to protect tags from writing:
408
+ Bit 0x01 indicates an 'unsafe' tag, which is not set via
409
+ SetNewValuesFromFile() unless specified explicitly.
410
+ Bit 0x02 indicates a 'protected' tag, which should not be set
411
+ directly by the user.
412
+
413
+ 'PutFirst' - [EXIF only] flag to place this value before IFD0
414
+ when writing (ie. immediately after TIFF header). Only used
415
+ for main IFD's (IFD0, IFD1, etc) and IFD's where SubIFD flag
416
+ is set to 2 (currently only ExifIFD).
417
+
418
+ 'RawJoin' - [List tags only] Joins raw List-type tag values
419
+ into a single string with a space separator, allowing
420
+ ValueConv and PrintConv to act on the concatenated string so
421
+ the tag does not exhibit list-type behaviour. When writing,
422
+ the inverse is performed and the value is split at whitespace.
423
+
424
+ 'Resource' - [XMP only] flag to write value as an rdf:resource
425
+ in an empty element instead of as a normal string.
426
+
427
+ 'SeparateTable' - set to list PrintConv values in a separate
428
+ table in the HTML documentation. Value is 1 for a table name
429
+ of 'Module TagName', or 'TAG' for 'Module TAG', or 'MODULE
430
+ TAG' to fully specify the table name. The table may have a
431
+ 'Notes' entry for a description of the table.
432
+
433
+ 'SetResourceName' - [Photoshop tags only] set to 1 to append
434
+ resource name to the extracted value (ie. 'VALUE/#NAME#/').
435
+ Also allows resource name to be appended when writing new
436
+ values. May be set to any value other than 1 for a default
437
+ resource name to use when writing if an appended name is not
438
+ provided.
439
+
440
+ 'StructType' - [reserved] used internally by XMP writer for
441
+ flattened structure tags as a flag to indicate that one or
442
+ more enclosing structures has a TYPE field.
443
+
444
+ 'SubDoc' - [Composite tags only] set to cause this Composite
445
+ tag to also be generated for each sub-document. To achieve
446
+ this, 'Main:' and 'Doc#:' prefixes are added to all Require'd
447
+ and Desire'd tag names which don't already start with 'Main:'
448
+ or 'Doc#:', and the Composite tag is built once for each of
449
+ the main document and all sub-documents.
450
+
451
+ 'SubIFD' - used in writing to determine that the tag specifies
452
+ an offset to a sub-IFD. When this flag is set, the Group1
453
+ name gives the name of the IFD. Must be set if and only if
454
+ the tag has a SubDirectory Start that references '$val' (this
455
+ is validated by BuildTagLookup). Set to 2 for standard EXIF
456
+ SubIFD's where the PutFirst flag is valid.
457
+
458
+ 'Unknown' - this is an unknown tag (only extracted when the
459
+ Unknown option is set).
460
+
461
+ 'WrongBase' - ['IsOffset' tags only] An expression using $self
462
+ that is evaluated to generate a base shift for 'IsOffset' tags
463
+ which use a different base than the rest of the tags.
464
+
465
+ RawConv : Used to convert the Raw value at extraction time (while the
466
+ image file is still open, unlike ValueConv and PrintConv below
467
+ which are done later only if the value is requested). May be
468
+ a scalar expression using $val (the Raw tag value), $self (the
469
+ current ExifTool object), $tag (the tag key), $tagInfo
470
+ (reference to the tag information hash), and $priority (to
471
+ dyanmically set the priority of a tag), or a code reference
472
+ with $val and $self as arguments. For Composite tags, $val is
473
+ a reference to a hash of source ("derived from") tag names,
474
+ and @val may be used to access the Raw values of these tags.
475
+ The returned value may be a scalar which is used as the new
476
+ Raw value, a scalar reference to a binary data value, a hash
477
+ reference for Composite tags, an ARRAY reference for a list of
478
+ values, or undefined to indicate that the tag should be
479
+ ignored. If RawConv is specified for a Composite tag, then
480
+ ValueConv and PrintConv evals will no longer have access to
481
+ the source @val and @prt values unless the input $val is
482
+ returned. RawConv may generate Warning or Error tags, while
483
+ ValueConv and PrintConv may not. Note: RawConv should only be
484
+ used if necessary (in general, only if the conversion may
485
+ return undef to ignore the tag) because ValueConv is more
486
+ efficient since it is only executed if the tag value is
487
+ requested, while RawConv is executed for all extracted tags.
488
+
489
+ ValueConv : Used to convert the Raw value to a useable form. May be a hash
490
+ reference to act as a lookup table, a scalar which is
491
+ evaluated as a Perl expression, or a code reference to a
492
+ subroutine. May also be a list reference, in which case the
493
+ value is split at whitespace into a list of items and each
494
+ item is converted by the associated entry in the ValueConv
495
+ list. If a hash reference is used and the Raw value doesn't
496
+ appear as one of the keys, then the converted value is set to
497
+ "Unknown (X)", where X is the Raw value (unless either of the
498
+ special keys exist: 'BITMASK', a reference to a hash used to
499
+ decode individual value bits; or 'OTHER', a reference to a
500
+ subroutine used to convert unknown values. The OTHER
501
+ subroutine takes 3 arguments: the value, a flag which is set
502
+ for the inverse conversion, and a reference to the PrintConv
503
+ hash, and returns the converted value or undef on error. The
504
+ lookup hash may also contain a 'Notes' entry which is used for
505
+ documentation if the SeparateTable flag is set). In an
506
+ expression, $self is a reference to the current ExifTool
507
+ object, $val is the Raw value, and $tag is the tag key. The
508
+ subroutine takes 2 arguments: the Raw value and a reference to
509
+ the current ExifTool object. The expression or subroutine is
510
+ evaluated when and if the tag value is requested (ie. only
511
+ after all extraction is complete), so if necessary at this
512
+ time the values of all other tags are available via calls to
513
+ $self->GetValue("Tag","Raw"). (Note: In theory, types other
514
+ than "Raw" may be accessed, but they are slower and may lead
515
+ to cyclical dependencies so they should be avoided). When
516
+ evaluated, the expression or subroutine returns a scalar for
517
+ the converted value, a SCALAR reference to a binary data value
518
+ (see the 'Binary' flag), or an ARRAY reference for a list of
519
+ values. The return value should always be defined -- use
520
+ RawConv instead to return undef if it is necessary to test the
521
+ value for validity, otherwise an undef tag may hide a
522
+ previously defined value when the Duplicates option is not
523
+ enabled. If this isn't possible (as with Composite tags where
524
+ the converted values of the source tags are needed), set the
525
+ Priority to 0 to avoid taking priority over a valid tag. If
526
+ ValueConv is not specified, the Raw value is not converted.
527
+ Composite tags which Require or Desire other tags may access
528
+ the ValueConv, PrintConv and Raw values of these tags through
529
+ the elements of the @val, @prt and @raw lists respectively
530
+ (only if there was no RawConv or it returned a hash
531
+ reference). For these tags, $val may be used in an expression
532
+ to represent $val[0], and the first argument passed for a code
533
+ reference is a reference to @val.
534
+
535
+ PrintConv : This entry is similar to ValueConv above, except that it is
536
+ used to further convert the tag value to a human readable
537
+ form. It can be either a hash lookup, a scalar Perl
538
+ expression, a code reference or a list reference. In this
539
+ expression, $self, $val and $tag may be used as with
540
+ ValueConv, but if ValueConv was defined then $val is the
541
+ ValueConv value instead of the Raw value. The returned value
542
+ should always be defined. Note that the print conversion is
543
+ only done if the PrintConv option is enabled (which it is by
544
+ default), and if the result of the ValueConv is not a scalar
545
+ reference. If it is a list reference, then the converted
546
+ values are joined by '; ' in the output string.
547
+
548
+ RawConvInv : The inverse of RawConv. This should only be used in very rare
549
+ situations when the raw value can not be predetermined.
550
+ Unlike the other inverse conversions which are applied in
551
+ SetNewValue(), this conversion is applied in WriteInfo() as
552
+ the file is being written. This is important because it means
553
+ that FILE_TYPE and any DataMember tags ocurring before this
554
+ tag in the file are available. Beware that if the return
555
+ value is not defined, the tag will be deleted unless there is
556
+ specific logic to avoid this (currently, only EXIF and Binary
557
+ data directories handle this case).
558
+
559
+ ValueConvInv : The inverse of ValueConv. Only necessary for Writable tags
560
+ when ValueConv is specified (except WriteAlso tags). Note
561
+ that DataMember tags may NOT be used in the inverse
562
+ conversions because these conversions are done before the
563
+ input file is parsed. Instead, a Condition or RawConvInv must
564
+ be used. May return undef on conversion error and call warn()
565
+ to issue a warning. If warn() is not called, a generic
566
+ warning is generated when undef is returned. An empty warning
567
+ ("\n") may be issued to suppress warning messages when undef
568
+ is returned. If a scalar, the expression may use the
569
+ variables $val, $self and $wantGroup. If a code ref, the
570
+ routine is passed 2 arguments: $val and $self. Note that this
571
+ conversion is not applied for deleted tags (ie. $val is
572
+ undef).
573
+
574
+ PrintConvInv : The inverse of PrintConv. Only necessary if for Writable tags
575
+ when PrintConv is specified (unless WriteAlso is used). See
576
+ ValueConvInv above for more details.
577
+
578
+ PrintConvColumns : Number of columns for PrintConv lookup in HTML docs. If not
579
+ set, the number of columns is determined automatically
580
+ according to the maximum width of the entries.
581
+
582
+ DelValue : Raw value to be used when deleting a permanent tag. (Note all
583
+ MakerNotes tags are permanent.) If not specified, an attempt
584
+ is made to convert an empty string for the raw value.
585
+
586
+ Relist : [Only if ValueConv or PrintConv is a list ref] Reference to a
587
+ list of original value indices used to reorganize values. Each
588
+ entry in the list may be a scalar index, or a reference to a
589
+ list of indices to join values. (Currently values may be
590
+ joined, but the order of writable values must not be changed
591
+ until this ability is added to the writer.)
592
+
593
+ Mask : [BinaryData tags only] Bitmask for this value. (Multiple tags
594
+ may have the same index by using floating point indices. An
595
+ unknown tag will only be generated for a certain TagID if
596
+ there is no integral TagID for that tag.) The Mask is applied
597
+ before evaluating RawConv. When Mask is used, PrintHex=1 is
598
+ implied unless otherwise defined.
599
+
600
+ Condition : If given, specifies scalar which is evaluated as a Perl
601
+ expression at extraction time to decide whether the tag is
602
+ valid. If used in a list of alternate tag definitions, the
603
+ first list entry with a true condition is taken. If no
604
+ condition exists, then a 'true' condition is assumed. The
605
+ expression may use $self to access the ExifTool object. The
606
+ first 128 bytes of the raw data value are accessible through
607
+ the reference $valPt for EXIF, Jpeg2000 and BinaryData tags
608
+ only (note that for BinaryData tags, the raw data of $$valPt
609
+ is always 'undef' type, and may not be used when writing
610
+ except for SubDirectory tags). EXIF tags may also reference
611
+ the format string and value count through $format and $count.
612
+ Note that if the value is writable and $valPt is used, the tag
613
+ must have a Format (unless 'undef' or 'string'), and a Count
614
+ (unless 1 or length of the 'undef' or 'string'), so the raw
615
+ data may be generated for evaluating the Condition. When
616
+ writing, $valPt, $format and $count refer to the new value,
617
+ except for MakerNotes tags where $format and $count refer to
618
+ the old tag if it existed.
619
+
620
+ Require : [Composite tags only] A hash reference specifying the tags
621
+ required to calculate the Composite tag value. The hash
622
+ values are the names of the required tags, and the keys
623
+ specify the indices where the tag values are stored in the
624
+ @val list used in the ValueConv and/or PrintConv expression.
625
+ The Composite value is only calculated if the values for all
626
+ Require'd tags are defined. Require, Desire and Inhibit tag
627
+ names may be prefixed by an optional group family 0 or 1 name
628
+ followed by a colon. Case IS significant. The keys used by
629
+ the Require, Desire and Inhibit hashes must not overlap (since
630
+ they are used as indices into the common @val, @prt and @raw
631
+ lists), and together the keys must be sequential starting from
632
+ 0. A special feature allows a scalar tag name to be used
633
+ instead of the hash reference when only the 0th tag is
634
+ defined. For example, the following two definitions are
635
+ equivalent:
636
+
637
+ Require => { 0 => 'XMP:Title' },
638
+ Require => 'XMP:Title',
639
+
640
+ Desire : [Composite tags only] This is the same as Require except that
641
+ the Composite value is calculated even if the specified tags
642
+ don't exist. Beware that the elements of @val, @prt and @raw
643
+ may be undefined for Desire'd tags. If no tags are Require'd,
644
+ at least one of the Desire'd tags must exist for the Composite
645
+ tag to be generated.
646
+
647
+ Inhibit : [Composite tags only] Similar to the Require and Desire
648
+ hashes, except that the Composite tag is NOT built if any of
649
+ the Inhibit tags exist.
650
+
651
+ Shift : [Writable tags only] Specifies type of shift to apply if this
652
+ value may be shifted. Set to 'Time' for shifting date/time
653
+ tags.
654
+
655
+ Writable : Indicates this tag can be written (or not written if Writable
656
+ is set to zero), and for EXIF-type tables gives format for
657
+ writing. Writable may be set to 1 for MakerNotes information
658
+ because the existing format is always used, however providing
659
+ a format is desireable because it is used in validating the
660
+ value. For EXIF tables, the Writable flag may be different
661
+ than the Format flag, in which case Format is used for
662
+ converting the binary value and Writable specifies the format
663
+ code written to the EXIF IFD. For SubDirectories in EXIF
664
+ information, this flag is only defined if the SubDirectory is
665
+ writable as a block, or if the SubDirectory can not be edited
666
+ (in which case Writable is set to 0). If non-zero, the
667
+ SubDirectory is also extracted as a block, so the Binary and
668
+ Protected flags should usually set as well. There is
669
+ currently no way to specify a write format for a SubDirectory
670
+ that is not writable as a block (the default is 'int32u' for
671
+ IFD-type SubDirectories, and 'undef' for all others).
672
+
673
+ WriteAlso : Used for writable tag to specify other tags to write when this
674
+ tag is written. The value is a hash reference. The hash keys
675
+ are the names of the tags to write, and the values are
676
+ evaluated to obtain the ValueConv values of each tag (or undef
677
+ to delete the tag). In the eval, $val is the Raw value of the
678
+ parent tag (which may be undef if the tag is being deleted),
679
+ and the %opts hash may be accessed to modify SetNewValue
680
+ options for each tag. By default, Type is set to "ValueConv"
681
+ and the Protected option has bit 0x02 set to allow writing of
682
+ Protected tags that aren't directly writable. The AddValue
683
+ and DelValue options from the parent tag are also defined, but
684
+ no other options are set by default. Previous new values of
685
+ WriteAlso tags have already been removed prior to the eval if
686
+ the Replace option was used for the parent tag. If an empty
687
+ warning is issued ("\n"), the target tag is not written and no
688
+ error is reported.
689
+
690
+ WriteCheck : If given, specifies a scalar which is evaluated as a Perl
691
+ expression for a one-time validatation the Raw value being
692
+ written. The expression has access to 3 variables: $val is
693
+ the value to be written, $self is the ExifTool object, and
694
+ $tagInfo is the tag information hash reference. It returns an
695
+ error string, or undef if the value is good. If the error
696
+ string is empty, the tag is not written and no warnings are
697
+ issued, but WriteAlso is still evaluated if it exists.
698
+
699
+ WriteOnly : Flag set if tag is write-only. Used for documentation only.
700
+
701
+ DelCheck : Similar to WriteCheck, but called when the tag is deleted. The
702
+ expression may access $self, $tagInfo and $wantGroup. Returns
703
+ error string, or undef on success, and may set $val to
704
+ something other than undef. May return empty string ('') to
705
+ suppress warning messages but not delete tag (ie. when
706
+ deleting only associated tags).
707
+
708
+ WriteCondition: [Writable EXIF tags only] Specifies a condition to be
709
+ evaluated before the tag can be written to a specific file.
710
+ The condition may use $self to reference the ExifTool object,
711
+ and returns true if it is OK for writing. Unlike WriteCheck
712
+ which is done only once when the new value is set, this
713
+ condition is evaluated just before the tags of the specific
714
+ SubDirectory are written.
715
+
716
+ WriteGroup : [Writable EXIF tags only] Specifies the IFD where the
717
+ information gets written by default. Must be defined for
718
+ writable EXIF tags if WRITE_GROUP is not specified in table.
719
+
720
+ IsOverwriting : [Writable EXIF tags only] Specifies reference to subroutine
721
+ which determines if tag should be overwritten. Arguments are:
722
+ 0) ExifTool object ref, 1) new value hash ref, 2) old value,
723
+ 3) new value reference.
724
+
725
+ AllowGroup : [Writable tags only] Regular expression string (case
726
+ insensitive) to match group names which are allowed when
727
+ writing this tag. Only needed if tag can be written to
728
+ groups other than the normal groups for this tag (very rare).
729
+
730
+ OffsetPair : Used in EXIF table to specify the tagID for the corresponding
731
+ offset or length tag.
732
+
733
+ DataTag : Used in EXIF table to specify the tag name of the data
734
+ associated with offset/length tags.
735
+
736
+ FixFormat : [Writable EXIF SubIFD SubDirectory's only] Used to specify a
737
+ format for writing an IFD pointer other than 'int32u'.
738
+
739
+ ChangeBase : [EXIF tags in JPEG images only] Eval used to return new base
740
+ for the offset for this tag only. Eval may use $dirStart and
741
+ $dataPos. Note this is geared to the quirky Leica preview
742
+ image offset, and is only used if the preview is outside the
743
+ APP1 EXIF segment.
744
+
745
+ Struct : [XMP tags only] Reference to structure hash for structured XMP
746
+ tags. See "STRUCTURES" section below for more details. (For
747
+ backward compatibility, this may be a name to an entry in
748
+ %Image::ExifTool::UserDefined::xmpStruct, but this use is
749
+ deprecated.) Flattened tags are automatically generated for
750
+ each field in the structure. Note that Struct tags can NOT
751
+ have ValueConv/PrintConv entries, because values that are HASH
752
+ references are are also used by Composite tags, which use the
753
+ the Conv entries to generate the Composite value.
754
+
755
+ NoSubStruct : [XMP tags only] Flag set in flattened tag to break cyclical
756
+ recursion in nested structures.
757
+
758
+ Namespace : [XMP tags only] Gives standard XMP namespace prefix to use for
759
+ this tag. If not defined, the tag table NAMESPACE is used.
760
+
761
+ FlatName : [Struct tags and structure fields only] Name used for
762
+ automatically-generated flattened tag names, defaults to Name
763
+ if not specified. In general, this is used to remove the
764
+ redundant names found in some specifications. May be empty
765
+ ('') for a Struct tag but not for a structure field.
766
+
767
+ Units : [MIE tags only] Reference to a list of valid units strings.
768
+ The default units are the first item in the list.
769
+
770
+ Hook : [BinaryData tags only] Expression to be evaluated when
771
+ extracting tag to allow dynamic Format, etc for BinaryData
772
+ tags. May access $self, and assign a new value to $format to
773
+ dynamically set the tag format, and/or increment $varSize to
774
+ add a byte offset to subsequent tags. $varSize may be set to
775
+ a large number to effectively abort processing of the
776
+ directory after this tag. Must have corresponding DATAMEMBER
777
+ entry in writable tables.
778
+
779
+ TagID : [reserved] Used internally to save the table key for this tag.
780
+ Note: For XMP tables this corresponds to the XMP property
781
+ name, but the table key may have a full XMP namespace prefix
782
+ added.
783
+
784
+ NewTagID : [reserved] Used internally to save new ID of tag in Composite
785
+ table if it is different that the original TagID (happens if
786
+ there was a conflict with an existing entry in the table)
787
+
788
+ Index : [reserved] Used internally to save the index of tagInfo items
789
+ which are in a conditional list.
790
+
791
+ Table : [reserved] Reference to parent tag table.
792
+
793
+ PropertyPath : [reserved] Used internally by XMP writer to save property path
794
+ name. Also used in structure field information hashes, but
795
+ for these the full property path is not stored.
796
+
797
+ SrcTagInfo : [reserved] Used internally by XMP module to store reference to
798
+ default language tagInfo hash for alternate-language tags.
799
+
800
+ RootTagInfo : [reserved] Used internally to store a reference to the tag
801
+ information hash of the top-level structure for flattened
802
+ structure tags.
803
+
804
+ Module : [reserved] Used internally to store module name for writable
805
+ Composite tags.
806
+
807
+ LangCode : [reserved] Used internally to indicate language code for
808
+ alternate language tags (ie. 'fr'). Only used with formats
809
+ which support alternate languages (ie. XMP, MIE, etc).
810
+
811
+ SubDirectory { If it exists, this specifies the start of a new subdirectory.
812
+ It contains a collection of variables which specify the type
813
+ and location of the subdirectory. These variables are
814
+ described below:
815
+
816
+ TagTable : Specifies the name of the tag table lookup for the new
817
+ subdirectory. If not specified, the parent tag table is used.
818
+
819
+ Start : The offset to the start of the subdirectory relative to the
820
+ current Base. This is a Perl expression which may use
821
+ $valuePtr to represent the location of the tag value in the
822
+ file, or $val for the value itself. If not specified, a Start
823
+ of '$valuePtr' is assumed.
824
+
825
+ OffsetPt : [EXIF directories only] If specified, this is a Perl
826
+ expression that gives the position of a 32-bit word in the
827
+ current directory that is added to the Start position to get
828
+ the position of the new subdirectory. The expression
829
+ should use the position of the current tag ($valuePtr).
830
+
831
+ Base : This specifies the base offset for all pointers in the
832
+ subdirectory. This need not be specified if the offset is the
833
+ same as the current directory, which is normally the case.
834
+ May use $start to represent the subdirectory start location
835
+ relative to the current base, and $base for the value of the
836
+ current base. If this is defined, the automatic validation of
837
+ base offsets is disabled for maker notes directories. The
838
+ IFD is flagged as using relative offsets when writing if
839
+ '$start' is used in this expression.
840
+
841
+ EntryBased : [EXIF directories only] Flag indicating that the offsets are
842
+ based on the individual directory entry position, so offsets
843
+ are incremented by 12 times the corresponding entry index.
844
+
845
+ MaxSubdirs : Maximum number of subdirectories specified by the current tag
846
+ (if the tag specifies multiple values). If not specified, the
847
+ tag value ($val) is used as-is. If MaxSubdirs is specified,
848
+ then one subdirectory is parsed for each value found up to the
849
+ maximum number specified. Ignored when writing.
850
+
851
+ ByteOrder : Specifies byte ordering if different than than the rest of the
852
+ file. Must be either BigEndian, LittleEndian or Unknown. If
853
+ Unknown is specified, the byte order will be determined from
854
+ the directory count (however, this can not be done if OffsetPt
855
+ is specified).
856
+
857
+ Validate : If given, specifies Perl expression which is used to validate
858
+ the subdirectory data. The following variables may be used in
859
+ the expression: $val (value of the tag), $dirData (reference
860
+ to directory data), $subdirStart (offset to subdirectory
861
+ start) and $size (size of subdirectory). Returns true if
862
+ subirectory is valid.
863
+
864
+ ProcessProc: If given, specifies processing procedure used to decode this
865
+ subdirectory data. This overrides the default procedure
866
+ specified by PROCESS_PROC in the tag table.
867
+
868
+ WriteProc : If given, specifies processing procedure used to write this
869
+ subdirectory data. This overrides the default procedure
870
+ specified by WRITE_PROC in the tag table.
871
+
872
+ DirName : Name of this subdirectory. If not specified, the name is
873
+ taken from the tag name. DirName is important because it is
874
+ used when writing to compare against names in the directory
875
+ map to determine which directories need to be edited.
876
+
877
+ FixBase : Flag set if base offsets should be fixed. Used to add a
878
+ constant to maker notes offsets to fix damage done by some
879
+ image editing utilities. (maker notes only) Set to 2 for
880
+ unknown maker notes to be a bit more flexible in adjusting
881
+ the base offset.
882
+
883
+ AutoFix : Flag set to patch GE makernote offset quirks and apply FixBase
884
+ without warnings when writing.
885
+
886
+ FixOffsets : Expression to evaluate for each value pointer to patch
887
+ problems with some EXIF maker note offsets. May access the
888
+ following variables: $valuePtr, $valEnd, $size, $tagID and
889
+ $wFlag. May return undef when writing to ignore the entry.
890
+
891
+ RelativeBase:[EXIF directories only] Flag to adjust all offsets relative
892
+ to the start of the IFD when writing.
893
+
894
+ Multi : [EXIF directories only] Flag to allow multiple linked IFD's.
895
+ 1 is assumed if DirName is IFD0 or SubIFD unless otherwise
896
+ defined.
897
+
898
+ Magic : [TiffIFD directories only] Magic number used in TIFF-like
899
+ header.
900
+ }
901
+
902
+ STRUCTURES
903
+
904
+ Structure hashes are very similar to tag tables in that their keys are structure
905
+ field ID's and their values are structure field information hashes. The special
906
+ keys in structure hashes are:
907
+
908
+ NAMESPACE : Same as in tag tables, but may be set to undef for a
909
+ variable-namespace structure which holds any top-level tag. This
910
+ is mandatory for built-in tags, but optional for user-defined
911
+ tags (where it defaults to the NAMESPACE of the tag table).
912
+
913
+ STRUCT_NAME : Name of structure (used in warning messages and documentation).
914
+ May contain leading module name separated by a space to avoid
915
+ name conflicts with same-named structures in other modules.
916
+ Default module is "XMP" unless otherwise specified.
917
+
918
+ TYPE : rdf:type resource for structure.
919
+
920
+ NOTES : Notes for documentation.
921
+
922
+ GROUPS : Same as in tag table, but only the family 2 group name is used,
923
+ as the default for the flattened tags.
924
+
925
+ The contained structure field information hashes are similar to tag information
926
+ hashes, except that only the following elements are used:
927
+
928
+ Raw/Value/PrintConv (and their inverses), TagID (optional), Groups, List,
929
+ Writable, Struct, Namespace, LangCode, PropertyPath.
930
+
931
+ But note that for PropertyPath, only the element of the path corresponding to
932
+ the specific field is stored (including any necessary list properties). The
933
+ full property path is obtained by walking the structure tree.
934
+
935
+ Flattened tags corresponding to each field in a structure are automatically
936
+ generated (using an on-demand approach to reduce startup overhead). Pre-defined
937
+ flattened tags are allowed, and are used when it is necessary to change the Name
938
+ or Description of a flattened tag. The flattened tag information hash entries
939
+ are copied from the corresponding structure field definitions, even for
940
+ pre-defined flattened tags. The exception is that the List property is
941
+ generated automatically unless explicity set to 0 in a pre-defined flattened
942
+ tag.
943
+
944
+ --------------------------------------------------------------------------------