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.
- checksums.yaml +15 -0
- data/bin/Image-ExifTool-9.33/Changes +6241 -0
- data/bin/Image-ExifTool-9.33/MANIFEST +859 -0
- data/bin/Image-ExifTool-9.33/META.yml +27 -0
- data/bin/Image-ExifTool-9.33/Makefile.PL +41 -0
- data/bin/Image-ExifTool-9.33/README +227 -0
- data/bin/Image-ExifTool-9.33/arg_files/exif2iptc.args +24 -0
- data/bin/Image-ExifTool-9.33/arg_files/exif2xmp.args +38 -0
- data/bin/Image-ExifTool-9.33/arg_files/gps2xmp.args +20 -0
- data/bin/Image-ExifTool-9.33/arg_files/iptc2exif.args +17 -0
- data/bin/Image-ExifTool-9.33/arg_files/iptc2xmp.args +53 -0
- data/bin/Image-ExifTool-9.33/arg_files/iptcCore.args +172 -0
- data/bin/Image-ExifTool-9.33/arg_files/pdf2xmp.args +23 -0
- data/bin/Image-ExifTool-9.33/arg_files/xmp2exif.args +39 -0
- data/bin/Image-ExifTool-9.33/arg_files/xmp2gps.args +24 -0
- data/bin/Image-ExifTool-9.33/arg_files/xmp2iptc.args +62 -0
- data/bin/Image-ExifTool-9.33/arg_files/xmp2pdf.args +23 -0
- data/bin/Image-ExifTool-9.33/config_files/ExifTool_config +299 -0
- data/bin/Image-ExifTool-9.33/config_files/convert_regions.config +81 -0
- data/bin/Image-ExifTool-9.33/exiftool +5715 -0
- data/bin/Image-ExifTool-9.33/fmt_files/gpx.fmt +29 -0
- data/bin/Image-ExifTool-9.33/fmt_files/gpx_wpt.fmt +33 -0
- data/bin/Image-ExifTool-9.33/fmt_files/kml.fmt +53 -0
- data/bin/Image-ExifTool-9.33/html/ExifTool.html +1959 -0
- data/bin/Image-ExifTool-9.33/html/MIE1.1-20070121.pdf +0 -0
- data/bin/Image-ExifTool-9.33/html/Shift.html +173 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/AFCP.html +53 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/AIFF.html +146 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/APE.html +149 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/APP12.html +188 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/ASF.html +1066 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/BMP.html +110 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Canon.html +8062 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/CanonCustom.html +2044 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/CanonRaw.html +561 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/CanonVRD.html +1222 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Casio.html +1569 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Composite.html +665 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/DICOM.html +15762 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/DNG.html +273 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/DV.html +75 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/DarwinCore.html +1445 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/DjVu.html +313 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/EXE.html +697 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/EXIF.html +3244 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Extra.html +301 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/FLAC.html +183 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/FLIR.html +931 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Flash.html +419 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/FlashPix.html +1435 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Font.html +485 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/FotoStation.html +103 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/FujiFilm.html +637 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/GE.html +40 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/GIF.html +116 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/GIMP.html +140 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/GPS.html +222 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/GeoTiff.html +2177 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/H264.html +393 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/HP.html +155 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/HTML.html +666 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/ICC_Profile.html +710 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/ID3.html +1473 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/IPTC.html +895 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/ITC.html +90 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/JFIF.html +61 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/JPEG.html +523 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/JVC.html +56 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Jpeg2000.html +464 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Kodak.html +1759 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/KyoceraRaw.html +92 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/LNK.html +478 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Leaf.html +870 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/M2TS.html +133 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/MIE.html +1026 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/MIFF.html +196 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/MNG.html +847 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/MPC.html +97 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/MPEG.html +249 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/MPF.html +199 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/MWG.html +563 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/MXF.html +6673 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Matroska.html +1069 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Microsoft.html +2066 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Minolta.html +2555 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/MinoltaRaw.html +326 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Nikon.html +4467 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/NikonCapture.html +776 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/NikonCustom.html +3835 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/OOXML.html +280 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Ogg.html +44 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Olympus.html +3386 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/OpenEXR.html +222 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/PDF.html +745 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/PGF.html +80 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/PICT.html +753 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/PLIST.html +86 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/PNG.html +515 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/PSP.html +160 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Panasonic.html +1452 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/PanasonicRaw.html +214 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Pentax.html +4332 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/PhaseOne.html +258 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/PhotoCD.html +402 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/PhotoMechanic.html +196 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Photoshop.html +555 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/PostScript.html +125 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/PrintIM.html +31 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Qualcomm.html +4778 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/QuickTime.html +3104 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/RIFF.html +1164 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/RSRC.html +74 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/RTF.html +150 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Radiance.html +87 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Rawzor.html +45 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Real.html +780 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Reconyx.html +132 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Ricoh.html +456 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Samsung.html +419 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Sanyo.html +366 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Shortcuts.html +237 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Sigma.html +372 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/SigmaRaw.html +403 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Sony.html +4279 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/SonyIDC.html +267 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Stim.html +200 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Theora.html +102 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Unknown.html +31 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/Vorbis.html +228 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/XMP.html +7234 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/ZIP.html +204 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/iWork.html +49 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/index.html +192 -0
- data/bin/Image-ExifTool-9.33/html/TagNames/style.css +31 -0
- data/bin/Image-ExifTool-9.33/html/ancient_history.html +6727 -0
- data/bin/Image-ExifTool-9.33/html/canon_raw.html +366 -0
- data/bin/Image-ExifTool-9.33/html/commentary.html +319 -0
- data/bin/Image-ExifTool-9.33/html/config.html +312 -0
- data/bin/Image-ExifTool-9.33/html/data_members.html +265 -0
- data/bin/Image-ExifTool-9.33/html/exiftool_pod.html +2338 -0
- data/bin/Image-ExifTool-9.33/html/faq.html +1434 -0
- data/bin/Image-ExifTool-9.33/html/filename.html +281 -0
- data/bin/Image-ExifTool-9.33/html/geotag.html +642 -0
- data/bin/Image-ExifTool-9.33/html/history.html +358 -0
- data/bin/Image-ExifTool-9.33/html/htmldump.html +732 -0
- data/bin/Image-ExifTool-9.33/html/idiosyncracies.html +251 -0
- data/bin/Image-ExifTool-9.33/html/index.html +1271 -0
- data/bin/Image-ExifTool-9.33/html/install.html +239 -0
- data/bin/Image-ExifTool-9.33/html/metafiles.html +266 -0
- data/bin/Image-ExifTool-9.33/html/overview.png +0 -0
- data/bin/Image-ExifTool-9.33/html/standards.html +277 -0
- data/bin/Image-ExifTool-9.33/html/struct.html +342 -0
- data/bin/Image-ExifTool-9.33/html/style.css +31 -0
- data/bin/Image-ExifTool-9.33/html/under.html +124 -0
- data/bin/Image-ExifTool-9.33/html/verbose.html +195 -0
- data/bin/Image-ExifTool-9.33/html/writing.html +239 -0
- data/bin/Image-ExifTool-9.33/lib/File/RandomAccess.pm +378 -0
- data/bin/Image-ExifTool-9.33/lib/File/RandomAccess.pod +231 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool.pm +6815 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool.pod +2385 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/AES.pm +501 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/AFCP.pm +284 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/AIFF.pm +271 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/APE.pm +262 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/APP12.pm +322 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/ASF.pm +884 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/BMP.pm +179 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/BZZ.pm +472 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/BigTIFF.pm +282 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/BuildTagLookup.pm +2400 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Canon.pm +7794 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/CanonCustom.pm +2523 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/CanonRaw.pm +931 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/CanonVRD.pm +1481 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/CaptureOne.pm +235 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Casio.pm +2013 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset.pm +396 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Arabic.pm +39 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Baltic.pm +35 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Cyrillic.pm +45 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Greek.pm +40 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Hebrew.pm +36 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/JIS.pm +1735 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Latin.pm +24 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Latin2.pm +36 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacArabic.pm +47 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacChineseCN.pm +2088 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacChineseTW.pm +3623 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacCroatian.pm +43 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacCyrillic.pm +47 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacGreek.pm +45 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacHebrew.pm +47 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacIceland.pm +42 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacJapanese.pm +1933 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacKorean.pm +2720 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacLatin2.pm +44 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacRSymbol.pm +2087 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacRoman.pm +42 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacRomanian.pm +42 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacThai.pm +49 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/MacTurkish.pm +42 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/PDFDoc.pm +28 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/ShiftJIS.pm +1835 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Symbol.pm +54 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Thai.pm +41 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Turkish.pm +25 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Charset/Vietnam.pm +27 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/DICOM.pm +3835 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/DNG.pm +835 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/DV.pm +319 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/DarwinCore.pm +317 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/DjVu.pm +376 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/EXE.pm +1228 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Exif.pm +4542 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/FLAC.pm +296 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/FLIR.pm +972 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Fixup.pm +354 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Flash.pm +755 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/FlashPix.pm +1882 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Font.pm +643 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/FotoStation.pm +258 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/FujiFilm.pm +1020 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/GE.pm +80 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/GIF.pm +542 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/GIMP.pm +258 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/GPS.pm +511 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/GeoTiff.pm +2187 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Geotag.pm +1173 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/H264.pm +1102 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/HP.pm +262 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/HTML.pm +576 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/HtmlDump.pm +895 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/ICC_Profile.pm +999 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/ID3.pm +1532 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/IPTC.pm +1244 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/ITC.pm +215 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Import.pm +308 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/InDesign.pm +277 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/JPEG.pm +588 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/JPEGDigest.pm +2511 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/JVC.pm +130 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Jpeg2000.pm +881 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Kodak.pm +2014 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/KyoceraRaw.pm +173 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/LNK.pm +723 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/cs.pm +1586 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/de.pm +7356 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/en_ca.pm +557 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/en_gb.pm +572 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/es.pm +4016 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/fi.pm +2856 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/fr.pm +4720 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/it.pm +7917 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/ja.pm +5815 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/ko.pm +2332 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/nl.pm +3220 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/pl.pm +1140 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/ru.pm +769 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/sv.pm +639 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/tr.pm +544 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/zh_cn.pm +1329 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Lang/zh_tw.pm +802 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Leaf.pm +515 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/M2TS.pm +729 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MIE.pm +2561 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MIEUnits.pod +377 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MIFF.pm +279 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MNG.pm +684 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MPC.pm +156 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MPEG.pm +736 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MPF.pm +289 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MWG.pm +736 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MXF.pm +3032 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MakerNotes.pm +1573 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Matroska.pm +891 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Microsoft.pm +879 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Minolta.pm +2833 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/MinoltaRaw.pm +534 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Nikon.pm +6116 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/NikonCapture.pm +911 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/NikonCustom.pm +4405 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/OOXML.pm +409 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Ogg.pm +237 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Olympus.pm +3582 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/OpenEXR.pm +324 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PDF.pm +2327 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PGF.pm +143 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PICT.pm +1260 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PLIST.pm +449 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PNG.pm +1100 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PPM.pm +169 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PSP.pm +305 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Panasonic.pm +1995 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PanasonicRaw.pm +535 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Pentax.pm +5489 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PhaseOne.pm +557 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PhotoCD.pm +507 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PhotoMechanic.pm +256 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Photoshop.pm +629 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PostScript.pm +693 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/PrintIM.pm +125 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Qualcomm.pm +1344 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/QuickTime.pm +3519 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/README +944 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/RIFF.pm +1322 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/RSRC.pm +241 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/RTF.pm +383 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Radiance.pm +144 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Rawzor.pm +190 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Real.pm +736 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Reconyx.pm +190 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Ricoh.pm +741 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Samsung.pm +820 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Sanyo.pm +439 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Shift.pl +594 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Shortcuts.pm +291 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Sigma.pm +574 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/SigmaRaw.pm +649 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Sony.pm +5722 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/SonyIDC.pm +330 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Stim.pm +196 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/TagInfoXML.pm +792 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/TagLookup.pm +8005 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/TagNames.pod +25950 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Theora.pm +145 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Unknown.pm +66 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Vorbis.pm +237 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WriteCanonRaw.pl +637 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WriteExif.pl +3674 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WriteIPTC.pl +702 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WritePDF.pl +759 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WritePNG.pl +330 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WritePhotoshop.pl +266 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WritePostScript.pl +777 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/WriteXMP.pl +1318 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/Writer.pl +5779 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/XMP.pm +3634 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/XMP2.pl +1298 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/XMPStruct.pl +813 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/ZIP.pm +623 -0
- data/bin/Image-ExifTool-9.33/lib/Image/ExifTool/iWork.pm +223 -0
- data/bin/Image-ExifTool-9.33/perl-Image-ExifTool.spec +104 -0
- data/bin/Image-ExifTool-9.33/t/AFCP.t +44 -0
- data/bin/Image-ExifTool-9.33/t/AFCP_2.out +37 -0
- data/bin/Image-ExifTool-9.33/t/AFCP_3.out +20 -0
- data/bin/Image-ExifTool-9.33/t/AIFF.t +28 -0
- data/bin/Image-ExifTool-9.33/t/AIFF_2.out +31 -0
- data/bin/Image-ExifTool-9.33/t/APE.t +38 -0
- data/bin/Image-ExifTool-9.33/t/APE_2.out +28 -0
- data/bin/Image-ExifTool-9.33/t/APE_3.out +57 -0
- data/bin/Image-ExifTool-9.33/t/ASF.t +28 -0
- data/bin/Image-ExifTool-9.33/t/ASF_2.out +54 -0
- data/bin/Image-ExifTool-9.33/t/BMP.t +28 -0
- data/bin/Image-ExifTool-9.33/t/BMP_2.out +21 -0
- data/bin/Image-ExifTool-9.33/t/BigTIFF.t +28 -0
- data/bin/Image-ExifTool-9.33/t/BigTIFF_2.out +19 -0
- data/bin/Image-ExifTool-9.33/t/Canon.t +41 -0
- data/bin/Image-ExifTool-9.33/t/CanonRaw.t +126 -0
- data/bin/Image-ExifTool-9.33/t/CanonRaw_2.out +165 -0
- data/bin/Image-ExifTool-9.33/t/CanonRaw_4.out +217 -0
- data/bin/Image-ExifTool-9.33/t/CanonRaw_5.out +207 -0
- data/bin/Image-ExifTool-9.33/t/CanonRaw_6.out +231 -0
- data/bin/Image-ExifTool-9.33/t/CanonRaw_7.out +247 -0
- data/bin/Image-ExifTool-9.33/t/CanonVRD.t +129 -0
- data/bin/Image-ExifTool-9.33/t/CanonVRD_11.out +118 -0
- data/bin/Image-ExifTool-9.33/t/CanonVRD_12.out +12 -0
- data/bin/Image-ExifTool-9.33/t/CanonVRD_2.out +116 -0
- data/bin/Image-ExifTool-9.33/t/CanonVRD_3.out +116 -0
- data/bin/Image-ExifTool-9.33/t/CanonVRD_4.out +2 -0
- data/bin/Image-ExifTool-9.33/t/CanonVRD_5.out +3 -0
- data/bin/Image-ExifTool-9.33/t/CanonVRD_6.out +3 -0
- data/bin/Image-ExifTool-9.33/t/CanonVRD_7.out +2 -0
- data/bin/Image-ExifTool-9.33/t/CanonVRD_8.out +2 -0
- data/bin/Image-ExifTool-9.33/t/CanonVRD_9.out +1 -0
- data/bin/Image-ExifTool-9.33/t/Canon_2.out +350 -0
- data/bin/Image-ExifTool-9.33/t/Canon_3.out +3 -0
- data/bin/Image-ExifTool-9.33/t/Casio.t +54 -0
- data/bin/Image-ExifTool-9.33/t/Casio_2.out +70 -0
- data/bin/Image-ExifTool-9.33/t/Casio_3.out +100 -0
- data/bin/Image-ExifTool-9.33/t/Casio_4.out +26 -0
- data/bin/Image-ExifTool-9.33/t/Casio_5.out +78 -0
- data/bin/Image-ExifTool-9.33/t/Casio_6.out +115 -0
- data/bin/Image-ExifTool-9.33/t/DICOM.t +28 -0
- data/bin/Image-ExifTool-9.33/t/DICOM_2.out +108 -0
- data/bin/Image-ExifTool-9.33/t/DNG.t +39 -0
- data/bin/Image-ExifTool-9.33/t/DNG_2.out +326 -0
- data/bin/Image-ExifTool-9.33/t/DNG_3.out +4 -0
- data/bin/Image-ExifTool-9.33/t/DV.t +27 -0
- data/bin/Image-ExifTool-9.33/t/DV_2.out +24 -0
- data/bin/Image-ExifTool-9.33/t/DjVu.t +28 -0
- data/bin/Image-ExifTool-9.33/t/DjVu_2.out +44 -0
- data/bin/Image-ExifTool-9.33/t/EXE.t +31 -0
- data/bin/Image-ExifTool-9.33/t/EXE_2.out +40 -0
- data/bin/Image-ExifTool-9.33/t/EXE_3.out +15 -0
- data/bin/Image-ExifTool-9.33/t/EXE_4.out +14 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool.t +284 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_16.out +180 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_17.out +594 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_2.out +399 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_20.out +1 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_21.out +1 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_22.out +1 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_23.out +6 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_24.out +3 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_25.out +13 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_26.out +12 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_3.out +87 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_4.out +41 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_5.out +6 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_6.out +68 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_7.out +125 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_8.out +125 -0
- data/bin/Image-ExifTool-9.33/t/ExifTool_9.out +33 -0
- data/bin/Image-ExifTool-9.33/t/FLAC.t +37 -0
- data/bin/Image-ExifTool-9.33/t/FLAC_2.out +25 -0
- data/bin/Image-ExifTool-9.33/t/FLAC_3.out +19 -0
- data/bin/Image-ExifTool-9.33/t/FLIR.t +30 -0
- data/bin/Image-ExifTool-9.33/t/FLIR_2.out +104 -0
- data/bin/Image-ExifTool-9.33/t/FLIR_3.out +47 -0
- data/bin/Image-ExifTool-9.33/t/Flash.t +37 -0
- data/bin/Image-ExifTool-9.33/t/FlashPix.t +30 -0
- data/bin/Image-ExifTool-9.33/t/FlashPix_2.out +48 -0
- data/bin/Image-ExifTool-9.33/t/Flash_2.out +20 -0
- data/bin/Image-ExifTool-9.33/t/Flash_3.out +53 -0
- data/bin/Image-ExifTool-9.33/t/Font.t +30 -0
- data/bin/Image-ExifTool-9.33/t/Font_2.out +23 -0
- data/bin/Image-ExifTool-9.33/t/Font_3.out +35 -0
- data/bin/Image-ExifTool-9.33/t/Font_4.out +26 -0
- data/bin/Image-ExifTool-9.33/t/Font_5.out +26 -0
- data/bin/Image-ExifTool-9.33/t/Font_6.out +36 -0
- data/bin/Image-ExifTool-9.33/t/Font_7.out +36 -0
- data/bin/Image-ExifTool-9.33/t/FotoStation.t +38 -0
- data/bin/Image-ExifTool-9.33/t/FotoStation_2.out +39 -0
- data/bin/Image-ExifTool-9.33/t/FotoStation_3.out +3 -0
- data/bin/Image-ExifTool-9.33/t/FujiFilm.t +78 -0
- data/bin/Image-ExifTool-9.33/t/FujiFilm_2.out +87 -0
- data/bin/Image-ExifTool-9.33/t/FujiFilm_3.out +88 -0
- data/bin/Image-ExifTool-9.33/t/FujiFilm_4.out +117 -0
- data/bin/Image-ExifTool-9.33/t/FujiFilm_5.out +1 -0
- data/bin/Image-ExifTool-9.33/t/GE.t +46 -0
- data/bin/Image-ExifTool-9.33/t/GE_2.out +84 -0
- data/bin/Image-ExifTool-9.33/t/GE_3.out +84 -0
- data/bin/Image-ExifTool-9.33/t/GIF.t +83 -0
- data/bin/Image-ExifTool-9.33/t/GIF_2.out +40 -0
- data/bin/Image-ExifTool-9.33/t/GIF_3.out +41 -0
- data/bin/Image-ExifTool-9.33/t/GIF_4.out +16 -0
- data/bin/Image-ExifTool-9.33/t/GIMP.t +27 -0
- data/bin/Image-ExifTool-9.33/t/GIMP_2.out +63 -0
- data/bin/Image-ExifTool-9.33/t/GPS.t +42 -0
- data/bin/Image-ExifTool-9.33/t/GPS_2.out +94 -0
- data/bin/Image-ExifTool-9.33/t/GPS_3.out +96 -0
- data/bin/Image-ExifTool-9.33/t/GeoTiff.t +36 -0
- data/bin/Image-ExifTool-9.33/t/GeoTiff_2.out +36 -0
- data/bin/Image-ExifTool-9.33/t/GeoTiff_3.out +36 -0
- data/bin/Image-ExifTool-9.33/t/Geotag.t +164 -0
- data/bin/Image-ExifTool-9.33/t/Geotag_2.out +9 -0
- data/bin/Image-ExifTool-9.33/t/Geotag_3.out +6 -0
- data/bin/Image-ExifTool-9.33/t/Geotag_5.out +1 -0
- data/bin/Image-ExifTool-9.33/t/Geotag_6.out +9 -0
- data/bin/Image-ExifTool-9.33/t/Geotag_7.out +53 -0
- data/bin/Image-ExifTool-9.33/t/Geotag_8.out +15 -0
- data/bin/Image-ExifTool-9.33/t/HTML.t +28 -0
- data/bin/Image-ExifTool-9.33/t/HTML_2.out +68 -0
- data/bin/Image-ExifTool-9.33/t/IPTC.t +157 -0
- data/bin/Image-ExifTool-9.33/t/IPTC_2.out +58 -0
- data/bin/Image-ExifTool-9.33/t/IPTC_4.out +56 -0
- data/bin/Image-ExifTool-9.33/t/IPTC_5.out +1 -0
- data/bin/Image-ExifTool-9.33/t/IPTC_6.out +2 -0
- data/bin/Image-ExifTool-9.33/t/IPTC_7.out +1 -0
- data/bin/Image-ExifTool-9.33/t/IPTC_8.out +20 -0
- data/bin/Image-ExifTool-9.33/t/ITC.t +28 -0
- data/bin/Image-ExifTool-9.33/t/ITC_2.out +19 -0
- data/bin/Image-ExifTool-9.33/t/InDesign.t +61 -0
- data/bin/Image-ExifTool-9.33/t/InDesign_2.out +19 -0
- data/bin/Image-ExifTool-9.33/t/InDesign_3.out +21 -0
- data/bin/Image-ExifTool-9.33/t/InDesign_4.out +11 -0
- data/bin/Image-ExifTool-9.33/t/JVC.t +36 -0
- data/bin/Image-ExifTool-9.33/t/JVC_2.out +3 -0
- data/bin/Image-ExifTool-9.33/t/JVC_3.out +3 -0
- data/bin/Image-ExifTool-9.33/t/Jpeg2000.t +49 -0
- data/bin/Image-ExifTool-9.33/t/Jpeg2000_2.out +63 -0
- data/bin/Image-ExifTool-9.33/t/Jpeg2000_3.out +51 -0
- data/bin/Image-ExifTool-9.33/t/Jpeg2000_4.out +15 -0
- data/bin/Image-ExifTool-9.33/t/Kodak.t +40 -0
- data/bin/Image-ExifTool-9.33/t/Kodak_2.out +109 -0
- data/bin/Image-ExifTool-9.33/t/Kodak_3.out +119 -0
- data/bin/Image-ExifTool-9.33/t/KyoceraRaw.t +28 -0
- data/bin/Image-ExifTool-9.33/t/KyoceraRaw_2.out +27 -0
- data/bin/Image-ExifTool-9.33/t/LNK.t +28 -0
- data/bin/Image-ExifTool-9.33/t/LNK_2.out +45 -0
- data/bin/Image-ExifTool-9.33/t/Lang.t +40 -0
- data/bin/Image-ExifTool-9.33/t/Lang_1.out +1 -0
- data/bin/Image-ExifTool-9.33/t/Lang_10.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_11.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_12.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_13.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_14.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_15.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_16.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_17.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_18.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_2.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_3.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_4.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_5.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_6.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_7.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_8.out +46 -0
- data/bin/Image-ExifTool-9.33/t/Lang_9.out +46 -0
- data/bin/Image-ExifTool-9.33/t/M2TS.t +29 -0
- data/bin/Image-ExifTool-9.33/t/M2TS_2.out +27 -0
- data/bin/Image-ExifTool-9.33/t/MIE.t +82 -0
- data/bin/Image-ExifTool-9.33/t/MIE_2.out +67 -0
- data/bin/Image-ExifTool-9.33/t/MIE_3.out +134 -0
- data/bin/Image-ExifTool-9.33/t/MIE_5.out +1 -0
- data/bin/Image-ExifTool-9.33/t/MIE_6.out +1 -0
- data/bin/Image-ExifTool-9.33/t/MIFF.t +28 -0
- data/bin/Image-ExifTool-9.33/t/MIFF_2.out +108 -0
- data/bin/Image-ExifTool-9.33/t/MP3.t +29 -0
- data/bin/Image-ExifTool-9.33/t/MP3_2.out +45 -0
- data/bin/Image-ExifTool-9.33/t/MWG.t +72 -0
- data/bin/Image-ExifTool-9.33/t/MWG_2.out +13 -0
- data/bin/Image-ExifTool-9.33/t/MWG_3.out +8 -0
- data/bin/Image-ExifTool-9.33/t/MWG_4.out +5 -0
- data/bin/Image-ExifTool-9.33/t/MWG_5.out +22 -0
- data/bin/Image-ExifTool-9.33/t/MXF.t +27 -0
- data/bin/Image-ExifTool-9.33/t/MXF_2.out +78 -0
- data/bin/Image-ExifTool-9.33/t/Matroska.t +29 -0
- data/bin/Image-ExifTool-9.33/t/Matroska_2.out +64 -0
- data/bin/Image-ExifTool-9.33/t/Minolta.t +50 -0
- data/bin/Image-ExifTool-9.33/t/Minolta_2.out +133 -0
- data/bin/Image-ExifTool-9.33/t/Minolta_3.out +146 -0
- data/bin/Image-ExifTool-9.33/t/Minolta_4.out +148 -0
- data/bin/Image-ExifTool-9.33/t/Nikon.t +114 -0
- data/bin/Image-ExifTool-9.33/t/Nikon_2.out +82 -0
- data/bin/Image-ExifTool-9.33/t/Nikon_3.out +98 -0
- data/bin/Image-ExifTool-9.33/t/Nikon_4.out +174 -0
- data/bin/Image-ExifTool-9.33/t/Nikon_5.out +167 -0
- data/bin/Image-ExifTool-9.33/t/Nikon_7.out +260 -0
- data/bin/Image-ExifTool-9.33/t/Nikon_8.out +4 -0
- data/bin/Image-ExifTool-9.33/t/Olympus.t +85 -0
- data/bin/Image-ExifTool-9.33/t/Olympus_2.out +79 -0
- data/bin/Image-ExifTool-9.33/t/Olympus_3.out +81 -0
- data/bin/Image-ExifTool-9.33/t/Olympus_4.out +192 -0
- data/bin/Image-ExifTool-9.33/t/Olympus_5.out +264 -0
- data/bin/Image-ExifTool-9.33/t/Olympus_6.out +151 -0
- data/bin/Image-ExifTool-9.33/t/Olympus_7.out +482 -0
- data/bin/Image-ExifTool-9.33/t/OpenEXR.t +28 -0
- data/bin/Image-ExifTool-9.33/t/OpenEXR_2.out +23 -0
- data/bin/Image-ExifTool-9.33/t/PDF.t +295 -0
- data/bin/Image-ExifTool-9.33/t/PDF_10.out +10 -0
- data/bin/Image-ExifTool-9.33/t/PDF_11.out +10 -0
- data/bin/Image-ExifTool-9.33/t/PDF_12.out +9 -0
- data/bin/Image-ExifTool-9.33/t/PDF_14.out +5 -0
- data/bin/Image-ExifTool-9.33/t/PDF_15.out +6 -0
- data/bin/Image-ExifTool-9.33/t/PDF_16.out +4 -0
- data/bin/Image-ExifTool-9.33/t/PDF_17.out +4 -0
- data/bin/Image-ExifTool-9.33/t/PDF_18.out +5 -0
- data/bin/Image-ExifTool-9.33/t/PDF_19.out +6 -0
- data/bin/Image-ExifTool-9.33/t/PDF_2.out +117 -0
- data/bin/Image-ExifTool-9.33/t/PDF_20.out +4 -0
- data/bin/Image-ExifTool-9.33/t/PDF_22.out +3 -0
- data/bin/Image-ExifTool-9.33/t/PDF_4.out +12 -0
- data/bin/Image-ExifTool-9.33/t/PDF_5.out +8 -0
- data/bin/Image-ExifTool-9.33/t/PDF_6.out +9 -0
- data/bin/Image-ExifTool-9.33/t/PDF_7.out +11 -0
- data/bin/Image-ExifTool-9.33/t/PDF_8.out +9 -0
- data/bin/Image-ExifTool-9.33/t/PDF_9.out +9 -0
- data/bin/Image-ExifTool-9.33/t/PGF.t +28 -0
- data/bin/Image-ExifTool-9.33/t/PGF_2.out +32 -0
- data/bin/Image-ExifTool-9.33/t/PICT.t +28 -0
- data/bin/Image-ExifTool-9.33/t/PICT_2.out +15 -0
- data/bin/Image-ExifTool-9.33/t/PLIST.t +31 -0
- data/bin/Image-ExifTool-9.33/t/PLIST_2.out +20 -0
- data/bin/Image-ExifTool-9.33/t/PLIST_3.out +20 -0
- data/bin/Image-ExifTool-9.33/t/PNG.t +75 -0
- data/bin/Image-ExifTool-9.33/t/PNG_2.out +22 -0
- data/bin/Image-ExifTool-9.33/t/PNG_3.out +118 -0
- data/bin/Image-ExifTool-9.33/t/PNG_4.out +12 -0
- data/bin/Image-ExifTool-9.33/t/PPM.t +40 -0
- data/bin/Image-ExifTool-9.33/t/PPM_2.out +15 -0
- data/bin/Image-ExifTool-9.33/t/PPM_3.out +9 -0
- data/bin/Image-ExifTool-9.33/t/PSP.t +28 -0
- data/bin/Image-ExifTool-9.33/t/PSP_2.out +32 -0
- data/bin/Image-ExifTool-9.33/t/Panasonic.t +60 -0
- data/bin/Image-ExifTool-9.33/t/Panasonic_2.out +99 -0
- data/bin/Image-ExifTool-9.33/t/Panasonic_3.out +119 -0
- data/bin/Image-ExifTool-9.33/t/Panasonic_4.out +177 -0
- data/bin/Image-ExifTool-9.33/t/Panasonic_5.out +228 -0
- data/bin/Image-ExifTool-9.33/t/Pentax.t +50 -0
- data/bin/Image-ExifTool-9.33/t/Pentax_2.out +219 -0
- data/bin/Image-ExifTool-9.33/t/Pentax_3.out +262 -0
- data/bin/Image-ExifTool-9.33/t/Pentax_4.out +123 -0
- data/bin/Image-ExifTool-9.33/t/PhotoCD.t +28 -0
- data/bin/Image-ExifTool-9.33/t/PhotoCD_2.out +35 -0
- data/bin/Image-ExifTool-9.33/t/PhotoMechanic.t +38 -0
- data/bin/Image-ExifTool-9.33/t/PhotoMechanic_2.out +81 -0
- data/bin/Image-ExifTool-9.33/t/PhotoMechanic_3.out +2 -0
- data/bin/Image-ExifTool-9.33/t/Photoshop.t +42 -0
- data/bin/Image-ExifTool-9.33/t/Photoshop_2.out +96 -0
- data/bin/Image-ExifTool-9.33/t/Photoshop_3.out +108 -0
- data/bin/Image-ExifTool-9.33/t/PostScript.t +49 -0
- data/bin/Image-ExifTool-9.33/t/PostScript_2.out +64 -0
- data/bin/Image-ExifTool-9.33/t/PostScript_3.out +132 -0
- data/bin/Image-ExifTool-9.33/t/QuickTime.t +31 -0
- data/bin/Image-ExifTool-9.33/t/QuickTime_2.out +128 -0
- data/bin/Image-ExifTool-9.33/t/QuickTime_3.out +69 -0
- data/bin/Image-ExifTool-9.33/t/RIFF.t +31 -0
- data/bin/Image-ExifTool-9.33/t/RIFF_2.out +24 -0
- data/bin/Image-ExifTool-9.33/t/RIFF_3.out +52 -0
- data/bin/Image-ExifTool-9.33/t/RIFF_4.out +16 -0
- data/bin/Image-ExifTool-9.33/t/RTF.t +27 -0
- data/bin/Image-ExifTool-9.33/t/RTF_2.out +20 -0
- data/bin/Image-ExifTool-9.33/t/Radiance.t +28 -0
- data/bin/Image-ExifTool-9.33/t/Radiance_2.out +22 -0
- data/bin/Image-ExifTool-9.33/t/Real.t +46 -0
- data/bin/Image-ExifTool-9.33/t/Real_2.out +68 -0
- data/bin/Image-ExifTool-9.33/t/Real_3.out +18 -0
- data/bin/Image-ExifTool-9.33/t/Real_4.out +11 -0
- data/bin/Image-ExifTool-9.33/t/Ricoh.t +47 -0
- data/bin/Image-ExifTool-9.33/t/Ricoh_2.out +70 -0
- data/bin/Image-ExifTool-9.33/t/Ricoh_3.out +98 -0
- data/bin/Image-ExifTool-9.33/t/Ricoh_4.out +112 -0
- data/bin/Image-ExifTool-9.33/t/Sanyo.t +39 -0
- data/bin/Image-ExifTool-9.33/t/Sanyo_2.out +101 -0
- data/bin/Image-ExifTool-9.33/t/Sanyo_3.out +111 -0
- data/bin/Image-ExifTool-9.33/t/Sigma.t +60 -0
- data/bin/Image-ExifTool-9.33/t/Sigma_2.out +91 -0
- data/bin/Image-ExifTool-9.33/t/Sigma_3.out +94 -0
- data/bin/Image-ExifTool-9.33/t/Sigma_4.out +63 -0
- data/bin/Image-ExifTool-9.33/t/Sigma_5.out +192 -0
- data/bin/Image-ExifTool-9.33/t/Sony.t +62 -0
- data/bin/Image-ExifTool-9.33/t/Sony_2.out +84 -0
- data/bin/Image-ExifTool-9.33/t/Sony_3.out +85 -0
- data/bin/Image-ExifTool-9.33/t/Sony_5.out +32 -0
- data/bin/Image-ExifTool-9.33/t/TestLib.pm +417 -0
- data/bin/Image-ExifTool-9.33/t/Unknown.t +36 -0
- data/bin/Image-ExifTool-9.33/t/Unknown_2.out +90 -0
- data/bin/Image-ExifTool-9.33/t/Unknown_3.out +90 -0
- data/bin/Image-ExifTool-9.33/t/Vorbis.t +28 -0
- data/bin/Image-ExifTool-9.33/t/Vorbis_2.out +28 -0
- data/bin/Image-ExifTool-9.33/t/Writer.t +913 -0
- data/bin/Image-ExifTool-9.33/t/Writer_10.out +240 -0
- data/bin/Image-ExifTool-9.33/t/Writer_11.out +37 -0
- data/bin/Image-ExifTool-9.33/t/Writer_13.out +160 -0
- data/bin/Image-ExifTool-9.33/t/Writer_14.out +67 -0
- data/bin/Image-ExifTool-9.33/t/Writer_15.out +171 -0
- data/bin/Image-ExifTool-9.33/t/Writer_16.out +1 -0
- data/bin/Image-ExifTool-9.33/t/Writer_17.out +1 -0
- data/bin/Image-ExifTool-9.33/t/Writer_18.out +3 -0
- data/bin/Image-ExifTool-9.33/t/Writer_19.out +34 -0
- data/bin/Image-ExifTool-9.33/t/Writer_2.out +168 -0
- data/bin/Image-ExifTool-9.33/t/Writer_22.out +4 -0
- data/bin/Image-ExifTool-9.33/t/Writer_24.out +1 -0
- data/bin/Image-ExifTool-9.33/t/Writer_25.out +38 -0
- data/bin/Image-ExifTool-9.33/t/Writer_26.out +32 -0
- data/bin/Image-ExifTool-9.33/t/Writer_27.out +14 -0
- data/bin/Image-ExifTool-9.33/t/Writer_28.out +1 -0
- data/bin/Image-ExifTool-9.33/t/Writer_29.out +2 -0
- data/bin/Image-ExifTool-9.33/t/Writer_30.out +2 -0
- data/bin/Image-ExifTool-9.33/t/Writer_31.out +97 -0
- data/bin/Image-ExifTool-9.33/t/Writer_32.out +3 -0
- data/bin/Image-ExifTool-9.33/t/Writer_33.out +3 -0
- data/bin/Image-ExifTool-9.33/t/Writer_34.out +3 -0
- data/bin/Image-ExifTool-9.33/t/Writer_35.out +187 -0
- data/bin/Image-ExifTool-9.33/t/Writer_36.out +2 -0
- data/bin/Image-ExifTool-9.33/t/Writer_37.out +2 -0
- data/bin/Image-ExifTool-9.33/t/Writer_38.out +62 -0
- data/bin/Image-ExifTool-9.33/t/Writer_39.out +4 -0
- data/bin/Image-ExifTool-9.33/t/Writer_4.out +85 -0
- data/bin/Image-ExifTool-9.33/t/Writer_40.out +4 -0
- data/bin/Image-ExifTool-9.33/t/Writer_41.out +3 -0
- data/bin/Image-ExifTool-9.33/t/Writer_42.out +5 -0
- data/bin/Image-ExifTool-9.33/t/Writer_43.out +5 -0
- data/bin/Image-ExifTool-9.33/t/Writer_44.out +2 -0
- data/bin/Image-ExifTool-9.33/t/Writer_45.out +1 -0
- data/bin/Image-ExifTool-9.33/t/Writer_46.out +77 -0
- data/bin/Image-ExifTool-9.33/t/Writer_47.out +56 -0
- data/bin/Image-ExifTool-9.33/t/Writer_48.out +29 -0
- data/bin/Image-ExifTool-9.33/t/Writer_50.out +3 -0
- data/bin/Image-ExifTool-9.33/t/Writer_51.out +386 -0
- data/bin/Image-ExifTool-9.33/t/Writer_6.out +182 -0
- data/bin/Image-ExifTool-9.33/t/Writer_7.out +149 -0
- data/bin/Image-ExifTool-9.33/t/Writer_9.out +237 -0
- data/bin/Image-ExifTool-9.33/t/XMP.t +521 -0
- data/bin/Image-ExifTool-9.33/t/XMP_10.out +33 -0
- data/bin/Image-ExifTool-9.33/t/XMP_11.out +59 -0
- data/bin/Image-ExifTool-9.33/t/XMP_12.out +4 -0
- data/bin/Image-ExifTool-9.33/t/XMP_13.out +5 -0
- data/bin/Image-ExifTool-9.33/t/XMP_14.out +3 -0
- data/bin/Image-ExifTool-9.33/t/XMP_15.out +3 -0
- data/bin/Image-ExifTool-9.33/t/XMP_16.out +5 -0
- data/bin/Image-ExifTool-9.33/t/XMP_17.out +6 -0
- data/bin/Image-ExifTool-9.33/t/XMP_18.out +10 -0
- data/bin/Image-ExifTool-9.33/t/XMP_19.out +35 -0
- data/bin/Image-ExifTool-9.33/t/XMP_2.out +138 -0
- data/bin/Image-ExifTool-9.33/t/XMP_20.out +35 -0
- data/bin/Image-ExifTool-9.33/t/XMP_21.out +38 -0
- data/bin/Image-ExifTool-9.33/t/XMP_22.out +38 -0
- data/bin/Image-ExifTool-9.33/t/XMP_23.out +9 -0
- data/bin/Image-ExifTool-9.33/t/XMP_24.out +31 -0
- data/bin/Image-ExifTool-9.33/t/XMP_25.out +28 -0
- data/bin/Image-ExifTool-9.33/t/XMP_26.out +52 -0
- data/bin/Image-ExifTool-9.33/t/XMP_27.out +93 -0
- data/bin/Image-ExifTool-9.33/t/XMP_28.out +44 -0
- data/bin/Image-ExifTool-9.33/t/XMP_29.out +24 -0
- data/bin/Image-ExifTool-9.33/t/XMP_3.out +136 -0
- data/bin/Image-ExifTool-9.33/t/XMP_30.out +90 -0
- data/bin/Image-ExifTool-9.33/t/XMP_31.out +19 -0
- data/bin/Image-ExifTool-9.33/t/XMP_32.out +2 -0
- data/bin/Image-ExifTool-9.33/t/XMP_34.out +2 -0
- data/bin/Image-ExifTool-9.33/t/XMP_36.out +18 -0
- data/bin/Image-ExifTool-9.33/t/XMP_37.out +35 -0
- data/bin/Image-ExifTool-9.33/t/XMP_39.out +44 -0
- data/bin/Image-ExifTool-9.33/t/XMP_40.out +3 -0
- data/bin/Image-ExifTool-9.33/t/XMP_41.out +175 -0
- data/bin/Image-ExifTool-9.33/t/XMP_5.out +29 -0
- data/bin/Image-ExifTool-9.33/t/XMP_6.out +87 -0
- data/bin/Image-ExifTool-9.33/t/XMP_7.out +118 -0
- data/bin/Image-ExifTool-9.33/t/XMP_8.out +17 -0
- data/bin/Image-ExifTool-9.33/t/XMP_9.out +36 -0
- data/bin/Image-ExifTool-9.33/t/ZIP.t +69 -0
- data/bin/Image-ExifTool-9.33/t/ZIP_2.out +18 -0
- data/bin/Image-ExifTool-9.33/t/ZIP_3.out +17 -0
- data/bin/Image-ExifTool-9.33/t/ZIP_4.out +213 -0
- data/bin/Image-ExifTool-9.33/t/ZIP_5.out +134 -0
- data/bin/Image-ExifTool-9.33/t/ZIP_6.out +49 -0
- data/bin/Image-ExifTool-9.33/t/ZIP_7.out +28 -0
- data/bin/Image-ExifTool-9.33/t/images/AFCP.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/AIFF.aif +0 -0
- data/bin/Image-ExifTool-9.33/t/images/APE.ape +0 -0
- data/bin/Image-ExifTool-9.33/t/images/APE.mpc +0 -0
- data/bin/Image-ExifTool-9.33/t/images/ASF.wmv +0 -0
- data/bin/Image-ExifTool-9.33/t/images/BMP.bmp +0 -0
- data/bin/Image-ExifTool-9.33/t/images/BigTIFF.btf +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Canon.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Canon1DmkIII.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/CanonRaw.cr2 +0 -0
- data/bin/Image-ExifTool-9.33/t/images/CanonRaw.crw +0 -0
- data/bin/Image-ExifTool-9.33/t/images/CanonVRD.vrd +0 -0
- data/bin/Image-ExifTool-9.33/t/images/CaptureOne.eip +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Casio.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Casio2.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/CasioQVCI.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/DICOM.dcm +0 -0
- data/bin/Image-ExifTool-9.33/t/images/DNG.dng +0 -0
- data/bin/Image-ExifTool-9.33/t/images/DV.dv +0 -0
- data/bin/Image-ExifTool-9.33/t/images/DjVu.djvu +0 -0
- data/bin/Image-ExifTool-9.33/t/images/EXE.elf +0 -0
- data/bin/Image-ExifTool-9.33/t/images/EXE.exe +0 -0
- data/bin/Image-ExifTool-9.33/t/images/EXE.macho +0 -0
- data/bin/Image-ExifTool-9.33/t/images/ExifTool.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/ExifTool.tif +0 -0
- data/bin/Image-ExifTool-9.33/t/images/ExtendedXMP.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/FLAC.flac +0 -0
- data/bin/Image-ExifTool-9.33/t/images/FLAC.ogg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/FLIR.fpf +0 -0
- data/bin/Image-ExifTool-9.33/t/images/FLIR.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Flash.flv +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Flash.swf +0 -0
- data/bin/Image-ExifTool-9.33/t/images/FlashPix.ppt +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Font.afm +28 -0
- data/bin/Image-ExifTool-9.33/t/images/Font.dfont +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Font.pfa +38 -0
- data/bin/Image-ExifTool-9.33/t/images/Font.pfb +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Font.pfm +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Font.ttf +0 -0
- data/bin/Image-ExifTool-9.33/t/images/FotoStation.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/FujiFilm.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/FujiFilm.raf +0 -0
- data/bin/Image-ExifTool-9.33/t/images/GE.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/GIF.gif +0 -0
- data/bin/Image-ExifTool-9.33/t/images/GIMP.xcf +0 -0
- data/bin/Image-ExifTool-9.33/t/images/GPS.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/GeoTiff.tif +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Geotag.gpx +23 -0
- data/bin/Image-ExifTool-9.33/t/images/Geotag.igc +24 -0
- data/bin/Image-ExifTool-9.33/t/images/Geotag.log +13 -0
- data/bin/Image-ExifTool-9.33/t/images/Geotag.xml +23 -0
- data/bin/Image-ExifTool-9.33/t/images/Geotag2.log +7 -0
- data/bin/Image-ExifTool-9.33/t/images/HTML.html +77 -0
- data/bin/Image-ExifTool-9.33/t/images/IPTC.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/ITC.itc +0 -0
- data/bin/Image-ExifTool-9.33/t/images/InDesign.indd +0 -0
- data/bin/Image-ExifTool-9.33/t/images/JVC.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/JVC2.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Jpeg2000.j2c +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Jpeg2000.jp2 +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Kodak.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/KyoceraRaw.raw +0 -0
- data/bin/Image-ExifTool-9.33/t/images/LNK.lnk +0 -0
- data/bin/Image-ExifTool-9.33/t/images/M2TS.mts +0 -0
- data/bin/Image-ExifTool-9.33/t/images/MIE.mie +0 -0
- data/bin/Image-ExifTool-9.33/t/images/MIFF.miff +0 -0
- data/bin/Image-ExifTool-9.33/t/images/MP3.mp3 +0 -0
- data/bin/Image-ExifTool-9.33/t/images/MWG.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/MXF.mxf +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Matroska.mkv +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Minolta.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Minolta.mrw +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Nikon.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Nikon.nef +0 -0
- data/bin/Image-ExifTool-9.33/t/images/NikonD2Hs.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/NikonD70.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/OOXML.docx +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Olympus.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Olympus2.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/OlympusE1.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/OpenDoc.ods +0 -0
- data/bin/Image-ExifTool-9.33/t/images/OpenEXR.exr +0 -0
- data/bin/Image-ExifTool-9.33/t/images/PDF.pdf +0 -0
- data/bin/Image-ExifTool-9.33/t/images/PDF2.pdf +0 -0
- data/bin/Image-ExifTool-9.33/t/images/PGF.pgf +0 -0
- data/bin/Image-ExifTool-9.33/t/images/PICT.pict +0 -0
- data/bin/Image-ExifTool-9.33/t/images/PLIST-bin.plist +0 -0
- data/bin/Image-ExifTool-9.33/t/images/PLIST-xml.plist +35 -0
- data/bin/Image-ExifTool-9.33/t/images/PNG.png +0 -0
- data/bin/Image-ExifTool-9.33/t/images/PPM.ppm +5 -0
- data/bin/Image-ExifTool-9.33/t/images/PSP.psp +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Panasonic.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Panasonic.rw2 +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Pentax.avi +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Pentax.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/PhotoCD.pcd +0 -0
- data/bin/Image-ExifTool-9.33/t/images/PhotoMechanic.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Photoshop.psd +0 -0
- data/bin/Image-ExifTool-9.33/t/images/PostScript.eps +108 -0
- data/bin/Image-ExifTool-9.33/t/images/QuickTime.m4a +0 -0
- data/bin/Image-ExifTool-9.33/t/images/QuickTime.mov +0 -0
- data/bin/Image-ExifTool-9.33/t/images/RIFF.avi +0 -0
- data/bin/Image-ExifTool-9.33/t/images/RIFF.wav +0 -0
- data/bin/Image-ExifTool-9.33/t/images/RIFF.webp +0 -0
- data/bin/Image-ExifTool-9.33/t/images/RTF.rtf +25 -0
- data/bin/Image-ExifTool-9.33/t/images/Radiance.hdr +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Real.ra +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Real.ram +1 -0
- data/bin/Image-ExifTool-9.33/t/images/Real.rm +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Ricoh.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Ricoh2.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Sanyo.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Sigma.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Sigma.x3f +0 -0
- data/bin/Image-ExifTool-9.33/t/images/SigmaDP2.x3f +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Sony.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Sony.pmp +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Unknown.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Vorbis.ogg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/Writer.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/XMP.inx +108 -0
- data/bin/Image-ExifTool-9.33/t/images/XMP.jpg +0 -0
- data/bin/Image-ExifTool-9.33/t/images/XMP.svg +33 -0
- data/bin/Image-ExifTool-9.33/t/images/XMP.xml +98 -0
- data/bin/Image-ExifTool-9.33/t/images/XMP.xmp +99 -0
- data/bin/Image-ExifTool-9.33/t/images/XMP2.xmp +25 -0
- data/bin/Image-ExifTool-9.33/t/images/XMP3.xmp +43 -0
- data/bin/Image-ExifTool-9.33/t/images/XMP4.xmp +93 -0
- data/bin/Image-ExifTool-9.33/t/images/XMP5.xmp +158 -0
- data/bin/Image-ExifTool-9.33/t/images/ZIP.gz +0 -0
- data/bin/Image-ExifTool-9.33/t/images/ZIP.zip +0 -0
- data/bin/Image-ExifTool-9.33/t/images/iWork.numbers +0 -0
- data/lib/exiftool_vendored.rb +10 -0
- data/lib/exiftool_vendored/version.rb +3 -0
- data/lib/exiftool_vendored/version_extractor.rb +17 -0
- metadata +977 -0
|
Binary file
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<title>Problems with current Metadata Standards</title>
|
|
6
|
+
<link rel=stylesheet type='text/css' href='style.css' title='Style'>
|
|
7
|
+
<style type="text/css">
|
|
8
|
+
<!--
|
|
9
|
+
a.ref { text-decoration: none; font-size: x-small;
|
|
10
|
+
font-weight: normal; vertical-align: super; }
|
|
11
|
+
-->
|
|
12
|
+
</style>
|
|
13
|
+
</head>
|
|
14
|
+
<body>
|
|
15
|
+
<div class='index'>
|
|
16
|
+
<a href="#TIFF">TIFF 6.0</a>
|
|
17
|
+
<br><a href="#DNG">DNG 1.3</a>
|
|
18
|
+
<br><a href="#EXIF">EXIF 2.3</a>
|
|
19
|
+
<br><a href="#PhotoInfo">OffsetSchema</a>
|
|
20
|
+
<br><a href="#JPEG">JPEG</a>
|
|
21
|
+
<br><a href="#MPF">MPF</a>
|
|
22
|
+
<br><a href="#refs">References</a>
|
|
23
|
+
</div>
|
|
24
|
+
|
|
25
|
+
<h1 class=up>Problems with current Metadata Standards</h1>
|
|
26
|
+
|
|
27
|
+
<p>It seems that all metadata standards have their own unique problems. This
|
|
28
|
+
page documents some significant structural problems found in some current
|
|
29
|
+
metadata and file format specifications, and gives possible solutions to these
|
|
30
|
+
problems. <i>[Also see my <a href="commentary.html">Commentary on Meta
|
|
31
|
+
Information Formats</a>.]</i></p>
|
|
32
|
+
|
|
33
|
+
<a name="TIFF"></a>
|
|
34
|
+
<h3>TIFF 6.0 <a class=ref href="#ref1">[1]</a></h3>
|
|
35
|
+
|
|
36
|
+
<p>A significant problem of the 1992 TIFF 6.0 specification is that there is no
|
|
37
|
+
way to distinguish an IFD (image file directory) offset from a simple integer
|
|
38
|
+
value. As a result, new IFD's may not be created without risking corruption of
|
|
39
|
+
the files by unaware software. This is not only a problem for proprietary maker
|
|
40
|
+
notes which commonly use a TIFF IFD structure, but is also a problem for
|
|
41
|
+
extensibility of TIFF-based RAW image formats (as demonstrated by the DNG 1.3
|
|
42
|
+
specification -- see below).</p>
|
|
43
|
+
|
|
44
|
+
<p><b>A simple solution:</b></p>
|
|
45
|
+
|
|
46
|
+
<p>Use a TIFF field type of 13 (IFD) instead of 4 (LONG) for IFD offsets.
|
|
47
|
+
This was first proposed in 1995 by Adobe in their PageMaker
|
|
48
|
+
6.0 TIFF Technical Notes<a class=ref href="#ref2">[2]</a>,
|
|
49
|
+
but unfortunately it never found its way into the TIFF specification. Even so,
|
|
50
|
+
Olympus Optical Co. has shown some intelligence and is using this field type in
|
|
51
|
+
the maker notes of their recent digital cameras.
|
|
52
|
+
</p>
|
|
53
|
+
|
|
54
|
+
<p><b>Another useful addition:</b> <i>(added 2009/09/27)</i></p>
|
|
55
|
+
|
|
56
|
+
<p>A number of camera and cell phone manufacturers (Concord, Kodak, Motorola,
|
|
57
|
+
Nokia, Olympus, Pentax, Ricoh, Samsung and Sony) leave blank IFD entries in the
|
|
58
|
+
maker notes of images from some models. Presumably this simplifies the embedded
|
|
59
|
+
software by allowing the output file structure to be kept constant even when the
|
|
60
|
+
number of maker note IFD entries changes. It could be useful if this feature
|
|
61
|
+
was added explicitly to the offical TIFF specification by defining a field type
|
|
62
|
+
of 0 as a "free IFD entry" to be ignored. (Note that this ability already
|
|
63
|
+
exists implicitly at a certain level in the specification, which states:
|
|
64
|
+
<i>"Readers should skip over fields containing an unexpected field
|
|
65
|
+
type"</i>.)</p>
|
|
66
|
+
|
|
67
|
+
<a name="DNG"></a>
|
|
68
|
+
<h3>DNG 1.3 <a class=ref href="#ref3">[3]</a></h3>
|
|
69
|
+
|
|
70
|
+
<p>With the DNG 1.3 specification of June 2009, Adobe added a new Camera Profile
|
|
71
|
+
IFD referenced by an offset using the standard (and unfortunate) TIFF LONG field
|
|
72
|
+
type. This means that the new Profile IFD will be lost if the file is rewritten
|
|
73
|
+
by any software which does not have explicit knowledge of the 1.3 specification.
|
|
74
|
+
But to make things worse, Adobe didn't even use a standard IFD format for the
|
|
75
|
+
data. Instead, the IFD begins with a TIFF-style header and uses relative instead
|
|
76
|
+
of absolute offsets. This would have been a good idea if the IFD was stored as
|
|
77
|
+
the value of an UNDEFINED tag rather than referenced from a LONG offset. (If
|
|
78
|
+
done this way, the new information would have been preserved if the file was
|
|
79
|
+
rewritten by unaware software.) But as implemented it just adds to the pain of
|
|
80
|
+
parsing the file by requiring even more specialized code to be written in
|
|
81
|
+
support of the DNG 1.3 format.</p>
|
|
82
|
+
|
|
83
|
+
<p><b>A simple solution:</b></p>
|
|
84
|
+
|
|
85
|
+
<p>Sack the Adobe developers who were responsible for this, and use field type
|
|
86
|
+
13 (as recommended above for TIFF 6.0) and a standard TIFF IFD structure when
|
|
87
|
+
adding new IFD's in the future.</p>
|
|
88
|
+
|
|
89
|
+
<a name="EXIF"></a>
|
|
90
|
+
<h3>EXIF 2.3 <a class=ref href="#ref4">[4]</a></h3>
|
|
91
|
+
|
|
92
|
+
<p>The EXIF specification has been the standard for digital camera metadata for
|
|
93
|
+
many years, and while the digital camera technology has advanced significantly
|
|
94
|
+
in these years, the EXIF specification has not. There are a number of
|
|
95
|
+
significant problems with the EXIF specification which have never been
|
|
96
|
+
addressed.</p>
|
|
97
|
+
|
|
98
|
+
<p>Some current problems with the EXIF specification are:</p>
|
|
99
|
+
|
|
100
|
+
<ol>
|
|
101
|
+
<li>Maker note data structure has no restrictions and is easily invalidated when
|
|
102
|
+
editing EXIF.</li>
|
|
103
|
+
<li>No facility for storing the time zone for date/time values.</li>
|
|
104
|
+
<li>Very limited support for alternate character sets (essentially only the
|
|
105
|
+
UserComment tag has this feature).</li>
|
|
106
|
+
<li>No alternate language support.</li>
|
|
107
|
+
<li>Byte ordering for "Unicode" text strings, and the meaning of "Unicode"
|
|
108
|
+
itself is not clearly specified.</li>
|
|
109
|
+
<li>Mandatory tags are unnecessary and painful to implement.</li>
|
|
110
|
+
<li>ApertureValue and MaxApertureValue are stored as unsigned RATIONAL, which
|
|
111
|
+
means that lenses with F numbers faster than 1.0 (with equivalent APEX values of
|
|
112
|
+
less than zero) can not be represented.</li>
|
|
113
|
+
<li>MaxApertureValue is defined as "The smallest F number of the lens". This
|
|
114
|
+
definition is unclear in the case of zoom lenses where the maximum aperture
|
|
115
|
+
varies across the zoom range. Some manufacturers (Canon, Nikon, Sony) store the
|
|
116
|
+
maximum aperture at the specific focal length, but others (Olympus, Pentax)
|
|
117
|
+
store the absolute maximum aperture of the lens.</li>
|
|
118
|
+
</ol>
|
|
119
|
+
|
|
120
|
+
<p><b>Simple solutions:</b></p>
|
|
121
|
+
|
|
122
|
+
<ol>
|
|
123
|
+
<li>Specify that maker note data must be self-contained (ie. must not exceed the
|
|
124
|
+
bounds of the maker note value data), and must be relocatable (ie. must not use
|
|
125
|
+
absolute offsets). <i>[I would have suggested defining a new maker note tag
|
|
126
|
+
with field type 13 (IFD) which references a standard format IFD, but I am afraid
|
|
127
|
+
that no camera maker would ever jump on board with this suggestion now that they
|
|
128
|
+
have already been seduced by the dark side.]</i></li>
|
|
129
|
+
<li>Change the specification to allow an optional time zone of the format
|
|
130
|
+
"-05:00" to be appended to the date/time string values.</li>
|
|
131
|
+
<li>Change the specification to allow UTF-8 in ASCII-type values as recommended
|
|
132
|
+
by the MWG<a class=ref href="#ref5">[5]</a>.</li>
|
|
133
|
+
<li>No simple solution for this. XMP<a class=ref href="#ref6">[6]</a>
|
|
134
|
+
is the only reasonable alternative if alternate language support is
|
|
135
|
+
required.</li>
|
|
136
|
+
<li>Specify that the Unicode byte order must be the same as the EXIF byte
|
|
137
|
+
ordering. (This is the only reasonable choice, but for some reason both
|
|
138
|
+
Microsoft and Apple seem to write Unicode using the native processor byte
|
|
139
|
+
ordering. regardless of the EXIF byte order.) Also, it should be made clear
|
|
140
|
+
that by "Unicode" the EXIF specification actually means UCS-2, although updating
|
|
141
|
+
this to allow UTF-16 surrogate pairs may be a good idea.</li>
|
|
142
|
+
<li>Define reasonable fallback values for required tags which are missing.</li>
|
|
143
|
+
<li>Allow ApertureValue and MaxApertureValue to be stored as signed SRATIONAL.</li>
|
|
144
|
+
<li>Define whether MaxApertureValue is taken at the current focal length of
|
|
145
|
+
a zoom lens, or over the entire zoom range.</li>
|
|
146
|
+
</ol>
|
|
147
|
+
|
|
148
|
+
<a name="PhotoInfo"></a>
|
|
149
|
+
<h3>Microsoft "OffsetSchema" Tag <a class=ref href="#ref7">[7]</a></h3>
|
|
150
|
+
|
|
151
|
+
<p>In February 2007 Microsoft proposed a new PhotoInfo tag called "OffsetSchema"
|
|
152
|
+
(hex. 0xEA1D, dec. 59933) in an attempt to patch a deficiency in the EXIF maker
|
|
153
|
+
note specification (see point 1 in EXIF 2.2 section above). This tag represents
|
|
154
|
+
the offset difference between the original maker note location in the EXIF and
|
|
155
|
+
the new location after editing, and is designed to allow the maker note tag
|
|
156
|
+
values to be accessed after the location of the maker notes is changed by
|
|
157
|
+
editing the EXIF. <i>[Bless their little hearts for trying to improve this
|
|
158
|
+
situation, but while the idea is good the implementation is flawed and
|
|
159
|
+
ultimately unworkable.]</i></p>
|
|
160
|
+
|
|
161
|
+
<p>There are two main problems with the implementation, and the second is a show
|
|
162
|
+
stopper:</p>
|
|
163
|
+
|
|
164
|
+
<blockquote>1. For this new tag to be available to a single-pass metadata reader, it
|
|
165
|
+
must come <i>before</i> the maker note data (hex. 0x927C, dec. 37500). But
|
|
166
|
+
since the EXIF/TIFF format specifies that tags must be stored in numerical
|
|
167
|
+
order, the maker note tag (hex. 0x927C) comes before the OffsetSchema tag
|
|
168
|
+
(hex. 0xEA1D).</blockquote>
|
|
169
|
+
|
|
170
|
+
<blockquote>2. The OffsetSchema tag will be invalidated by any software that
|
|
171
|
+
rewrites the EXIF and moves the maker notes without properly updating the tag.
|
|
172
|
+
In an ideal world all application developers would release an updated version
|
|
173
|
+
of their software which treats the OffsetSchema properly, and all users would
|
|
174
|
+
update to this new version. But since this is the real world it just won't
|
|
175
|
+
happen, which makes the value of OffsetSchema unreliable. Too bad, because this
|
|
176
|
+
wouldn't have been a problem if Microsoft had specified that the new tag
|
|
177
|
+
represented the original offset of the maker notes instead of the difference
|
|
178
|
+
from the original position. With this change, the tag wouldn't need updating
|
|
179
|
+
when the EXIF is edited, and the information would be much more reliable. The
|
|
180
|
+
only problem here would be editing software that explicitly changes the maker
|
|
181
|
+
note offsets. However, software with this ability is rare, and it is more
|
|
182
|
+
reasonable to ask that the OffsetSchema tag simply be deleted by any software
|
|
183
|
+
that updates the maker note offsets. (Software must be fairly advanced in the
|
|
184
|
+
first place if it parses the proprietary maker note data structures and changes
|
|
185
|
+
these offsets.)</blockquote>
|
|
186
|
+
|
|
187
|
+
<p><b>A simple solution:</b></p>
|
|
188
|
+
|
|
189
|
+
<p>Create a new tag which comes before the maker notes (hex. 0x927B, dec. 37499
|
|
190
|
+
would be good) and represents the original offset of the maker notes.</p>
|
|
191
|
+
|
|
192
|
+
<a name="JPEG"></a>
|
|
193
|
+
<h3>JPEG File Interchange Format <a class=ref href="#ref8">[8]</a></h3>
|
|
194
|
+
|
|
195
|
+
<p>The JPEG File Interchange Format version 1.02 was released in 1992. The
|
|
196
|
+
biggest structural problem with this standard is that metadata in these files in
|
|
197
|
+
is stored in segments which have a maximum size of 65533 bytes. This limit has
|
|
198
|
+
necessitated a number of creative solutions, each creating complications and
|
|
199
|
+
problems of their own. <i>[See my comments on the <a
|
|
200
|
+
href="writing.html#Preview">PreviewImage problem</a> for example.]</i></p>
|
|
201
|
+
|
|
202
|
+
<p><b>A simple solution:</b></p>
|
|
203
|
+
|
|
204
|
+
<p>Since the value of the segment size word includes the 2 bytes of the segment
|
|
205
|
+
size word itself, a value of 0 or 1 is not allowed by the current JPEG standard.
|
|
206
|
+
The standard could be enhanced so a value of 1 indicates an extended JPEG
|
|
207
|
+
segment where the 2-byte size word (with value 0x0001) is followed immediately
|
|
208
|
+
by a 4-byte integer giving the size of the extended JPEG segment. This would
|
|
209
|
+
allow segment sizes of up to 4294967291 bytes (assuming the size includes these
|
|
210
|
+
4 bytes). Further, a value of 0 could be defined for an 8-byte integer if one
|
|
211
|
+
really wanted to support huge metadata segments. Either change to an existing
|
|
212
|
+
JPEG would break all current JPEG reader/writers, but the change is trivial and
|
|
213
|
+
could easily be implemented.</p>
|
|
214
|
+
|
|
215
|
+
<p><b>An alternative solution:</b></p>
|
|
216
|
+
|
|
217
|
+
<p>Define a new application marker segment which uses a 4-byte size word. This
|
|
218
|
+
technique is already used for the extended JPEG2000 codestream MCT, MCC and MIC
|
|
219
|
+
marker segments.</p>
|
|
220
|
+
|
|
221
|
+
<a name="MPF"></a>
|
|
222
|
+
<h3>Multi-Picture Format (MPF) <a class=ref href="#ref9">[9]</a></h3>
|
|
223
|
+
|
|
224
|
+
<p>In February 2009 CIPA<a class=ref href="#ref10">[10]</a> released a
|
|
225
|
+
"Multi-Picture Format" standard for storing large images in JPEG files. This
|
|
226
|
+
format is yet another attempt to bypass the JPEG segment-size limit (see above)
|
|
227
|
+
to store large preview images. But again, there is a significant problem with
|
|
228
|
+
this standard: Pointers in the new APP2 MPF segment use offsets relative to the
|
|
229
|
+
start of the MPF header in this segment to reference image data after the JPEG
|
|
230
|
+
EOI. Unfortunately, these offsets are quickly broken if any data after the MPF
|
|
231
|
+
segment changes length. This problem could have been avoided if offsets had
|
|
232
|
+
been specified relative to the end of file, but it is too late for this now that
|
|
233
|
+
the specification is public. However, another problem is that information after
|
|
234
|
+
the JPEG EOI is often discarded by software when the file is edited.</p>
|
|
235
|
+
|
|
236
|
+
<p><b>A possible work-around:</b></p>
|
|
237
|
+
|
|
238
|
+
<p>Enforce the rule that the MPF APP2 segment must come after all other APP
|
|
239
|
+
segments. (It would have been smart if this was specified in the CIPA standard,
|
|
240
|
+
but sadly this wasn't the case.) If this is done, then metadata in the remaining
|
|
241
|
+
APP segments (EXIF, IPTC, XMP, etc) can safely be edited without breaking the
|
|
242
|
+
MPF offsets. I suggest that all metadata editors employ this strategy,
|
|
243
|
+
regardless of the segment order specified in the standard (which says that the
|
|
244
|
+
MPF APP2 segment must come immediately after the EXIF APP1 segment).</p>
|
|
245
|
+
|
|
246
|
+
<p>Unfortunately this work-around has the same problems as the Microsoft
|
|
247
|
+
OffsetSchema tag because the MPF information may easily be invalidated by an
|
|
248
|
+
unaware editor, and it doesn't address the problem of losing data stored after
|
|
249
|
+
the JPEG EOI.</p>
|
|
250
|
+
|
|
251
|
+
<p><b>A simple solution:</b></p>
|
|
252
|
+
|
|
253
|
+
<p>Change the JPEG specification to allow larger segments (as mentioned above in
|
|
254
|
+
the JPEG section), and change the MPF specification to store all information
|
|
255
|
+
inside a JPEG segment.</p>
|
|
256
|
+
|
|
257
|
+
<a name="refs"></a>
|
|
258
|
+
<h3>References</h3>
|
|
259
|
+
|
|
260
|
+
<ol>
|
|
261
|
+
<li><a name="ref1" href="http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf">http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf</a></li>
|
|
262
|
+
<li><a name="ref2" href="http://partners.adobe.com/public/developer/en/tiff/TIFFPM6.pdf">http://partners.adobe.com/public/developer/en/tiff/TIFFPM6.pdf</a></li>
|
|
263
|
+
<li><a name="ref3" href="http://www.adobe.com/products/dng/pdfs/dng_spec_1_3_0_0.pdf">http://www.adobe.com/products/dng/pdfs/dng_spec_1_3_0_0.pdf</a></li>
|
|
264
|
+
<li><a name="ref4" href="http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-008-2010_E.pdf">http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-008-2010_E.pdf</a></li>
|
|
265
|
+
<li><a name="ref5" href="http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf">http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf</a></li>
|
|
266
|
+
<li><a name="ref6" href="http://www.adobe.com/devnet/xmp/">http://www.adobe.com/devnet/xmp/</a></li>
|
|
267
|
+
<li><a name="ref7" href="http://support.microsoft.com/kb/927527">http://support.microsoft.com/kb/927527</a></li>
|
|
268
|
+
<li><a name="ref8" href="http://www.jpeg.org/public/jfif.pdf">http://www.jpeg.org/public/jfif.pdf</a></li>
|
|
269
|
+
<li><a name="ref9" href="http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-X007-KEY_E.pdf">http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-X007-KEY_E.pdf</a></li>
|
|
270
|
+
<li><a name="ref10" href="http://www.cipa.jp/english/hyoujunka/kikaku/cipa_e_kikaku_list.html">http://www.cipa.jp/english/hyoujunka/kikaku/cipa_e_kikaku_list.html</a></li>
|
|
271
|
+
</ol>
|
|
272
|
+
<hr>
|
|
273
|
+
<i>Created Sep 17, 2009</i><br>
|
|
274
|
+
<i>Last revised Jan 8, 2013</i>
|
|
275
|
+
<p class='lf'><a href="index.html"><-- Back to ExifTool home page</a></p>
|
|
276
|
+
</body>
|
|
277
|
+
</html>
|
|
@@ -0,0 +1,342 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<title>Structured Information</title>
|
|
6
|
+
<link rel=stylesheet type='text/css' href='style.css' title='Style'>
|
|
7
|
+
<style type="text/css">
|
|
8
|
+
<!--
|
|
9
|
+
pre { padding: 0; margin: 0px 2px }
|
|
10
|
+
spc { margin-top: 5em }
|
|
11
|
+
li { margin-top: .5em }
|
|
12
|
+
li.c { margin-top: 0 }
|
|
13
|
+
-->
|
|
14
|
+
</style>
|
|
15
|
+
</head>
|
|
16
|
+
<body>
|
|
17
|
+
<div class='index'>
|
|
18
|
+
<a href="#Reading">Reading</a>
|
|
19
|
+
<br><a href="#Writing">Writing</a>
|
|
20
|
+
<br><a href="#Copying">Copying</a>
|
|
21
|
+
<br><a href="#Deleting">Deleting</a>
|
|
22
|
+
<br><a href="#Fields">Field Names</a>
|
|
23
|
+
<br><a href="#Serialize">Serialization</a>
|
|
24
|
+
<br><a href="#User">User-Defined</a>
|
|
25
|
+
</div>
|
|
26
|
+
<h1 class='up'>Structured Information</h1>
|
|
27
|
+
|
|
28
|
+
<p>ExifTool has the ability to read and write XMP structures through the use of
|
|
29
|
+
either <b>structured or flattened tags</b>. The ability to write via structured
|
|
30
|
+
input was added in ExifTool version 8.44; older versions wrote using flattened
|
|
31
|
+
tags only.</p>
|
|
32
|
+
|
|
33
|
+
<p>To illustrate the concept of a flattened tag, the <code>XMP-exif:Flash</code>
|
|
34
|
+
structure contains <code>Fired</code> and <code>Mode</code> fields (among
|
|
35
|
+
others). The flattened tags corresponding to these structure fields are
|
|
36
|
+
<code>XMP-exif:FlashFired</code> and <code>XMP-exif:FlashMode</code>. In the
|
|
37
|
+
<a href="TagNames/XMP.html">XMP Tags documentation</a>, flattened tags are
|
|
38
|
+
indicated by an underline (<code>_</code>) after the Writable type.</p>
|
|
39
|
+
|
|
40
|
+
<p>This page describes various techniques used to read and write XMP structures
|
|
41
|
+
using both structured and flattened tags.</p>
|
|
42
|
+
|
|
43
|
+
<a name='Reading'></a>
|
|
44
|
+
<h2>Reading</h2>
|
|
45
|
+
|
|
46
|
+
<p>When reading, structures are <b>flattened by default</b>, and ExifTool
|
|
47
|
+
returns one "flattened" tag for each field in the structure:</p>
|
|
48
|
+
|
|
49
|
+
<blockquote><table class='box'><tr><td>
|
|
50
|
+
<pre>> <span class=code>exiftool -xmp:all a.xmp</span>
|
|
51
|
+
XMP Toolkit : Image::ExifTool 8.44
|
|
52
|
+
Flash Fired : True
|
|
53
|
+
Flash Mode : On
|
|
54
|
+
Flash Return : Return not detected</pre>
|
|
55
|
+
</td></tr></table></blockquote>
|
|
56
|
+
|
|
57
|
+
<p>But the <code>-struct</code> option may be used to give <b>structured
|
|
58
|
+
output</b>. In this mode structures are returned instead of separate
|
|
59
|
+
"flattened" tags:</p>
|
|
60
|
+
|
|
61
|
+
<blockquote><table class='box'><tr><td>
|
|
62
|
+
<pre>> <span class=code>exiftool -struct -xmp:all a.xmp</span>
|
|
63
|
+
XMP Toolkit : Image::ExifTool 8.44
|
|
64
|
+
Flash : {Fired=True,Mode=On,Return=Return not detected}</pre>
|
|
65
|
+
</td></tr></table></blockquote>
|
|
66
|
+
|
|
67
|
+
<p class=lt>(Note: As illustrated in the example above, structures are
|
|
68
|
+
<a href='#Serialize'>serialized</a> for console output by the ExifTool
|
|
69
|
+
application. However, via the API with the <code>Struct</code> option,
|
|
70
|
+
they are returned as Perl HASH references.)</p>
|
|
71
|
+
|
|
72
|
+
<p>The <code>-struct</code> option may also be combined with the JSON
|
|
73
|
+
(<code>-j</code>), PHP (<code>-php</code>) or XML (<code>-X</code>) output
|
|
74
|
+
formats to provide a structured format which may be more compatible with other
|
|
75
|
+
applications.</p>
|
|
76
|
+
|
|
77
|
+
<a name='Writing'></a>
|
|
78
|
+
<h2>Writing</h2>
|
|
79
|
+
|
|
80
|
+
<p>When writing, <b>flattened tags and structures may be used interchangeably</b>.
|
|
81
|
+
For example, the following commands all have the same effect.</p>
|
|
82
|
+
|
|
83
|
+
<blockquote><table class='box'><tr><td>
|
|
84
|
+
<pre class=code>exiftool -flashmode=on -flashreturn=not -flashfired=true a.xmp
|
|
85
|
+
exiftool -xmp:flash="{mode=on,fired=true}" -flashreturn=not a.xmp
|
|
86
|
+
exiftool -xmp:flash="{mode=on,fired=true,return=not}" a.xmp</pre>
|
|
87
|
+
</td></tr></table></blockquote>
|
|
88
|
+
|
|
89
|
+
<p class=lt>(Note: Structures must be <a href='#Serialize'>serialized</a> when
|
|
90
|
+
writing via the command-line application, in the same format as when reading with
|
|
91
|
+
the <code>-struct</code> option.)</p>
|
|
92
|
+
|
|
93
|
+
<p>An advantage of writing in structured form is that it can be easier to
|
|
94
|
+
achieve the desired hierarchy with complex structures or when there are multiple
|
|
95
|
+
structures in a list. For example, this command adds a new hierarchical keyword
|
|
96
|
+
to the XMP-mwg-kw:HierarchicalKeywords list:</p>
|
|
97
|
+
|
|
98
|
+
<blockquote><table class='box'><tr><td>
|
|
99
|
+
<pre class=code>exiftool -hierarchicalkeywords+="{keyword=cat,children={keyword=Siamese}}" a.jpg</pre>
|
|
100
|
+
</td></tr></table></blockquote>
|
|
101
|
+
|
|
102
|
+
<p>But the flattened tags may be more convenient for <b>adding or replacing a
|
|
103
|
+
single field</b> in an existing structure because writing as a structure would
|
|
104
|
+
requires that entire structure be replaced. For example, the following command
|
|
105
|
+
adds a new second-level keyword to an existing HierarchicalKeywords structure:</p>
|
|
106
|
+
|
|
107
|
+
<blockquote><table class='box'><tr><td>
|
|
108
|
+
<pre class=code>exiftool -hierarchicalkeywords2+="Persian" a.jpg</pre>
|
|
109
|
+
</td></tr></table></blockquote>
|
|
110
|
+
|
|
111
|
+
<p><b>Tricky:</b> There is one drawback when using this technique to add new
|
|
112
|
+
fields to existing structures in lists: New fields are added to the first
|
|
113
|
+
structure which doesn't already contain the corresponding field. So before
|
|
114
|
+
adding a new field to a arbitrary structure, dummy fields must first be added to
|
|
115
|
+
all earlier structures in the list which are missing this field. However, the
|
|
116
|
+
alternative of adding a new field by writing structured information also has its
|
|
117
|
+
drawbacks. Here, although a specific structure in a list can easily be targeted
|
|
118
|
+
through any unique combination of field values, the drawback is that the entire
|
|
119
|
+
structure must be replaced (see <a href="#Deleting">Deleting / Replacing</a>
|
|
120
|
+
below).</p>
|
|
121
|
+
|
|
122
|
+
<p>The flattened tag names may also be used to <b>write structures at any level
|
|
123
|
+
in a complex hierarchy</b>. The following example writes a third-level
|
|
124
|
+
structure inside a HierarchicalKeywords structure:</p>
|
|
125
|
+
|
|
126
|
+
<blockquote><table class='box'><tr><td>
|
|
127
|
+
<pre class=code>exiftool -hierarchicalkeywords2Children='{Keyword=Tabby,Applied=true}' a.jpg</pre>
|
|
128
|
+
</td></tr></table></blockquote>
|
|
129
|
+
|
|
130
|
+
<p class=lt>(Note: Containing structures are created as necessary. In this
|
|
131
|
+
case, the HierarchicalKeywords and top-level KeywordInfo structures would be
|
|
132
|
+
created if they didn't already exist.)</p>
|
|
133
|
+
|
|
134
|
+
<p>The <b>order of structure fields is not significant</b>, so they may be read
|
|
135
|
+
in a different order then written, unlike arrays which maintain the same order.
|
|
136
|
+
To give a predictable output, fields in structured information are <b>sorted in
|
|
137
|
+
alphabetical order</b> of field name by ExifTool when reading and writing.</p>
|
|
138
|
+
|
|
139
|
+
<p>If there are <b>errors converting some fields</b> of the input structure,
|
|
140
|
+
other fields are still written and a warning is issued (but only one warning per
|
|
141
|
+
structure is reported). This also applies when copying structured information
|
|
142
|
+
except that the <code>-v3</code> option must be used to see the warnings when
|
|
143
|
+
copying.</p>
|
|
144
|
+
|
|
145
|
+
<p><b>Programmers:</b> Structured information is written and read as Perl HASH
|
|
146
|
+
references via the ExifTool API, but it may also be written as a serialized
|
|
147
|
+
string. The following two techniques are equivalent:</p>
|
|
148
|
+
|
|
149
|
+
<blockquote><table class='box'><tr><td>
|
|
150
|
+
<pre># as a HASH reference
|
|
151
|
+
<span class=code>$exifTool->SetNewValue('XMP:Flash' => { mode=>'on', fired=>'true', return=>'not' });
|
|
152
|
+
</span>
|
|
153
|
+
# as a serialized string
|
|
154
|
+
<span class=code>$exifTool->SetNewValue('XMP:Flash' => '{mode=on,fired=true,return=not}');</span></pre>
|
|
155
|
+
</td></tr></table></blockquote>
|
|
156
|
+
|
|
157
|
+
<a name='Copying'></a>
|
|
158
|
+
<h2>Copying</h2>
|
|
159
|
+
|
|
160
|
+
<p>By default, tags are <b>copied as structures</b>, but flattened tag names
|
|
161
|
+
may still be copied by specifying them explicitly. Copying as structures
|
|
162
|
+
allows the hierarchy of complex structures to be preserved.</p>
|
|
163
|
+
|
|
164
|
+
<blockquote><table class='box'><tr><td>
|
|
165
|
+
<pre># this copies all XMP information as structures
|
|
166
|
+
# (flattened tags are not copied by default...)
|
|
167
|
+
<span class=code>exiftool -tagsfromfile src.jpg -xmp:all dst.jpg
|
|
168
|
+
</span>
|
|
169
|
+
# ... but flattened tags may be copied individually. Here the
|
|
170
|
+
# first level hierarchical keywords are copied to the Subject tag
|
|
171
|
+
# (this may be done in the same command as one that copies structures)
|
|
172
|
+
<span class=code>exiftool -tagsfromfile src.jpg "-subject<hierarchicalkeywords1" dst.jpg</span></pre>
|
|
173
|
+
</td></tr></table></blockquote>
|
|
174
|
+
|
|
175
|
+
<p>Note that when copying a specific structure, only the top-level structures
|
|
176
|
+
may be specified:</p>
|
|
177
|
+
|
|
178
|
+
<blockquote><table class='box'><tr><td>
|
|
179
|
+
<pre># this copies the complete keyword hierarchy
|
|
180
|
+
<span class=code>exiftool -tagsfromfile src.jpg -keywordinfo dst.jpg
|
|
181
|
+
</span>
|
|
182
|
+
# WRONG because HierarchicalKeywords is NOT a top-level structure!
|
|
183
|
+
<span class=code>exiftool -tagsfromfile src.jpg -hierarchicalkeywords dst.jpg</span></pre>
|
|
184
|
+
</td></tr></table></blockquote>
|
|
185
|
+
|
|
186
|
+
<p>The copy-as-structure feature may be disabled with <code>--struct</code> on
|
|
187
|
+
the command line, or by setting the <a href="ExifTool.html#Struct">Struct option</a>
|
|
188
|
+
to 0 via the API. When this is done, only flattened tags are copied, and
|
|
189
|
+
structures may not be specified. Conversely, if the structure option is enabled
|
|
190
|
+
(by setting the <a href="ExifTool.html#Struct">Struct option</a> to 1 via the API,
|
|
191
|
+
or with <code>-struct</code> on the command line), only structures are copied,
|
|
192
|
+
and flattened tags may not be specified.</p>
|
|
193
|
+
|
|
194
|
+
<p class=lt>(Note: This method of copying as flattened tags was the default
|
|
195
|
+
behaviour with ExifTool 8.43 and earlier. Copying as structures has been the
|
|
196
|
+
default since the ability to write structured information was introduced in
|
|
197
|
+
version 8.44, but an enhancement in version 8.82 allowed flattened tags to be
|
|
198
|
+
copied explicitly without the need to disable the Struct option.)</p>
|
|
199
|
+
|
|
200
|
+
<a name='Deleting'></a>
|
|
201
|
+
<h2>Deleting / Replacing</h2>
|
|
202
|
+
|
|
203
|
+
<p>A <b>complete structure is deleted</b> by specifying one or more matching
|
|
204
|
+
fields. For example, the following command deletes all HierarchicalKeywords
|
|
205
|
+
structures which have the Keyword "<code>Terrier</code>" at the second level:</p>
|
|
206
|
+
|
|
207
|
+
<blockquote><table class='box'><tr><td>
|
|
208
|
+
<pre class=code>exiftool -hierarchicalkeywords-="{Children={Keyword=Terrier}}" a.jpg</pre>
|
|
209
|
+
</td></tr></table></blockquote>
|
|
210
|
+
|
|
211
|
+
<p>Structure <b>fields may also be deleted individually</b> using the flattened
|
|
212
|
+
tag names. The following command deletes only the matching fields from the
|
|
213
|
+
second-level of all HierarchicalKeywords structures:</p>
|
|
214
|
+
|
|
215
|
+
<blockquote><table class='box'><tr><td>
|
|
216
|
+
<pre class=code>exiftool -hierarchicalkeywords2-="Terrier" a.jpg</pre>
|
|
217
|
+
</td></tr></table></blockquote>
|
|
218
|
+
|
|
219
|
+
<p>When deleting and adding back items in lists in the same command, new items
|
|
220
|
+
are inserted at the point in the list where the first item was removed, or at
|
|
221
|
+
the end of the list if no items were deleted. This applies to lists of
|
|
222
|
+
structures as well as simple lists of string values, and provides a mechanism to
|
|
223
|
+
replace a specific structure or field.</p>
|
|
224
|
+
|
|
225
|
+
<a name='Fields'></a>
|
|
226
|
+
<h2>Field Names</h2>
|
|
227
|
+
|
|
228
|
+
<p>Structure field names use a format <b>very similar to tag names</b> in
|
|
229
|
+
ExifTool. The following table lists some similarities and differences
|
|
230
|
+
between tag names and structure field names:</p>
|
|
231
|
+
|
|
232
|
+
<blockquote><table border=1 cellspacing=0 cellpadding=4 width='100%'>
|
|
233
|
+
<tr><th>Feature</th><th>Example</th><th>Tag Names</th><th>Field Names</th></tr>
|
|
234
|
+
<tr align=center><td align=left>Case Insensitivity</td><td>Title, title, TITLE</td>
|
|
235
|
+
<td class=grn>Yes</td><td class=grn>Yes</td></tr>
|
|
236
|
+
<tr align=center><td align=left>Alternate Language Suffix</td><td>Title-de</td>
|
|
237
|
+
<td class=grn>Yes</td><td class=grn>Yes</td></tr>
|
|
238
|
+
<tr align=center><td align=left>Numerical Value Suffix</td><td>Mode#</td>
|
|
239
|
+
<td class=grn>Yes</td><td class=grn>Yes</td></tr>
|
|
240
|
+
<tr align=center><td align=left>Group Name Prefix</td><td>XMP-dc:Title</td>
|
|
241
|
+
<td class=grn>Yes</td><td class=red>No<sup>†</sup></td></tr>
|
|
242
|
+
</table>
|
|
243
|
+
<sup class=red>†</sup> Except that group name prefixes are
|
|
244
|
+
allowed in structures which support arbitrary XMP fields (ie.
|
|
245
|
+
<a href='TagNames/MWG.html#Extensions'>Region Extensions</a>)
|
|
246
|
+
</blockquote>
|
|
247
|
+
|
|
248
|
+
<a name='Serialize'></a>
|
|
249
|
+
<h2>Serialization</h2>
|
|
250
|
+
|
|
251
|
+
Structures are <b>serialized when reading or writing from the command line</b>.
|
|
252
|
+
However, serialization is not done when reading via the API, and is optional when
|
|
253
|
+
writing via the API. The serialization algorithm is as follows:
|
|
254
|
+
|
|
255
|
+
<ol>
|
|
256
|
+
<li>Escape the following characters in string values (structure field values and
|
|
257
|
+
list items) by adding a leading pipe symbol (<code>|</code>):
|
|
258
|
+
<ul>
|
|
259
|
+
<li class=c>pipe symbols (<code>|</code>) and commas (<code>,</code>) anywhere in the string</li>
|
|
260
|
+
<li class=c>closing curly brackets (<code>}</code>) anywhere in structure field values</li>
|
|
261
|
+
<li class=c>closing square brackets (<code>]</code>) anywhere in list items</li>
|
|
262
|
+
<li class=c>an opening curly (<code>{</code>) or square (<code>[</code>)
|
|
263
|
+
bracket, or whitespace character (SPACE, TAB, CR or LF) if it appears at the
|
|
264
|
+
beginning of the string</li>
|
|
265
|
+
</ul>
|
|
266
|
+
<span class=lt>(Note: Any other character may be escaped by adding
|
|
267
|
+
a leading pipe symbol without effect.)</span></li>
|
|
268
|
+
<li>Enclose structures in curly brackets. Use an equal sign (<code>=</code>)
|
|
269
|
+
to separate field names from their corresponding values, and a comma between
|
|
270
|
+
structure fields.</li>
|
|
271
|
+
<li>Enclose lists in square brackets, with a comma between list items.</li>
|
|
272
|
+
<li>Optional whitespace padding may be added anywhere except inside a structure
|
|
273
|
+
field name, or inside or after a string value, and an optional comma may be
|
|
274
|
+
added after the last field in a structure.</li>
|
|
275
|
+
</ol>
|
|
276
|
+
|
|
277
|
+
<p>For example, with a command like this:</p>
|
|
278
|
+
|
|
279
|
+
<blockquote><table class='box'><tr><td>
|
|
280
|
+
<pre class=code>exiftool "-RegionInfo<=INFILE" a.xmp</pre>
|
|
281
|
+
</td></tr></table></blockquote>
|
|
282
|
+
|
|
283
|
+
<p>the INFILE below may be used to write structured information to
|
|
284
|
+
XMP:RegionInfo.</p>
|
|
285
|
+
|
|
286
|
+
<blockquote><table class='box'><tr><td>
|
|
287
|
+
<pre>{
|
|
288
|
+
AppliedToDimensions =
|
|
289
|
+
{
|
|
290
|
+
W = 4288,
|
|
291
|
+
H = 2848,
|
|
292
|
+
Unit = pixel,
|
|
293
|
+
},
|
|
294
|
+
RegionList =
|
|
295
|
+
[
|
|
296
|
+
{
|
|
297
|
+
Area =
|
|
298
|
+
{
|
|
299
|
+
W = 0.15, H = 0.17, X = 0.3, Y = 0.4,
|
|
300
|
+
Unit = normalized,
|
|
301
|
+
},
|
|
302
|
+
Description = A Physics Icon {relatively speaking|},
|
|
303
|
+
Name = Albert Einstein,
|
|
304
|
+
Type = Face,
|
|
305
|
+
Extensions = {
|
|
306
|
+
XMP-xmpRights:UsageTerms = copyright Phil Harvey,
|
|
307
|
+
XMP-xmpRights:UsageTerms-fr = droit d'auteur Phil Harvey,
|
|
308
|
+
},
|
|
309
|
+
SeeAlso = dc:subject,
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
Area =
|
|
313
|
+
{
|
|
314
|
+
W = 0.06, H = 0.09, X = 0.5, Y = 0.6,
|
|
315
|
+
Unit = normalized,
|
|
316
|
+
},
|
|
317
|
+
Description = this is a test|, what did you expect?,
|
|
318
|
+
Type = Focus,
|
|
319
|
+
FocusUsage = EvaluatedUsed,
|
|
320
|
+
}
|
|
321
|
+
],
|
|
322
|
+
}</pre>
|
|
323
|
+
</td></tr></table></blockquote>
|
|
324
|
+
|
|
325
|
+
<p>In this example, white space has been added in all allowed locations for
|
|
326
|
+
demonstration purposes and to improve readability. Also, optional commas have
|
|
327
|
+
been added after the last field of each structure. (Note that a comma may NOT
|
|
328
|
+
be added after the last item in a list because this would be interpreted as an
|
|
329
|
+
additional list item of a zero-length string.)</p>
|
|
330
|
+
|
|
331
|
+
<a name='User'></a>
|
|
332
|
+
<h2>User-Defined Structures</h2>
|
|
333
|
+
|
|
334
|
+
<p>User-defined XMP structure tags may be created via the ExifTool config file.
|
|
335
|
+
See the NewXMPxxxStruct tag definition in the <a href="config.html#xmp-xxx">XMP-xxx
|
|
336
|
+
examples of the sample config file</a> for more details.</p>
|
|
337
|
+
|
|
338
|
+
<hr>
|
|
339
|
+
<i>Last revised Mar. 10, 2012</i>
|
|
340
|
+
<p class='lf'><a href="index.html"><-- Back to ExifTool home page</a></p>
|
|
341
|
+
</body>
|
|
342
|
+
</html>
|