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
|
@@ -0,0 +1,281 @@
|
|
|
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>FileName and Directory tags</title>
|
|
6
|
+
<link rel=stylesheet type='text/css' href='style.css' title='Style'>
|
|
7
|
+
<style type="text/css">
|
|
8
|
+
<!--
|
|
9
|
+
.prog { padding: 0.5em; border: 1px solid gray; background: #fee }
|
|
10
|
+
-->
|
|
11
|
+
</style>
|
|
12
|
+
</head>
|
|
13
|
+
<body>
|
|
14
|
+
<h2 class='up'>Writing "FileName" and "Directory" tags</h2>
|
|
15
|
+
|
|
16
|
+
<p>By writing the <b>FileName</b> and/or <b>Directory</b> tags, ExifTool can be
|
|
17
|
+
used to rename and/or move images into directories according to any information
|
|
18
|
+
contained in the image. The most common use of this feature is to organize
|
|
19
|
+
images by date/time, but any other tag value may also be used.</p>
|
|
20
|
+
|
|
21
|
+
<p>Writing the <b>Directory</b> tag moves a file to a specified directory. The
|
|
22
|
+
directory is created if it doesn't already exist.</p>
|
|
23
|
+
|
|
24
|
+
<p>Writing the <b>FileName</b> tag renames a file. If the new <b>FileName</b>
|
|
25
|
+
has a directory specification (ie. contains a '<code>/</code>' character), then
|
|
26
|
+
the file is also moved to the specified directory (see
|
|
27
|
+
<a href="#ex6">example 6</a> below). Existing files will not be overwritten
|
|
28
|
+
(but see "Warning" below).</p>
|
|
29
|
+
|
|
30
|
+
<p>The <code>%d</code>, <code>%f</code>, <code>%e</code> file name format codes
|
|
31
|
+
may be used to represent the directory, name and extension of the original file
|
|
32
|
+
when specifying <b>FileName</b> and <b>Directory</b> tags via the command-line
|
|
33
|
+
interface. (In a similar way to the <code>-o</code>, <code>-w</code> and
|
|
34
|
+
<code>-tagsFromFile</code> options.) Also, <code>%c</code> may be used to add a
|
|
35
|
+
copy number to the output file name to avoid collisions with existing file
|
|
36
|
+
names. Note that these codes must be escaped with an extra <code>%</code> if
|
|
37
|
+
used within a date format string. Modifiers may also be used to change the
|
|
38
|
+
default behaviour of these format codes. See the <code>-w</code> option in the
|
|
39
|
+
<a href="exiftool_pod.html">application documentation</a> for details.</p>
|
|
40
|
+
|
|
41
|
+
<p>When organizing files by date/time, use of the <code>-d</code> (date format)
|
|
42
|
+
option is essential to specify a format for the filename (and/or directory
|
|
43
|
+
name). The examples below demonstrate the use of this feature. Also, a list of
|
|
44
|
+
of <a href="#codes">common date format codes</a> is provided for reference.</p>
|
|
45
|
+
|
|
46
|
+
<h3>Notes:</h3>
|
|
47
|
+
|
|
48
|
+
<p>Writing the <b>FileName</b> and/or <b>Directory</b> tags alone causes the
|
|
49
|
+
file to be renamed or moved, not copied. However, if any "real" tags are
|
|
50
|
+
written at the same time, then the file is rewritten to the new destination and
|
|
51
|
+
the original file is left unchanged. (Only the four writable "pseudo" tags,
|
|
52
|
+
<b>FileName</b>, <b>Directory</b>, <b>FileModifyDate</b> and
|
|
53
|
+
<b>FileCreateDate</b>, may be set without causing the file to be rewritten.) If
|
|
54
|
+
desired, the <code>-overwrite_original</code> option may be used to remove the
|
|
55
|
+
original copy when the file is rewritten.</p>
|
|
56
|
+
|
|
57
|
+
<p>Conversely, the <code>-o</code> option may be used to force exiftool to
|
|
58
|
+
always create a copy of the file, even if no meta-information tags are written.
|
|
59
|
+
This is true even if the <code>-o</code> option is superseded by writing the
|
|
60
|
+
<b>Directory</b> tag, or through a <b>FileName</b> which includes a directory
|
|
61
|
+
specification. (See <a href="#ex5">example 5</a> below. Also see
|
|
62
|
+
<a href="#ex11">example 11</a> for the directory precedence rules.)</p>
|
|
63
|
+
|
|
64
|
+
<p>If the <code>-d</code> option is used, the unformatted date/time value must
|
|
65
|
+
be valid (ie. in the form "<code>YYYY:mm:dd HH:MM:SS</code>"), otherwise the
|
|
66
|
+
date formatting will fail and the file will not be renamed or moved.</p>
|
|
67
|
+
|
|
68
|
+
<p>In a Windows batch file, all <code>%</code> characters must be escaped as
|
|
69
|
+
<code>%%</code>. This can result in extreme format codes like
|
|
70
|
+
<code>%%%%f</code> when using the <code>-d</code> option.</p>
|
|
71
|
+
|
|
72
|
+
<blockquote class=prog><b class=red>Warning:</b>
|
|
73
|
+
Writing <b>illegal file names</b> in Windows can have unpredictable results and
|
|
74
|
+
may result in <b>data loss</b>. Illegal characters in Windows file names are:
|
|
75
|
+
<pre class=code> / \ ? * : | " < ></pre>
|
|
76
|
+
Any tag used in generating a file name which may contain these characters must
|
|
77
|
+
first be filtered to remove or translate these characters. A special feature
|
|
78
|
+
allows these characters to be removed from a tag value by adding a semicolon
|
|
79
|
+
inside the braces after a tag name. For example:
|
|
80
|
+
<pre class=code> exiftool "-filename<${model;}.%e" c:\images</pre>
|
|
81
|
+
See the <code>-p</code> option in the <a href="exiftool_pod.html">application
|
|
82
|
+
documentation</a> for more details.
|
|
83
|
+
</blockquote>
|
|
84
|
+
|
|
85
|
+
<h2>Examples</h2>
|
|
86
|
+
|
|
87
|
+
<a name="ex1"></a><table cellpadding=6>
|
|
88
|
+
<tr><td valign='top'> 1.</td><td bgcolor='#dddddd'><code class='blk'>
|
|
89
|
+
exiftool -d %Y%m%d_%H%M%%-c.%%e "-filename<CreateDate" DIR
|
|
90
|
+
</code></td></tr></table>
|
|
91
|
+
<blockquote>
|
|
92
|
+
Rename all images in directory '<code>DIR</code>' to names like
|
|
93
|
+
'<code>20060327_1058-2.jpg</code>', with individual file names derived from the
|
|
94
|
+
value of the CreateDate (plus a copy number with a leading '<code>-</code>' if a
|
|
95
|
+
file with the same name already exists), and with the same extension as the
|
|
96
|
+
original image.
|
|
97
|
+
<p><b>FAQ:</b> <i>"Why doesn't this command rename my files?"</i></p>
|
|
98
|
+
<p>There are 2 common reasons for this:</p>
|
|
99
|
+
<p>a) When a directory name is specified, this command will only rename "writable"
|
|
100
|
+
files in the directory. Use '<code>exiftool -listwf</code>' to list the
|
|
101
|
+
extensions of currently writable file types. The <code>-ext</code> option may
|
|
102
|
+
be used to rename other file types (ie. '<code>-ext avi</code>').</p>
|
|
103
|
+
<p>b) For this command to work, the CreateDate tag must exist in the source
|
|
104
|
+
file. Use '<code>exiftool -createdate FILE</code>' to see if a file contains
|
|
105
|
+
this information. If it doesn't, you may need to use another date/time tag such
|
|
106
|
+
as DateTimeOriginal or FileModifyDate.</p>
|
|
107
|
+
</blockquote>
|
|
108
|
+
|
|
109
|
+
<a name="ex2"></a><table cellpadding=6>
|
|
110
|
+
<tr><td valign='top'> 2.</td><td bgcolor='#dddddd'><code class='blk'>
|
|
111
|
+
exiftool -d %Y-%m-%d "-directory<datetimeoriginal" image.jpg
|
|
112
|
+
</code></td></tr></table>
|
|
113
|
+
<blockquote>
|
|
114
|
+
Move '<code>image.jpg</code>' into a directory with a name given by
|
|
115
|
+
DateTimeOriginal, in the form '<code>2006-03-27</code>'.
|
|
116
|
+
</blockquote>
|
|
117
|
+
|
|
118
|
+
<a name="ex3"></a><table cellpadding=6>
|
|
119
|
+
<tr><td valign='top'> 3.</td><td bgcolor='#dddddd'><code class='blk'>
|
|
120
|
+
exiftool '-filename<%f_$imagesize.%e' dir
|
|
121
|
+
</code></td></tr></table>
|
|
122
|
+
<blockquote>
|
|
123
|
+
This example uses an expression to add the image size to the name of all images
|
|
124
|
+
in directory '<code>dir</code>'. For example, this would remame a 640x480 image
|
|
125
|
+
called '<code>image.jpg</code>' to '<code>image_640x480.jpg</code>'. (Note that
|
|
126
|
+
the single quotes are necessary in Unix shells due to the '<code>$</code>'
|
|
127
|
+
symbol, but double quotes must be used instead when running in a Windows cmd shell.)
|
|
128
|
+
</blockquote>
|
|
129
|
+
|
|
130
|
+
<a name="ex4"></a><table cellpadding=6>
|
|
131
|
+
<tr><td valign='top'> 4.</td><td bgcolor='#dddddd'><code class='blk'>
|
|
132
|
+
exiftool -r -directory=%e_images/%d pics
|
|
133
|
+
</code></td></tr></table>
|
|
134
|
+
<blockquote>
|
|
135
|
+
Recursively move all images based in directory '<code>pics</code>' to
|
|
136
|
+
separate directory trees organized by file extension. For instance, in this
|
|
137
|
+
example the file '<code>pics/toys/new_car.jpg</code>' is moved to
|
|
138
|
+
'<code>jpg_images/pics/toys/new_car.jpg</code>'.
|
|
139
|
+
</blockquote>
|
|
140
|
+
|
|
141
|
+
<a name="ex5"></a><table cellpadding=6>
|
|
142
|
+
<tr><td valign='top'> 5.</td><td bgcolor='#dddddd'><code class='blk'>
|
|
143
|
+
exiftool -r -o %e_images/%d pics<br>
|
|
144
|
+
exiftool -r -o dummy/ -directory=%e_images/%d pics
|
|
145
|
+
</code></td></tr></table>
|
|
146
|
+
<blockquote>
|
|
147
|
+
Both of these commands have the same effect as example 3 above except that
|
|
148
|
+
images are copied instead of moved since the <code>-o</code> option was used. In
|
|
149
|
+
the second command the trailing '<code>/</code>' on '<code>dummy/</code>' is
|
|
150
|
+
necessary because otherwise '<code>dummy</code>' would be interpreted as a file
|
|
151
|
+
name. This technique of using <code>-o</code> with a dummy directory name is
|
|
152
|
+
necessary when the directory name is derived from the value of other tags (ie.
|
|
153
|
+
'<code>-directory<createDate</code>') and you want the files to be copied
|
|
154
|
+
instead of moved. (Because the values of other tags may not be used with the
|
|
155
|
+
<code>-o</code> option.)
|
|
156
|
+
</blockquote>
|
|
157
|
+
|
|
158
|
+
<a name="ex6"></a><table cellpadding=6>
|
|
159
|
+
<tr><td valign='top'> 6.</td><td bgcolor='#dddddd'><code class='blk'>
|
|
160
|
+
exiftool -r -d %Y/%m/%d/image_%H%M%S.%%e "-filename<filemodifydate" DIR
|
|
161
|
+
</code></td></tr></table>
|
|
162
|
+
<blockquote>
|
|
163
|
+
Recusively rename all images in '<code>DIR</code>' and any contained
|
|
164
|
+
subdirectories to the form '<code>image_HHMMSS.EXT</code>' (where
|
|
165
|
+
'<code>ext</code>' is the original file extension), and move them into a new
|
|
166
|
+
directory hierarchy based on date of file modification, with path names like
|
|
167
|
+
'<code>2006/03/27/image_105859.jpg</code>'.
|
|
168
|
+
</blockquote>
|
|
169
|
+
|
|
170
|
+
<p>The following examples demonstrate the interaction of this feature with
|
|
171
|
+
other ExifTool options:</p>
|
|
172
|
+
|
|
173
|
+
<a name="ex7"></a><table cellpadding=6>
|
|
174
|
+
<tr><td valign='top'> 7.</td><td bgcolor='#dddddd'><code class='blk'>
|
|
175
|
+
exiftool -filename=new.jpg dir/image.jpg
|
|
176
|
+
</code></td></tr></table>
|
|
177
|
+
<blockquote>
|
|
178
|
+
Rename '<code>dir/image.jpg</code>' to '<code>dir/new.jpg</code>'.
|
|
179
|
+
</blockquote>
|
|
180
|
+
|
|
181
|
+
<a name="ex8"></a><table cellpadding=6>
|
|
182
|
+
<tr><td valign='top'> 8.</td><td bgcolor='#dddddd'><code class='blk'>
|
|
183
|
+
exiftool -filename=new.jpg -comment=xxx dir/image.jpg
|
|
184
|
+
</code></td></tr></table>
|
|
185
|
+
<blockquote>
|
|
186
|
+
Copy '<code>dir/image.jpg</code>', add a new comment, and write output to
|
|
187
|
+
'<code>dir/new.jpg</code>'. The original file '<code>dir/image.jpg</code>' is
|
|
188
|
+
not changed.
|
|
189
|
+
</blockquote>
|
|
190
|
+
|
|
191
|
+
<a name="ex9"></a><table cellpadding=6>
|
|
192
|
+
<tr><td valign='top'> 9.</td><td bgcolor='#dddddd'><code class='blk'>
|
|
193
|
+
exiftool -filename=new.jpg -comment=xxx -overwrite_original dir/image.jpg
|
|
194
|
+
</code></td></tr></table>
|
|
195
|
+
<blockquote>
|
|
196
|
+
Rewrite '<code>dir/image.jpg</code>', adding a new comment and writing output to
|
|
197
|
+
'<code>dir/new.jpg</code>'. The original file '<code>dir/image.jpg</code>' is
|
|
198
|
+
removed.
|
|
199
|
+
</blockquote>
|
|
200
|
+
|
|
201
|
+
<a name="ex10"></a><table cellpadding=6>
|
|
202
|
+
<tr><td valign='top'>10.</td><td bgcolor='#dddddd'><code class='blk'>
|
|
203
|
+
exiftool -o tmp/ -filename=new.jpg image.jpg<br>
|
|
204
|
+
exiftool -o tmp/xxx.jpg -filename=new.jpg image.jpg<br>
|
|
205
|
+
exiftool -o tmp/new.jpg image.jpg
|
|
206
|
+
</code></td></tr></table>
|
|
207
|
+
<blockquote>
|
|
208
|
+
A file name or directory specified via the <b>FileName</b> or <b>Directory</b>
|
|
209
|
+
tag takes precedence over that specified by the <code>-o</code> option, so these
|
|
210
|
+
three commands all have the same effect: '<code>tmp/new.jpg</code>' is created
|
|
211
|
+
without changing '<code>image.jpg</code>'. Note that in the first command, the
|
|
212
|
+
trailing '<code>/</code>' on '<code>tmp/</code>' is necessary if the
|
|
213
|
+
'<code>tmp</code>' directory doesn't already exist, otherwise '<code>tmp</code>'
|
|
214
|
+
would be taken as a file name and '<code>new.jpg</code>' would be created in the
|
|
215
|
+
current directory. As illustrated in example 4 above, the file is rewritten
|
|
216
|
+
instead of simply being renamed when the '<code>-o</code>' option is used.
|
|
217
|
+
</blockquote>
|
|
218
|
+
|
|
219
|
+
<a name="ex11"></a><table cellpadding=6>
|
|
220
|
+
<tr><td valign='top'>11.</td><td bgcolor='#dddddd'><code class='blk'>
|
|
221
|
+
exiftool -directory=dir1 -filename=dir2/out.jpg -o dir3/ dir4/image.jpg<br>
|
|
222
|
+
</code></td></tr></table>
|
|
223
|
+
<blockquote>
|
|
224
|
+
This example demonstrates the priorities of directory names specified using
|
|
225
|
+
different techniques. The output directory is taken from the first directory
|
|
226
|
+
specified from the following list: 1) the <b>Directory</b> tag, 2) the
|
|
227
|
+
<b>FileName</b> tag, 3) the <code>-o</code> option, or 4) the source directory,
|
|
228
|
+
in that order. Note that both the <b>FileName</b> tag and the <code>-o</code>
|
|
229
|
+
option may be used without a directory specification, in which case the
|
|
230
|
+
directory with the next highest priority is used. So in this example, the
|
|
231
|
+
target file is copied (not moved, because the <code>-o</code> option was used)
|
|
232
|
+
to '<code>dir1/image.jpg</code>'. The order of the arguments on the command
|
|
233
|
+
line is not significant.
|
|
234
|
+
</blockquote>
|
|
235
|
+
|
|
236
|
+
<a name="codes"></a><h2>Common Date Format Codes</h2>
|
|
237
|
+
<p>Date format codes are used in the argument to the <code>-d</code> option to
|
|
238
|
+
represent components of the date/time string. The codes listed below are common
|
|
239
|
+
to most systems, but additional codes may be available on your specific system
|
|
240
|
+
-- see your <i>strftime</i> man page for details.</p>
|
|
241
|
+
<blockquote><table>
|
|
242
|
+
<tr><th>%a</th><td>- abbreviated locale weekday name</td></tr>
|
|
243
|
+
<tr><th>%A</th><td>- full locale weekday name</td></tr>
|
|
244
|
+
<tr><th>%b</th><td>- abbreviated locale month name</td></tr>
|
|
245
|
+
<tr><th>%B</th><td>- full locale month name</td></tr>
|
|
246
|
+
<tr><th>%c</th><td>- preferred locale date/time representation</td></tr>
|
|
247
|
+
<tr><th>%d</th><td>- day of month (01-31)</td></tr>
|
|
248
|
+
<tr><th>%H</th><td>- hour on a 24-hour clock (00-23)</td></tr>
|
|
249
|
+
<tr><th>%I</th><td>- hour on a 12-hour clock (01-12)</td></tr>
|
|
250
|
+
<tr><th>%j</th><td>- day of year (001-366)</td></tr>
|
|
251
|
+
<tr><th>%m</th><td>- month number (01-12)</td></tr>
|
|
252
|
+
<tr><th>%M</th><td>- minute (00-59)</td></tr>
|
|
253
|
+
<tr><th>%p</th><td>- 'AM' or 'PM'</td></tr>
|
|
254
|
+
<tr><th>%S</th><td>- seconds (00-59)</td></tr>
|
|
255
|
+
<tr><th>%w</th><td>- weekday number (0-6)</td></tr>
|
|
256
|
+
<tr><th>%W</th><td>- week number of the year (00-53)</td></tr>
|
|
257
|
+
<tr><th>%x</th><td>- preferred locale date representation</td></tr>
|
|
258
|
+
<tr><th>%X</th><td>- preferred locale time representation</td></tr>
|
|
259
|
+
<tr><th>%y</th><td>- 2-digit year (00-99)</td></tr>
|
|
260
|
+
<tr><th>%Y</th><td>- 4-digit year (ie. 2006)</td></tr>
|
|
261
|
+
<tr><th>%Z</th><td>- time zone name</td></tr>
|
|
262
|
+
<tr><th>%%</th><td>- a literal '%' character</td></tr>
|
|
263
|
+
</table></blockquote>
|
|
264
|
+
<p>Note that ExifTool file name format codes may be used inside a date format
|
|
265
|
+
string when a date/time tag is used to set the value of the <b>FileName</b> or
|
|
266
|
+
<b>Directory</b> tags via the command-line interface. In this case, an extra
|
|
267
|
+
'<code>%</code>' must be added to pass the format code through the date/time
|
|
268
|
+
parser:</p>
|
|
269
|
+
<blockquote><table>
|
|
270
|
+
<tr><th>%%d</th><td>- original file directory (including trailing "/" if necessary)</td></tr>
|
|
271
|
+
<tr><th>%%f</th><td>- original file name (without the extension)</td></tr>
|
|
272
|
+
<tr><th>%%e</th><td>- original file extension (not including the ".")</td></tr>
|
|
273
|
+
<tr><th>%%c</th><td>- copy number (output files only)</td></tr>
|
|
274
|
+
</table></blockquote>
|
|
275
|
+
<p>See the <code>-w</code> option in the <a href="exiftool_pod.html">exiftool
|
|
276
|
+
application documentation</a> for details about special features available
|
|
277
|
+
with these name format codes.</p>
|
|
278
|
+
<hr>
|
|
279
|
+
<p class='lf'><a href="index.html"><-- Back to ExifTool home page</a></p>
|
|
280
|
+
</body>
|
|
281
|
+
</html>
|
|
@@ -0,0 +1,642 @@
|
|
|
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>Geotagging with ExifTool</title>
|
|
6
|
+
<link rel=stylesheet type='text/css' href='style.css' title='Style'>
|
|
7
|
+
<style type="text/css">
|
|
8
|
+
<!--
|
|
9
|
+
pre { color: #800; margin-left: 4em }
|
|
10
|
+
.nr { white-space: nowrap }
|
|
11
|
+
-->
|
|
12
|
+
</style>
|
|
13
|
+
</head>
|
|
14
|
+
<body>
|
|
15
|
+
<div class='index'>
|
|
16
|
+
<a href="#Implementation">Implementation</a>
|
|
17
|
+
<br> - <a href="#geotag">Geotag</a>
|
|
18
|
+
<br> - <a href="#geosync">Geosync</a>
|
|
19
|
+
<br> - <a href="#geotime">Geotime</a>
|
|
20
|
+
<br><a href="#Examples">Examples</a>
|
|
21
|
+
<br><a href="#Options">Options</a>
|
|
22
|
+
<br><a href="#Orient">Orientation</a>
|
|
23
|
+
<br><a href="#Troubleshooting">Troubleshooting</a>
|
|
24
|
+
<br><a href="#Tips">Tips</a>
|
|
25
|
+
<hr>
|
|
26
|
+
<a href="#Inverse">Inverse Geotagging</a>
|
|
27
|
+
<br> - <a href="#GPX">Creating GPX log</a>
|
|
28
|
+
<br> - <a href="#KML">Creating KML file</a>
|
|
29
|
+
</div>
|
|
30
|
+
<h1 class='up'>Geotagging with ExifTool</h1>
|
|
31
|
+
<p>The ExifTool geotagging feature adds GPS tags to images based on data from a
|
|
32
|
+
GPS track log file. The GPS track log file is loaded, and linear interpolation
|
|
33
|
+
is used to determine the GPS position at the time of the image, then the
|
|
34
|
+
following tags are written to the image (if the corresponding information
|
|
35
|
+
is available):</p>
|
|
36
|
+
|
|
37
|
+
<pre>GPSLatitude GPSLongitude GPSAltitude GPSDateStamp
|
|
38
|
+
GPSLatitudeRef GPSLongitudeRef GPSAltitudeRef GPSTimeStamp
|
|
39
|
+
GPSTrack GPSSpeed GPSImgDirection GPSPitch
|
|
40
|
+
GPSTrackRef GPSSpeedRef GPSImgDirectionRef GPSRoll
|
|
41
|
+
</pre>
|
|
42
|
+
|
|
43
|
+
<blockquote class=lt><i>Note: GPSPitch and GPSRoll are not standard tags, and
|
|
44
|
+
must be <a href="#Orient">user-defined</a>.</i></blockquote>
|
|
45
|
+
|
|
46
|
+
<p>Currently supported GPS track log file formats:</p>
|
|
47
|
+
|
|
48
|
+
<ul>
|
|
49
|
+
<li>GPX</li>
|
|
50
|
+
<li>NMEA (RMC, GGA, GLL and GSA sentences)</li>
|
|
51
|
+
<li>KML</li>
|
|
52
|
+
<li>IGC (glider format)</li>
|
|
53
|
+
<li>Garmin XML and TCX</li>
|
|
54
|
+
<li>Magellan eXplorist PMGNTRK</li>
|
|
55
|
+
<li>Honeywell PTNTHPR (see <a href="#Orient">Orientation</a>)</li>
|
|
56
|
+
<li>Winplus Beacon .TXT</li>
|
|
57
|
+
</ul>
|
|
58
|
+
|
|
59
|
+
<a name="Implementation"></a>
|
|
60
|
+
<h3>Implementation</h3>
|
|
61
|
+
|
|
62
|
+
<p>Geotagging is accomplished in ExifTool through the use of three special tags:
|
|
63
|
+
<code>Geotag</code>, <code>Geosync</code> and <code>Geotime</code>.</p>
|
|
64
|
+
|
|
65
|
+
<blockquote class=lt><i>Note: When writing these tags, order is important. If
|
|
66
|
+
<code>Geotime</code> is written, it must be done after both <code>Geotag</code>
|
|
67
|
+
and <code>Geosync</code>.</i></blockquote>
|
|
68
|
+
|
|
69
|
+
<a name="geotag"></a>
|
|
70
|
+
<h4>Geotag</h4>
|
|
71
|
+
|
|
72
|
+
<p>The <code>Geotag</code> tag is used to define the GPS track log data. Setting
|
|
73
|
+
the value of this tag via the exiftool application activates the geotagging
|
|
74
|
+
feature. As an example, the following command line adds GPS tags to all images
|
|
75
|
+
in the "/Users/Phil/Pictures" directory based on GPS positions stored in the
|
|
76
|
+
track log file "track.log" in the current directory:</p>
|
|
77
|
+
|
|
78
|
+
<pre>exiftool -geotag=track.log /Users/Phil/Pictures
|
|
79
|
+
</pre>
|
|
80
|
+
|
|
81
|
+
<p>As a convienience the exiftool application also provides a
|
|
82
|
+
<code>-geotag</code> option, so the following command is equivalent to the one
|
|
83
|
+
above:</p>
|
|
84
|
+
|
|
85
|
+
<pre>exiftool -geotag track.log /Users/Phil/Pictures
|
|
86
|
+
</pre>
|
|
87
|
+
|
|
88
|
+
<p>Multiple GPS log files may be loaded simultaneously by using more than one
|
|
89
|
+
<code>-geotag</code> option (or by using wildcards in the filename argument
|
|
90
|
+
for the <code>-geotag</code> option, but note that here the filename may need
|
|
91
|
+
to be quoted -- see the <a href="#Examples">examples</a> below). This allows
|
|
92
|
+
batch processing of images spanning different tracks with a single command.</p>
|
|
93
|
+
|
|
94
|
+
<p>Deleting the <code>Geotag</code> tag (with <code>-geotag=</code>) causes the
|
|
95
|
+
GPS tags written by the <code>-geotag</code> feature to be deleted.</p>
|
|
96
|
+
|
|
97
|
+
<blockquote class=lt><i>Programmers: You may write either a GPS log file name
|
|
98
|
+
or the GPS log data as the value for <code>Geotag</code>. If the value contains
|
|
99
|
+
a newline or a null byte it is assumed to be data, otherwise it is taken as a
|
|
100
|
+
file name.</i></blockquote>
|
|
101
|
+
|
|
102
|
+
<a name="geosync"></a>
|
|
103
|
+
<h4>Geosync</h4>
|
|
104
|
+
|
|
105
|
+
<p>The <code>Geosync</code> tag is needed only when the image timestamps are not
|
|
106
|
+
properly synchronized with GPS time, and must be set before <code>Geotime</code>
|
|
107
|
+
to be effective. The value written to the <code>Geosync</code> tag may take a
|
|
108
|
+
number of different forms, but the basic format is that of a simple time
|
|
109
|
+
difference which is added to <code>Geotime</code> before interpolating the GPS
|
|
110
|
+
position in the track log. This time difference may be of the form "SS",
|
|
111
|
+
"MM:SS", "HH:MM:SS" or "DD HH:MM:SS" (where SS=seconds, MM=minutes, HH=hours and
|
|
112
|
+
DD=days), and a leading "+" or "-" may be added for positive or negative
|
|
113
|
+
differences (negative if the camera clock was ahead of GPS time). Fractional
|
|
114
|
+
seconds are allowed (ie. "SS.ss").</p>
|
|
115
|
+
|
|
116
|
+
<p>For example, "<code>-geosync=-1:20</code>" specifies that synchronization
|
|
117
|
+
with GPS time is achieved by subtracting 1 minute and 20 seconds from the
|
|
118
|
+
<code>Geotime</code> value. See the <a href="#TP1">Time Synchronization Tip</a>
|
|
119
|
+
below for more details.</p>
|
|
120
|
+
|
|
121
|
+
<blockquote class=lt><i>Note that a single decimal value is interpreted as
|
|
122
|
+
seconds when written to <code>Geosync</code>. This is different from of other
|
|
123
|
+
date/time shift values where a single value is normally taken as hours.</i>
|
|
124
|
+
</blockquote>
|
|
125
|
+
|
|
126
|
+
<p>The <code>Geosync</code> value may also be specified using 3 different
|
|
127
|
+
formats which provide a GPS time and a corresponding camera clock time. While
|
|
128
|
+
these formats may be used for a simple (constant) time synchronization offset,
|
|
129
|
+
they are necessary when performing a clock drift correction (with multiple
|
|
130
|
+
synchronization points), and are described below.</p>
|
|
131
|
+
|
|
132
|
+
<p><b>Camera clock drift correction:</b></p>
|
|
133
|
+
|
|
134
|
+
<p>A more advanced <code>Geosync</code> feature allows the GPS time and the
|
|
135
|
+
image time to be specified together, facilitating a time drift correction if
|
|
136
|
+
more than one synchronization point is provided. For this, the value written to
|
|
137
|
+
<code>Geosync</code> takes one of the following forms:</p>
|
|
138
|
+
|
|
139
|
+
<blockquote>
|
|
140
|
+
<table class='norm'>
|
|
141
|
+
<tr><th>Format</th><th>Notes</th></tr>
|
|
142
|
+
<tr><td><i>FILE</i></td>
|
|
143
|
+
<td>Both GPS and image timestamps are extracted from the
|
|
144
|
+
specified file. ie) <code>-geosync=image.jpg</code></td></tr>
|
|
145
|
+
<tr><td><i>GPSTIME</i>@<i>FILE</i></td><td>GPS time is taken from the
|
|
146
|
+
<code>Geosync</code> value and the image timestamp is extracted from the
|
|
147
|
+
specified file. ie) <code>-geosync="12:58:05@image.jpg"</code></td></tr>
|
|
148
|
+
<tr><td><i>GPSTIME</i>@<i>IMGTIME</i></td><td>Both GPS and image timestamps are
|
|
149
|
+
taken from the <code>Geosync</code> value. ie)
|
|
150
|
+
<code>-geosync="12:58:05@2010:01:02 12:25:26"</code></td></tr>
|
|
151
|
+
</table></blockquote>
|
|
152
|
+
|
|
153
|
+
<p>The values of <i>GPSTIME</i> and <i>IMGTIME</i> specified on the command line
|
|
154
|
+
may contain a date, but it is not necessary.</p>
|
|
155
|
+
|
|
156
|
+
<p>Notes:</p>
|
|
157
|
+
<ol>
|
|
158
|
+
<li>If either the GPS or the image timestamp does not contain a date, the two
|
|
159
|
+
timestamps are assumed to be on days which place them within 12 hours of each
|
|
160
|
+
other.</li>
|
|
161
|
+
<li>If neither the GPS nor the image timestamps contain a date, this
|
|
162
|
+
synchronization point may only be used for constant time offset (ie. no time
|
|
163
|
+
drift correction will be applied).</li>
|
|
164
|
+
<li>Both the GPS and the image times are assumed to be local unless another
|
|
165
|
+
timezone is specified.</li>
|
|
166
|
+
<li>Both the GPS and the image time values may contain decimal seconds.</li>
|
|
167
|
+
<li>The applied value of the time drift correction is calculated from a
|
|
168
|
+
piecewise linear interpolation/extrapolation between the synchronization points
|
|
169
|
+
if more than one <code>Geosync</code> value is defined.</li>
|
|
170
|
+
<li>When extracting from file, timestamps are taken from the first available of
|
|
171
|
+
the following tags:
|
|
172
|
+
<ul>
|
|
173
|
+
<li>Image timestamp: SubSecDateTimeOriginal, SubSecCreateDate, SubSecModifyDate,
|
|
174
|
+
DateTimeOriginal, CreateDate, ModifyDate, FileModifyDate</li>
|
|
175
|
+
<li>GPS timestamp: GPSDateTime, GPSTimeStamp</li>
|
|
176
|
+
</ul></li>
|
|
177
|
+
</ol>
|
|
178
|
+
|
|
179
|
+
<a name="geotime"></a>
|
|
180
|
+
<h4>Geotime</h4>
|
|
181
|
+
|
|
182
|
+
<p>The <code>Geotime</code> tag specifies the point in time for which the GPS
|
|
183
|
+
position is calculated (by interpolating between fixes in the GPS track log).
|
|
184
|
+
Unless a group is specified, exiftool writes the generated tags to the default
|
|
185
|
+
groups. If a value for <code>Geotime</code> is not given, it is taken from
|
|
186
|
+
<code>DateTimeOriginal</code> for each image (as if
|
|
187
|
+
<code>"-Geotime<DateTimeOriginal"</code> had been specified), but the value
|
|
188
|
+
may be copied from any other date/time tag or set directly from a date/time
|
|
189
|
+
string.</p>
|
|
190
|
+
|
|
191
|
+
<p>If the date/time tag does not include a timezone then one may be added (ie.
|
|
192
|
+
<code>"-Geotime<${CreateDate}-05:00"</code>), otherwise the local system time
|
|
193
|
+
is assumed.</p>
|
|
194
|
+
|
|
195
|
+
<p>By default, GPS tags are created in EXIF and the corresponding
|
|
196
|
+
XMP tags are updated only if they already exist. However, an EXIF or XMP group
|
|
197
|
+
name may be specified to force writing only to the specified location. For
|
|
198
|
+
example, writing <code>XMP:Geotime</code> or <code>EXIF:Geotime</code> will
|
|
199
|
+
write the generated GPS tags only to XMP or EXIF respectively. Note that when
|
|
200
|
+
written to XMP, the <code>GPSLatitudeRef</code> and <code>GPSLongitudeRef</code>
|
|
201
|
+
tags are not used, and the XMP <code>GPSDateTime</code> tag is written instead
|
|
202
|
+
of the separate EXIF <code>GPSDateStamp</code> and <code>GPSTimeStamp</code>
|
|
203
|
+
tags.</p>
|
|
204
|
+
|
|
205
|
+
<p>See the <a href="#Examples">Examples</a> section below for sample command
|
|
206
|
+
lines illustrating various aspects of the geotagging feature.</p>
|
|
207
|
+
|
|
208
|
+
<blockquote class=lt><i>Programmers: Note that <code>Geotime</code> must always
|
|
209
|
+
be specified when geotagging via the API -- the default value of
|
|
210
|
+
<code>DateTimeOriginal</code> is implemented by the application.</i>
|
|
211
|
+
</blockquote>
|
|
212
|
+
|
|
213
|
+
<a name="Examples"></a>
|
|
214
|
+
<h3>Examples</h3>
|
|
215
|
+
|
|
216
|
+
<p>Geotag all images in the "c:\images" directory from position information in a
|
|
217
|
+
GPS track log ("c:\gps logs\track.log"). Since the <code>Geotime</code> time is
|
|
218
|
+
not specified, the value of <code>DateTimeOriginal</code> is used. Local system
|
|
219
|
+
time is assumed unless <code>DateTimeOriginal</code> contains a timezone:</p>
|
|
220
|
+
|
|
221
|
+
<pre>exiftool -geotag "c:\gps logs\track.log" c:\images</pre>
|
|
222
|
+
|
|
223
|
+
<p>Geotag all images in directory "dir" from the GPS positions in "track.log"
|
|
224
|
+
(in the current directory), for a camera clock that was running 25 seconds
|
|
225
|
+
slower than the GPS clock:</p>
|
|
226
|
+
|
|
227
|
+
<pre>exiftool -geotag track.log -geosync=+25 dir</pre>
|
|
228
|
+
|
|
229
|
+
<p>Geotag an image with the GPS position for a specific time. (Note that the
|
|
230
|
+
<code>Geotag</code> tag must be assigned before <code>Geotime</code> for the GPS
|
|
231
|
+
data to be available when <code>Geotime</code> is set):</p>
|
|
232
|
+
|
|
233
|
+
<pre>exiftool -geotag t.log -geotime="2009:04:02 13:41:12-05:00" a.jpg</pre>
|
|
234
|
+
|
|
235
|
+
<p>Geotag all images in directory "dir" with XMP tags instead of EXIF tags,
|
|
236
|
+
based on the image <code>CreateDate</code>. (In this case, the order of the
|
|
237
|
+
arguments doesn't matter because tags with values copied from other tags are
|
|
238
|
+
always set after constant values):</p>
|
|
239
|
+
|
|
240
|
+
<pre>exiftool -geotag log.gpx "-xmp:geotime<createdate" dir</pre>
|
|
241
|
+
|
|
242
|
+
<p>Geotag images in "dir" using <code>CreateDate</code> with the specified
|
|
243
|
+
timezone. If <code>CreateDate</code> already contained a timezone, then the
|
|
244
|
+
timezone specified on the command line is ignored. (Note that in Windows,
|
|
245
|
+
double quotes (<code>"</code>) must be used instead of single quotes
|
|
246
|
+
(<code>'</code>) around the <code>-geotime</code> argument in the next 2
|
|
247
|
+
commands):</p>
|
|
248
|
+
|
|
249
|
+
<pre>exiftool -geotag a.log '-geotime<${createdate}+01:00' dir</pre>
|
|
250
|
+
|
|
251
|
+
<p>Geotag images for which the camera clock was set to UTC (+00:00), using
|
|
252
|
+
the time from <code>DateTimeOriginal</code>:</p>
|
|
253
|
+
|
|
254
|
+
<pre>exiftool -geotag trk.gpx '-geotime<${DateTimeOriginal}+00:00' dir</pre>
|
|
255
|
+
|
|
256
|
+
<p>Delete GPS tags which were added by the geotag feature. (Note that this does
|
|
257
|
+
not remove all GPS tags -- to do this instead use <code>-gps:all=</code>):</p>
|
|
258
|
+
|
|
259
|
+
<pre>exiftool -geotag= a.jpg</pre>
|
|
260
|
+
|
|
261
|
+
<p>Delete XMP GPS tags which were added by the geotag feature:</p>
|
|
262
|
+
|
|
263
|
+
<pre>exiftool -xmp:geotag= a.jpg</pre>
|
|
264
|
+
|
|
265
|
+
<p>Geotag an image with XMP tags, using the time from
|
|
266
|
+
<code>DateTimeOriginal</code>:</p>
|
|
267
|
+
|
|
268
|
+
<pre>exiftool -xmp:geotag=track.log a.jpg</pre>
|
|
269
|
+
|
|
270
|
+
<p>Combine multiple track logs and geotag an entire directory tree of
|
|
271
|
+
images:</p>
|
|
272
|
+
|
|
273
|
+
<pre>exiftool -geotag a.log -geotag b.log -r dir</pre>
|
|
274
|
+
|
|
275
|
+
<p>Use wildcards to load multiple track files (the quotes are necessary for most
|
|
276
|
+
operating systems to prevent filename expansion):</p>
|
|
277
|
+
|
|
278
|
+
<pre>exiftool -geotag "logs/*.log" dir</pre>
|
|
279
|
+
|
|
280
|
+
<p>Geotag from a sub-second date/time value with a sub-second time synchronization
|
|
281
|
+
(only possible if the EXIF sub-second time stamps are available):</p>
|
|
282
|
+
|
|
283
|
+
<pre>exiftool -Geotag a.log -Geosync=+13.42 "-Geotime<SubSecDateTimeOriginal" dir
|
|
284
|
+
</pre>
|
|
285
|
+
|
|
286
|
+
<p>Geotag images with a piecewise linear time drift correction using the GPS
|
|
287
|
+
time synchronization from three already-geotagged images:</p>
|
|
288
|
+
|
|
289
|
+
<pre>exiftool -geotag a.log -geosync=1.jpg -geosync=2.jpg -geosync=3.jpg dir
|
|
290
|
+
</pre>
|
|
291
|
+
|
|
292
|
+
<a name="Options"></a>
|
|
293
|
+
<h3>Options</h3>
|
|
294
|
+
|
|
295
|
+
<p>Geotagging may be configured via the following ExifTool options. These
|
|
296
|
+
options have no command-line equivalents, but may be set using either the
|
|
297
|
+
Options() function of the API or the %Image::ExifTool::UserDefined::Options hash
|
|
298
|
+
of the config file. (See the <a href="config.html">sample config file</a>
|
|
299
|
+
for details about how to use the config file.)</p>
|
|
300
|
+
|
|
301
|
+
<blockquote>
|
|
302
|
+
<table class='norm'>
|
|
303
|
+
<tr><th>Option</th><th>Description</th><th>Values</th><th>Default</th></tr>
|
|
304
|
+
<tr><td>GeoMaxIntSecs</td>
|
|
305
|
+
<td>Maximum interpolation time in seconds for geotagging. Geotagging is
|
|
306
|
+
treated as an extrapolation if the Geotime value lies between two fixes in
|
|
307
|
+
the same track which are separated by a number of seconds greater than this.
|
|
308
|
+
Otherwise, the coordinates are calculated as a linear interpolation between
|
|
309
|
+
the nearest fixes on either side of the Geotime value. Set to 0 to disable
|
|
310
|
+
interpolation and use the coordinates of the nearest fix instead (provided
|
|
311
|
+
it is within GeoMaxExtSecs, otherwise geotagging fails).</td>
|
|
312
|
+
<td align='center'>A floating point number</td>
|
|
313
|
+
<td align='center'>1800</td></tr>
|
|
314
|
+
<tr><td>GeoMaxExtSecs</td>
|
|
315
|
+
<td>Maximum extrapolation time in seconds for geotagging. Geotagging fails
|
|
316
|
+
if the Geotime value lies outside a GPS track by a number of seconds greater
|
|
317
|
+
than this. Otherwise, the coordinates of the nearest fix are taken.</td>
|
|
318
|
+
<td align='center'>A floating point number</td>
|
|
319
|
+
<td align='center'>1800</td></tr>
|
|
320
|
+
<tr><td>GeoMaxHDOP</td>
|
|
321
|
+
<td>Maximum Horizontal (2D) Dilution Of Precision for geotagging. GPS fixes are
|
|
322
|
+
ignored if the HDOP is greater than this.</td>
|
|
323
|
+
<td align='center'>A floating point number, or undef to disable</td>
|
|
324
|
+
<td align='center'>undef</td></tr>
|
|
325
|
+
<tr><td>GeoMaxPDOP</td>
|
|
326
|
+
<td>Maximum Position (3D) Dilution Of Precision for geotagging. GPS fixes are
|
|
327
|
+
ignored if the PDOP is greater than this.</td>
|
|
328
|
+
<td align='center'>A floating point number, or undef to disable</td>
|
|
329
|
+
<td align='center'>undef</td></tr>
|
|
330
|
+
<tr><td>GeoMinSats</td>
|
|
331
|
+
<td>Minimum number of satellites for geotagging. GPS fixes are ignored if the
|
|
332
|
+
number of acquired satellites is less than this.</td>
|
|
333
|
+
<td align='center'>A positive integer, or undef to disable</td>
|
|
334
|
+
<td align='center'>undef</td></tr>
|
|
335
|
+
</table></blockquote>
|
|
336
|
+
|
|
337
|
+
<a name="Orient"></a>
|
|
338
|
+
<h3>Orientation</h3>
|
|
339
|
+
|
|
340
|
+
<p>ExifTool reads orientation information from the PTNTHPR sentence generated by
|
|
341
|
+
some Honeywell digital compasses. This is a proprietary NMEA sentence which
|
|
342
|
+
contains information about heading, pitch and roll angles. When this
|
|
343
|
+
information is available, the heading is written to GPSImgDirection (and
|
|
344
|
+
GPSImgDirectionRef is set to "T"), but no standard GPS tags exist for pitch and
|
|
345
|
+
roll. Regardless, ExifTool attempts to write GPSPitch and GPSRoll tags. For
|
|
346
|
+
this information to be stored, appropriate user-defined tags must be created.
|
|
347
|
+
Below is a simple config file which defines the necessary EXIF GPS tags.
|
|
348
|
+
Corresponding XMP-exif tags may also be created. See the
|
|
349
|
+
<a href="config.html">config file documentation</a> for more information.</p>
|
|
350
|
+
|
|
351
|
+
<pre>%Image::ExifTool::UserDefined = (
|
|
352
|
+
'Image::ExifTool::GPS::Main' => {
|
|
353
|
+
0xd000 => {
|
|
354
|
+
Name => 'GPSPitch',
|
|
355
|
+
Writable => 'rational64s',
|
|
356
|
+
},
|
|
357
|
+
0xd001 => {
|
|
358
|
+
Name => 'GPSRoll',
|
|
359
|
+
Writable => 'rational64s',
|
|
360
|
+
},
|
|
361
|
+
},
|
|
362
|
+
);
|
|
363
|
+
1; #end
|
|
364
|
+
</pre>
|
|
365
|
+
|
|
366
|
+
<a name="Troubleshooting"></a>
|
|
367
|
+
<h3>Troubleshooting</h3>
|
|
368
|
+
|
|
369
|
+
<a name="TR1"></a>
|
|
370
|
+
<p>1. <b>"No track points found in GPS file"</b></p>
|
|
371
|
+
|
|
372
|
+
<blockquote>If you see the above message, either exiftool does not yet support
|
|
373
|
+
your track log file format, or your track log does not contain the necessary
|
|
374
|
+
position/timestamp information. For instance, in KML files each Placemark must
|
|
375
|
+
contain a TimeStamp. If you believe your track log contains the necessary
|
|
376
|
+
information, please send me a sample file and I will add support for this
|
|
377
|
+
format.</blockquote>
|
|
378
|
+
|
|
379
|
+
<a name="TR2"></a>
|
|
380
|
+
<p>2. <b>"0 image files updated"</b></p>
|
|
381
|
+
|
|
382
|
+
<blockquote>If you see this message without any other warning messages, it is
|
|
383
|
+
likely that <code>Geotime</code> didn't get set properly.</blockquote>
|
|
384
|
+
|
|
385
|
+
<blockquote>Be sure that the necessary date/time tag exists in your image for
|
|
386
|
+
copying to <code>Geotime</code>. Unless otherwise specified, the required tag
|
|
387
|
+
is <code>DateTimeOriginal</code>. The following command may be used to list the
|
|
388
|
+
names and values of all available date/time tags in an image:
|
|
389
|
+
|
|
390
|
+
<pre>exiftool -s -time:all image.jpg
|
|
391
|
+
</pre>
|
|
392
|
+
|
|
393
|
+
Even if there is no metadata in the image you may be able to set
|
|
394
|
+
<code>Geotime</code> from the filesystem modification date for the image (which
|
|
395
|
+
will appear as <code>FileModifyDate</code> in the output of the above command).
|
|
396
|
+
In this case you may also want to include the <code>-P</code> option to preserve
|
|
397
|
+
the original value of <code>FileModifyDate</code>:
|
|
398
|
+
|
|
399
|
+
<pre>exiftool -geotag track.gpx "-geotime<filemodifydate" -P image.jpg
|
|
400
|
+
</pre>
|
|
401
|
+
|
|
402
|
+
Without the <code>-P</code> option, <code>FileModifyDate</code> is set to the
|
|
403
|
+
current date/time when the file is rewritten.</blockquote>
|
|
404
|
+
|
|
405
|
+
<a name="TR3"></a>
|
|
406
|
+
<p>3. <b>"Warning: Time is too far before track in File:Geotime (ValueConvInv)"</b></p>
|
|
407
|
+
|
|
408
|
+
<blockquote>If you see a warning like this, you may have a time zone problem,
|
|
409
|
+
or a time synchronization issue. Keep in mind that GPS times are in UTC, but
|
|
410
|
+
the camera times are typically in your local time zone.</blockquote>
|
|
411
|
+
|
|
412
|
+
<blockquote>To see more details about what ExifTool is doing, try adding the
|
|
413
|
+
<code>-v2</code> option to your command. You should then see messages like
|
|
414
|
+
this if the GPS track log was loaded successfully:
|
|
415
|
+
|
|
416
|
+
<pre>Loaded 372 points from GPS track log file 'my_track.log'
|
|
417
|
+
GPS track start: 2009:03:30 19:45:25 UTC
|
|
418
|
+
GPS track end: 2009:04:03 11:16:04 UTC
|
|
419
|
+
</pre>
|
|
420
|
+
|
|
421
|
+
If the number of points loaded and start/end times seem reasonable, then
|
|
422
|
+
the problem is likely in the time synchronization. Also printed will be the
|
|
423
|
+
UTC time for the image:
|
|
424
|
+
|
|
425
|
+
<pre> Geotime value: 2009:04:03 10:57:01 UTC (local timezone is -05:00)
|
|
426
|
+
</pre>
|
|
427
|
+
|
|
428
|
+
The "Geotime value" must lie within 1/2 hour of a valid GPS fix in the track log
|
|
429
|
+
for a position to be calculated. (1/2 hour is the default, but this can be
|
|
430
|
+
configured via the geotagging <a href="#Options">Options</a>.) The time
|
|
431
|
+
calibration relies on proper synchronization between the GPS time and your
|
|
432
|
+
camera's clock. If a timezone is not specified, the local system time zone (as
|
|
433
|
+
set by the shell's TZ environment variable) is printed in the above message and
|
|
434
|
+
used to convert the <code>Geotime</code> value to UTC. You should specify the
|
|
435
|
+
timezone for <code>Geotime</code> if your images were taken in a different
|
|
436
|
+
timezone (see <a href="#Examples">Examples</a> above). If the camera clock was
|
|
437
|
+
wrong, the <code>Geosync</code> tag may be used to apply a time correction, or
|
|
438
|
+
the ExifTool time shift feature may be used to adjust the image times before
|
|
439
|
+
geotagging -- see the <a href="#TP1">Time Synchronization</a> tip below for
|
|
440
|
+
examples.</blockquote>
|
|
441
|
+
|
|
442
|
+
<a name="Tips"></a>
|
|
443
|
+
<h3>Tips</h3>
|
|
444
|
+
|
|
445
|
+
<a name="TP1"></a>
|
|
446
|
+
<p>1. <b>Time Synchronization</b></p>
|
|
447
|
+
|
|
448
|
+
<blockquote>One way to accurately synchronize your images with GPS time is to
|
|
449
|
+
take a picture of the time displayed on your GPS unit while you are out
|
|
450
|
+
shooting. Then after you download your images you can use this image to
|
|
451
|
+
synchronize the image timestamps for geotagging. This is done by using an image
|
|
452
|
+
viewer to read the time from the GPS display in the image, and exiftool to
|
|
453
|
+
extract <code>DateTimeOriginal</code> from the file. For example, if the time in
|
|
454
|
+
the GPS display reads 19:32:21 UTC and <code>DateTimeOriginal</code> is
|
|
455
|
+
14:31:49, then for this image the camera clock was 32 seconds slow (assuming
|
|
456
|
+
that the timezone of the camera clock was <span class=nr>-05:00</span>). There
|
|
457
|
+
are two different ways to use this time synchronization to improve your
|
|
458
|
+
geotagging accuracy:
|
|
459
|
+
</blockquote>
|
|
460
|
+
|
|
461
|
+
<blockquote>A) Use the <code>Geosync</code> tag to specify the time difference
|
|
462
|
+
while geotagging. Using this technique the existing image timestamps will not
|
|
463
|
+
be corrected, but the <code>GPSTimeStamp</code> tag created by the geotagging
|
|
464
|
+
process will contain the correct GPS time:
|
|
465
|
+
|
|
466
|
+
<pre>exiftool -geosync=+00:00:32 -geotag my_gps.log C:\Images
|
|
467
|
+
</pre>
|
|
468
|
+
or equivalently,
|
|
469
|
+
<pre>exiftool -geosync=19:32:21Z@14:31:49-05:00 -geotag my_gps.log C:\Images
|
|
470
|
+
</pre>
|
|
471
|
+
|
|
472
|
+
<i class=lt>(Note that this technique may also be used for a more advanced time
|
|
473
|
+
drift correction. See the <a href='#geosync'>Geosync section above</a> for
|
|
474
|
+
details)</i></blockquote>
|
|
475
|
+
|
|
476
|
+
<blockquote>B) First fix the image timestamps by shifting them to synchronize
|
|
477
|
+
with GPS time, then geotag using the corrected timestamps:
|
|
478
|
+
|
|
479
|
+
<pre>exiftool -alldates+=00:00:32 C:\Images
|
|
480
|
+
exiftool -geotag my_gps.log C:\Images
|
|
481
|
+
</pre>
|
|
482
|
+
|
|
483
|
+
Both examples above assume that your track log file (<code>my_gps.log</code>)
|
|
484
|
+
is in the current directory, that the images were downloaded to the
|
|
485
|
+
<code>C:\Images</code> directory, and that the computer and camera clocks are
|
|
486
|
+
in the same timezone.</blockquote>
|
|
487
|
+
|
|
488
|
+
<hr>
|
|
489
|
+
<a name="Inverse"></a>
|
|
490
|
+
<h2>Inverse Geotagging</h2>
|
|
491
|
+
|
|
492
|
+
<p>The <code>-p</code> option may be used to output files in any number of formats.
|
|
493
|
+
This section gives examples for creating GPX and KML output files from a set of
|
|
494
|
+
geotagged images, or from a geotagged video file. (But note that the
|
|
495
|
+
<code>-ee</code> option must be added to the commands below to extract the full
|
|
496
|
+
track from a video file, and currently only M2TS videos are supported for this
|
|
497
|
+
feature.)</p>
|
|
498
|
+
|
|
499
|
+
<a name="GPX"></a>
|
|
500
|
+
<h4>Creating a GPX track log</h4>
|
|
501
|
+
|
|
502
|
+
<p>The following print format file may be used to generate a GPX track log from
|
|
503
|
+
one or more geotagged images:</p>
|
|
504
|
+
|
|
505
|
+
<pre>#------------------------------------------------------------------------------
|
|
506
|
+
# File: gpx.fmt
|
|
507
|
+
#
|
|
508
|
+
# Description: Example ExifTool print format file for generating GPX track log
|
|
509
|
+
#
|
|
510
|
+
# Usage: exiftool -p gpx.fmt -d %Y-%m-%dT%H:%M:%SZ FILE [...] > out.gpx
|
|
511
|
+
#
|
|
512
|
+
# Revisions: 2010/02/05 - P. Harvey created
|
|
513
|
+
#
|
|
514
|
+
# Notes: 1) All input files must contain GPSLatitude and GPSLongitude.
|
|
515
|
+
# 2) The -fileOrder option may be used to control the order of the
|
|
516
|
+
# generated track points.
|
|
517
|
+
#------------------------------------------------------------------------------
|
|
518
|
+
#[HEAD]<?xml version="1.0" encoding="utf-8"?>
|
|
519
|
+
#[HEAD]<gpx version="1.0"
|
|
520
|
+
#[HEAD] creator="ExifTool $ExifToolVersion"
|
|
521
|
+
#[HEAD] xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
522
|
+
#[HEAD] xmlns="http://www.topografix.com/GPX/1/0"
|
|
523
|
+
#[HEAD] xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd">
|
|
524
|
+
#[HEAD]<trk>
|
|
525
|
+
#[HEAD]<number>1</number>
|
|
526
|
+
#[HEAD]<trkseg>
|
|
527
|
+
#[BODY]<trkpt lat="$gpslatitude#" lon="$gpslongitude#">
|
|
528
|
+
#[BODY] <ele>$gpsaltitude#</ele>
|
|
529
|
+
#[BODY] <time>$gpsdatetime</time>
|
|
530
|
+
#[BODY]</trkpt>
|
|
531
|
+
#[TAIL]</trkseg>
|
|
532
|
+
#[TAIL]</trk>
|
|
533
|
+
#[TAIL]</gpx>
|
|
534
|
+
</pre>
|
|
535
|
+
|
|
536
|
+
<p>This example assumes that the <code>GPSLatitude</code>,
|
|
537
|
+
<code>GPSLongitude</code>, <code>GPSAltitude</code> and <code>GPSDateTime</code>
|
|
538
|
+
tags are all available in each processed <i>FILE</i>. Warnings will be
|
|
539
|
+
generated for missing tags. The output GPX format will invalid if any
|
|
540
|
+
<code>GPSLatitude</code> or <code>GPSLongitude</code> tags are missing, but will
|
|
541
|
+
be OK for missing <code>GPSAltitude</code> or <code>GPSDateTime</code> tags.</p>
|
|
542
|
+
|
|
543
|
+
<p>Note that the order of track points in the output GPX file will be the same
|
|
544
|
+
as the order of processing the input files, which may not be chronological
|
|
545
|
+
depending on how the files are named. The <code>-fileOrder</code> option may be
|
|
546
|
+
used to force processing of files in a particular order. For example, the
|
|
547
|
+
following command processes files in order of increasing <code>GPSDateTime</code>:
|
|
548
|
+
</p>
|
|
549
|
+
|
|
550
|
+
<pre>exiftool -fileOrder gpsdatetime -p gpx.fmt -d %Y-%m-%dT%H:%M:%SZ /Users/Phil/Pictures > out.gpx
|
|
551
|
+
</pre>
|
|
552
|
+
|
|
553
|
+
<p>Since no directory was specified for <code>gpx.fmt</code>, this file must
|
|
554
|
+
exist in the current directory when the above command is executed. (If the
|
|
555
|
+
<code>gpx.fmt</code> file can't be found then the <code>-p</code> argument is
|
|
556
|
+
interpreted as a string instead of a file name, and the text
|
|
557
|
+
"<code>gpx.fmt</code>" is sent to the output, which isn't what we want.)</p>
|
|
558
|
+
|
|
559
|
+
<p>The <code>-if</code> option may be added to ensure that only files containing
|
|
560
|
+
GPS information are processed. For example, the following command creates
|
|
561
|
+
"<code>out.gpx</code>" in the current directory from all pictures containing
|
|
562
|
+
<code>GPSDateTime</code> information in directory "<code>pics</code>" and its
|
|
563
|
+
sub-directories:</p>
|
|
564
|
+
|
|
565
|
+
<pre>exiftool -r -if '$gpsdatetime' -fileOrder gpsdatetime -p gpx.fmt -d %Y-%m-%dT%H:%M:%SZ pics > out.gpx
|
|
566
|
+
</pre>
|
|
567
|
+
|
|
568
|
+
<p>Note: In Windows, double quotes (<code>"</code>) must be used instead of
|
|
569
|
+
single quotes (<code>'</code>) around the <code>-if</code> argument above.</p>
|
|
570
|
+
|
|
571
|
+
<p>The full exiftool distribution contains this sample format file ("gpx.fmt")
|
|
572
|
+
as well as a sample which creates GPX waypoints with pictures ("gpx_wpt.fmt").</p>
|
|
573
|
+
|
|
574
|
+
<a name="KML"></a>
|
|
575
|
+
<h4>Creating a Google Earth KML file</h4>
|
|
576
|
+
|
|
577
|
+
<p>Below is an example of a print format file which generates a Google Earth KML
|
|
578
|
+
file from a collection of geotagged images:</p>
|
|
579
|
+
|
|
580
|
+
<pre>#------------------------------------------------------------------------------
|
|
581
|
+
# File: kml.fmt
|
|
582
|
+
#
|
|
583
|
+
# Description: Example ExifTool print format file for generating a
|
|
584
|
+
# Google Earth KML file from a collection of geotagged images
|
|
585
|
+
#
|
|
586
|
+
# Usage: exiftool -p kml.fmt FILE [...] > out.kml
|
|
587
|
+
#
|
|
588
|
+
# Revisions: 2010/02/05 - P. Harvey created
|
|
589
|
+
# 2013/02/05 - PH Fixed camera icon to work with new Google Earth
|
|
590
|
+
#
|
|
591
|
+
# Notes: 1) All input files must contain GPSLatitude and GPSLongitude.
|
|
592
|
+
# 2) For Google Earth to be able to find the images, the input
|
|
593
|
+
# images must be specified using relative paths, and "out.kml"
|
|
594
|
+
# must stay in the same directory as where the command was run.
|
|
595
|
+
# 3) Google Earth is picky about the case of the image file extension,
|
|
596
|
+
# and may not be able to display the image if an upper-case
|
|
597
|
+
# extension is used.
|
|
598
|
+
# 4) The -fileOrder option may be used to control the order of the
|
|
599
|
+
# generated placemarks.
|
|
600
|
+
#------------------------------------------------------------------------------
|
|
601
|
+
#[HEAD]<?xml version="1.0" encoding="UTF-8"?>
|
|
602
|
+
#[HEAD]<kml xmlns="http://earth.google.com/kml/2.0">
|
|
603
|
+
#[HEAD] <Document>
|
|
604
|
+
#[HEAD] <name>My Photos</name>
|
|
605
|
+
#[HEAD] <open>1</open>
|
|
606
|
+
#[HEAD] <Style id="Photo">
|
|
607
|
+
#[HEAD] <IconStyle>
|
|
608
|
+
#[HEAD] <Icon>
|
|
609
|
+
#[HEAD] <href>http://maps.google.com/mapfiles/kml/pal4/icon38.png</href>
|
|
610
|
+
#[HEAD] <scale>1.0</scale>
|
|
611
|
+
#[HEAD] </Icon>
|
|
612
|
+
#[HEAD] </IconStyle>
|
|
613
|
+
#[HEAD] </Style>
|
|
614
|
+
#[HEAD] <Folder>
|
|
615
|
+
#[HEAD] <name>Waypoints</name>
|
|
616
|
+
#[HEAD] <open>0</open>
|
|
617
|
+
#[BODY] <Placemark>
|
|
618
|
+
#[BODY] <description><![CDATA[<br/><table><tr><td>
|
|
619
|
+
#[BODY] <img src='$directory/$filename'
|
|
620
|
+
#[BODY] width='$imagewidth' height='$imageheight'>
|
|
621
|
+
#[BODY] </td></tr></table>]]></description>
|
|
622
|
+
#[BODY] <Snippet/>
|
|
623
|
+
#[BODY] <name>$filename</name>
|
|
624
|
+
#[BODY] <styleUrl>#Photo</styleUrl>
|
|
625
|
+
#[BODY] <Point>
|
|
626
|
+
#[BODY] <altitudeMode>clampedToGround</altitudeMode>
|
|
627
|
+
#[BODY] <coordinates>$gpslongitude#,$gpslatitude#,0</coordinates>
|
|
628
|
+
#[BODY] </Point>
|
|
629
|
+
#[BODY] </Placemark>
|
|
630
|
+
#[TAIL] </Folder>
|
|
631
|
+
#[TAIL] </Document>
|
|
632
|
+
#[TAIL]</kml>
|
|
633
|
+
</pre>
|
|
634
|
+
|
|
635
|
+
<p>This example print format file is included in the full ExifTool distribution.</p>
|
|
636
|
+
|
|
637
|
+
<hr>
|
|
638
|
+
<i>Created Apr. 2, 2009</i><br>
|
|
639
|
+
<i>Last revised Feb. 7, 2013</i>
|
|
640
|
+
<p class='lf'><a href="index.html"><-- Back to ExifTool home page</a></p>
|
|
641
|
+
</body>
|
|
642
|
+
</html>
|