exiftool_vendored 9.78.0 → 9.99.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of exiftool_vendored might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/bin/Image-ExifTool-9.99/Changes +7164 -0
- data/bin/Image-ExifTool-9.99/MANIFEST +937 -0
- data/bin/Image-ExifTool-9.99/META.yml +27 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/Makefile.PL +0 -0
- data/bin/Image-ExifTool-9.99/README +233 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/exif2iptc.args +0 -0
- data/bin/Image-ExifTool-9.99/arg_files/exif2xmp.args +45 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/gps2xmp.args +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/iptc2exif.args +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/iptc2xmp.args +0 -0
- data/bin/Image-ExifTool-9.99/arg_files/iptcCore.args +224 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/pdf2xmp.args +0 -0
- data/bin/Image-ExifTool-9.99/arg_files/xmp2exif.args +46 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/xmp2gps.args +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/xmp2iptc.args +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/xmp2pdf.args +0 -0
- data/bin/Image-ExifTool-9.99/config_files/convert_regions.config +81 -0
- data/bin/Image-ExifTool-9.99/config_files/example.config +343 -0
- data/bin/Image-ExifTool-9.99/config_files/photoshop_paths.config +54 -0
- data/bin/Image-ExifTool-9.99/config_files/picasa_faces.config +369 -0
- data/bin/Image-ExifTool-9.99/exiftool +6245 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/fmt_files/gpx.fmt +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/fmt_files/gpx_wpt.fmt +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/fmt_files/kml.fmt +0 -0
- data/bin/Image-ExifTool-9.99/html/ExifTool.html +2067 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/MIE1.1-20070121.pdf +0 -0
- data/bin/Image-ExifTool-9.99/html/Shift.html +173 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/AFCP.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/AIFF.html +146 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/APE.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/APP12.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/ASF.html +1066 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Apple.html +74 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Audible.html +177 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/BMP.html +110 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Canon.html +9318 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/CanonCustom.html +2081 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/CanonRaw.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/CanonVRD.html +1958 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Casio.html +1606 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Composite.html +704 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/DICOM.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/DNG.html +289 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/DPX.html +224 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/DV.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/DarwinCore.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/DjVu.html +313 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/EXE.html +697 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/EXIF.html +3381 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Extra.html +437 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/FLAC.html +183 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/FLIR.html +1340 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Flash.html +419 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/FlashPix.html +1465 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Font.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/FotoStation.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/FujiFilm.html +813 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/GE.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/GIF.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/GIMP.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/GPS.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/GeoTiff.html +2298 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/H264.html +393 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/HP.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/HTML.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/ICC_Profile.html +711 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/ID3.html +1593 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/IPTC.html +903 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/ITC.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/JFIF.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/JPEG.html +602 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/JVC.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Jpeg2000.html +464 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Kodak.html +1891 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/KyoceraRaw.html +92 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/LNK.html +478 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Leaf.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Lytro.html +122 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/M2TS.html +133 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MIE.html +1026 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/MIFF.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MNG.html +847 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MOI.html +60 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MPC.html +97 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MPEG.html +249 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MPF.html +199 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MWG.html +577 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MXF.html +6673 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Matroska.html +1069 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Microsoft.html +2073 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Minolta.html +2612 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MinoltaRaw.html +326 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Nikon.html +4814 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/NikonCapture.html +799 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/NikonCustom.html +5633 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Nintendo.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/OOXML.html +280 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Ogg.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Olympus.html +3531 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/OpenEXR.html +222 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PDF.html +745 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PGF.html +80 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PICT.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PLIST.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PNG.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PSP.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Palm.html +388 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Panasonic.html +1690 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PanasonicRaw.html +451 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Pentax.html +4655 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PhaseOne.html +253 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PhotoCD.html +402 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PhotoMechanic.html +196 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Photoshop.html +570 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PostScript.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PrintIM.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Qualcomm.html +4778 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/QuickTime.html +6036 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/RIFF.html +1314 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/RSRC.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/RTF.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Radiance.html +87 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Rawzor.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Real.html +780 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Reconyx.html +132 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Ricoh.html +800 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Samsung.html +604 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Sanyo.html +366 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Scalado.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Shortcuts.html +276 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Sigma.html +469 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/SigmaRaw.html +438 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Sony.html +8640 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/SonyIDC.html +267 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Stim.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Theora.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Torrent.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Unknown.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/VCard.html +433 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Vorbis.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/XMP.html +9175 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/ZIP.html +205 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/iWork.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/index.html +211 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/style.css +0 -0
- data/bin/Image-ExifTool-9.99/html/ancient_history.html +7608 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/canon_raw.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/commentary.html +0 -0
- data/bin/Image-ExifTool-9.99/html/config.html +355 -0
- data/bin/Image-ExifTool-9.99/html/data_members.html +279 -0
- data/bin/Image-ExifTool-9.99/html/exiftool_pod.html +2503 -0
- data/bin/Image-ExifTool-9.99/html/faq.html +1530 -0
- data/bin/Image-ExifTool-9.99/html/filename.html +352 -0
- data/bin/Image-ExifTool-9.99/html/geotag.html +654 -0
- data/bin/Image-ExifTool-9.99/html/history.html +488 -0
- data/bin/Image-ExifTool-9.99/html/htmldump.html +738 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/idiosyncracies.html +0 -0
- data/bin/Image-ExifTool-9.99/html/index.html +1330 -0
- data/bin/Image-ExifTool-9.99/html/install.html +251 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/metafiles.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/overview.png +0 -0
- data/bin/Image-ExifTool-9.99/html/standards.html +286 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/struct.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/style.css +0 -0
- data/bin/Image-ExifTool-9.99/html/under.html +128 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/verbose.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/writing.html +0 -0
- data/bin/Image-ExifTool-9.99/lib/File/RandomAccess.pm +378 -0
- data/bin/Image-ExifTool-9.99/lib/File/RandomAccess.pod +231 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool.pm +7498 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool.pod +2494 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/AES.pm +501 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/AFCP.pm +286 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/AIFF.pm +289 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/APE.pm +264 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/APP12.pm +322 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ASF.pm +885 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Apple.pm +126 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Audible.pm +317 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/BMP.pm +179 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/BZZ.pm +472 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/BigTIFF.pm +282 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/BuildTagLookup.pm +2508 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Canon.pm +8457 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/CanonCustom.pm +2582 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/CanonRaw.pm +910 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/CanonVRD.pm +2228 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/CaptureOne.pm +235 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Casio.pm +2058 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Charset.pm +396 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Arabic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Baltic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Cyrillic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Greek.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Hebrew.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/JIS.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Latin.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Latin2.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacArabic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacChineseCN.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacChineseTW.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacCroatian.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacCyrillic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacGreek.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacHebrew.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacIceland.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacJapanese.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacKorean.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacLatin2.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacRSymbol.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacRoman.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacRomanian.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacThai.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacTurkish.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/PDFDoc.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/ShiftJIS.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Symbol.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Thai.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Turkish.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Vietnam.pm +0 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DICOM.pm +3874 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DNG.pm +835 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DPX.pm +181 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DV.pm +319 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DarwinCore.pm +322 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DjVu.pm +376 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/EXE.pm +1250 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Exif.pm +4672 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FLAC.pm +297 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FLIR.pm +1533 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Fixup.pm +354 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Flash.pm +755 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FlashPix.pm +1935 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Font.pm +647 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FotoStation.pm +261 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FujiFilm.pm +1195 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GE.pm +81 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GIF.pm +542 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GIMP.pm +258 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GPS.pm +558 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GeoTiff.pm +2263 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Geotag.pm +1219 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/H264.pm +1112 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/HP.pm +263 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/HTML.pm +576 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/HtmlDump.pm +895 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ICC_Profile.pm +1000 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ID3.pm +1569 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/IPTC.pm +1264 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ITC.pm +215 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Import.pm +329 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/InDesign.pm +277 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/JPEG.pm +605 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/JPEGDigest.pm +2511 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/JVC.pm +130 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Jpeg2000.pm +873 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Kodak.pm +2096 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/KyoceraRaw.pm +173 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/LNK.pm +723 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/cs.pm +1588 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/de.pm +8692 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/en_ca.pm +848 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/en_gb.pm +863 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/es.pm +4019 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/fi.pm +2854 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/fr.pm +4758 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/it.pm +7918 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/ja.pm +5835 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/ko.pm +2330 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/nl.pm +3222 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/pl.pm +1276 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/ru.pm +768 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/sv.pm +638 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/tr.pm +544 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/zh_cn.pm +1330 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/zh_tw.pm +801 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Leaf.pm +516 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lytro.pm +217 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/M2TS.pm +725 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MIE.pm +2564 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MIEUnits.pod +377 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MIFF.pm +279 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MNG.pm +684 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MOI.pm +158 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MPC.pm +156 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MPEG.pm +736 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MPF.pm +292 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MWG.pm +753 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MXF.pm +3032 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MakerNotes.pm +1713 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Matroska.pm +892 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Microsoft.pm +893 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Minolta.pm +2950 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MinoltaRaw.pm +534 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Nikon.pm +6728 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/NikonCapture.pm +940 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/NikonCustom.pm +6331 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Nintendo.pm +128 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/OOXML.pm +409 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Ogg.pm +237 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Olympus.pm +3796 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/OpenEXR.pm +324 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PDF.pm +2328 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PGF.pm +143 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PICT.pm +1260 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PLIST.pm +453 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PNG.pm +1190 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PPM.pm +169 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PSP.pm +306 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Palm.pm +403 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Panasonic.pm +2366 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PanasonicRaw.pm +639 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Pentax.pm +5941 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PhaseOne.pm +551 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PhotoCD.pm +507 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PhotoMechanic.pm +256 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Photoshop.pm +650 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PostScript.pm +696 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PrintIM.pm +125 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Qualcomm.pm +1344 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/QuickTime.pm +6572 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/README +981 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/RIFF.pm +1478 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/RSRC.pm +241 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/RTF.pm +383 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Radiance.pm +144 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Rawzor.pm +189 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Real.pm +739 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Reconyx.pm +190 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Ricoh.pm +1121 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Samsung.pm +1168 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Sanyo.pm +440 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Scalado.pm +141 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Shift.pl +596 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Shortcuts.pm +335 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Sigma.pm +684 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/SigmaRaw.pm +668 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Sony.pm +9086 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/SonyIDC.pm +331 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Stim.pm +196 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/TagInfoXML.pm +826 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/TagLookup.pm +8931 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/TagNames.pod +29124 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Theora.pm +145 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Torrent.pm +317 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Unknown.pm +66 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/VCard.pm +405 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Vorbis.pm +238 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteCanonRaw.pl +637 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteExif.pl +3743 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteIPTC.pl +702 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WritePDF.pl +768 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WritePNG.pl +390 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WritePhotoshop.pl +266 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WritePostScript.pl +772 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteQuickTime.pl +358 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteXMP.pl +1367 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Writer.pl +6164 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/XMP.pm +4034 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/XMP2.pl +1579 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/XMPStruct.pl +826 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ZIP.pm +667 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/iWork.pm +223 -0
- data/bin/Image-ExifTool-9.99/perl-Image-ExifTool.spec +112 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/AFCP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/AFCP_2.out +39 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/AFCP_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/AIFF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/AIFF_2.out +33 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/APE.t +0 -0
- data/bin/Image-ExifTool-9.99/t/APE_2.out +29 -0
- data/bin/Image-ExifTool-9.99/t/APE_3.out +58 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ASF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/ASF_2.out +56 -0
- data/bin/Image-ExifTool-9.99/t/Audible.t +28 -0
- data/bin/Image-ExifTool-9.99/t/Audible_2.out +40 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/BMP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/BMP_2.out +23 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/BigTIFF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/BigTIFF_2.out +21 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Canon.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonRaw.t +0 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_2.out +169 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_4.out +220 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_5.out +209 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_6.out +233 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_7.out +250 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD.t +220 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_11.out +121 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_12.out +13 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_13.out +102 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_14.out +101 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_15.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_16.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_17.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_18.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_19.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_2.out +119 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_20.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_21.out +1 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_3.out +119 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_4.out +0 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_5.out +2 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_9.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Canon_2.out +356 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Canon_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Casio.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Casio_2.out +72 -0
- data/bin/Image-ExifTool-9.99/t/Casio_3.out +102 -0
- data/bin/Image-ExifTool-9.99/t/Casio_4.out +28 -0
- data/bin/Image-ExifTool-9.99/t/Casio_5.out +80 -0
- data/bin/Image-ExifTool-9.99/t/Casio_6.out +117 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DICOM.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DICOM_2.out +109 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DNG.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DNG_2.out +328 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DNG_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DPX.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DPX_2.out +39 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DV.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DV_2.out +26 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DjVu.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DjVu_2.out +46 -0
- data/bin/Image-ExifTool-9.99/t/EXE.t +31 -0
- data/bin/Image-ExifTool-9.99/t/EXE_2.out +41 -0
- data/bin/Image-ExifTool-9.99/t/EXE_3.out +16 -0
- data/bin/Image-ExifTool-9.99/t/EXE_4.out +15 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool.t +0 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_16.out +184 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_17.out +598 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_2.out +418 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_20.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_21.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_22.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_23.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_24.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_25.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_26.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_27.out +0 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_28.out +11 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_3.out +89 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_5.out +0 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_6.out +71 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FLAC.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FLAC_2.out +26 -0
- data/bin/Image-ExifTool-9.99/t/FLAC_3.out +20 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FLIR.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FLIR_2.out +112 -0
- data/bin/Image-ExifTool-9.99/t/FLIR_3.out +49 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Flash.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FlashPix.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FlashPix_2.out +49 -0
- data/bin/Image-ExifTool-9.99/t/Flash_2.out +22 -0
- data/bin/Image-ExifTool-9.99/t/Flash_3.out +55 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Font.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Font_2.out +24 -0
- data/bin/Image-ExifTool-9.99/t/Font_3.out +36 -0
- data/bin/Image-ExifTool-9.99/t/Font_4.out +27 -0
- data/bin/Image-ExifTool-9.99/t/Font_5.out +27 -0
- data/bin/Image-ExifTool-9.99/t/Font_6.out +37 -0
- data/bin/Image-ExifTool-9.99/t/Font_7.out +37 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FotoStation.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FotoStation_2.out +41 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FotoStation_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FujiFilm.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FujiFilm_2.out +89 -0
- data/bin/Image-ExifTool-9.99/t/FujiFilm_3.out +90 -0
- data/bin/Image-ExifTool-9.99/t/FujiFilm_4.out +141 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FujiFilm_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GE.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GE_2.out +86 -0
- data/bin/Image-ExifTool-9.99/t/GE_3.out +86 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GIF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GIF_2.out +42 -0
- data/bin/Image-ExifTool-9.99/t/GIF_3.out +43 -0
- data/bin/Image-ExifTool-9.99/t/GIF_4.out +18 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GIMP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GIMP_2.out +65 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GPS.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GPS_2.out +96 -0
- data/bin/Image-ExifTool-9.99/t/GPS_3.out +98 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GeoTiff.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GeoTiff_2.out +38 -0
- data/bin/Image-ExifTool-9.99/t/GeoTiff_3.out +38 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GeoTiff_4.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Geotag.t +172 -0
- data/bin/Image-ExifTool-9.99/t/Geotag_10.out +15 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_2.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/HTML.t +0 -0
- data/bin/Image-ExifTool-9.99/t/HTML_2.out +69 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC.t +0 -0
- data/bin/Image-ExifTool-9.99/t/IPTC_2.out +60 -0
- data/bin/Image-ExifTool-9.99/t/IPTC_4.out +58 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ITC.t +0 -0
- data/bin/Image-ExifTool-9.99/t/ITC_2.out +21 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/InDesign.t +0 -0
- data/bin/Image-ExifTool-9.99/t/InDesign_2.out +20 -0
- data/bin/Image-ExifTool-9.99/t/InDesign_3.out +22 -0
- data/bin/Image-ExifTool-9.99/t/InDesign_4.out +12 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/JVC.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/JVC_2.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/JVC_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Jpeg2000.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Jpeg2000_2.out +65 -0
- data/bin/Image-ExifTool-9.99/t/Jpeg2000_3.out +53 -0
- data/bin/Image-ExifTool-9.99/t/Jpeg2000_4.out +17 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Kodak.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Kodak_2.out +111 -0
- data/bin/Image-ExifTool-9.99/t/Kodak_3.out +121 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/KyoceraRaw.t +0 -0
- data/bin/Image-ExifTool-9.99/t/KyoceraRaw_2.out +28 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/LNK.t +0 -0
- data/bin/Image-ExifTool-9.99/t/LNK_2.out +46 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_1.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_10.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_11.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_12.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_13.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_14.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_15.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_16.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_17.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_18.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_2.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lytro.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Lytro_2.out +109 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/M2TS.t +0 -0
- data/bin/Image-ExifTool-9.99/t/M2TS_2.out +29 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MIE.t +0 -0
- data/bin/Image-ExifTool-9.99/t/MIE_2.out +69 -0
- data/bin/Image-ExifTool-9.99/t/MIE_3.out +136 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MIE_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MIE_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MIFF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/MIFF_2.out +110 -0
- data/bin/Image-ExifTool-9.99/t/MOI.t +27 -0
- data/bin/Image-ExifTool-9.99/t/MOI_2.out +11 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MP3.t +0 -0
- data/bin/Image-ExifTool-9.99/t/MP3_2.out +46 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_2.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MXF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/MXF_2.out +79 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Matroska.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Matroska_2.out +66 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Minolta.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Minolta_2.out +135 -0
- data/bin/Image-ExifTool-9.99/t/Minolta_3.out +148 -0
- data/bin/Image-ExifTool-9.99/t/Minolta_4.out +150 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Nikon.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_2.out +84 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_3.out +100 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_4.out +176 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_5.out +169 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_7.out +261 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Nikon_8.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Olympus.t +94 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_2.out +81 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_3.out +83 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_4.out +194 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_5.out +266 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_6.out +153 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_7.out +483 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_8.out +15 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/OpenEXR.t +0 -0
- data/bin/Image-ExifTool-9.99/t/OpenEXR_2.out +25 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_10.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_11.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_12.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_14.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_15.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_16.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_17.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_18.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_19.out +0 -0
- data/bin/Image-ExifTool-9.99/t/PDF_2.out +118 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_20.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_22.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PGF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PGF_2.out +34 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PICT.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PICT_2.out +17 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PLIST.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PLIST_2.out +21 -0
- data/bin/Image-ExifTool-9.99/t/PLIST_3.out +21 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PNG.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PNG_2.out +24 -0
- data/bin/Image-ExifTool-9.99/t/PNG_3.out +123 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PNG_4.out +0 -0
- data/bin/Image-ExifTool-9.99/t/PNG_5.out +18 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PPM.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PPM_2.out +17 -0
- data/bin/Image-ExifTool-9.99/t/PPM_3.out +11 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PSP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PSP_2.out +34 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Palm.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Palm_2.out +32 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Panasonic.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Panasonic_2.out +101 -0
- data/bin/Image-ExifTool-9.99/t/Panasonic_3.out +121 -0
- data/bin/Image-ExifTool-9.99/t/Panasonic_4.out +206 -0
- data/bin/Image-ExifTool-9.99/t/Panasonic_5.out +244 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Pentax.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Pentax_2.out +225 -0
- data/bin/Image-ExifTool-9.99/t/Pentax_3.out +266 -0
- data/bin/Image-ExifTool-9.99/t/Pentax_4.out +131 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PhotoCD.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PhotoCD_2.out +37 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PhotoMechanic.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PhotoMechanic_2.out +83 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PhotoMechanic_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Photoshop.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Photoshop_2.out +98 -0
- data/bin/Image-ExifTool-9.99/t/Photoshop_3.out +110 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PostScript.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PostScript_2.out +66 -0
- data/bin/Image-ExifTool-9.99/t/PostScript_3.out +134 -0
- data/bin/Image-ExifTool-9.99/t/QuickTime.t +54 -0
- data/bin/Image-ExifTool-9.99/t/QuickTime_2.out +133 -0
- data/bin/Image-ExifTool-9.99/t/QuickTime_3.out +73 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/QuickTime_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/QuickTime_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/RIFF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/RIFF_2.out +25 -0
- data/bin/Image-ExifTool-9.99/t/RIFF_3.out +54 -0
- data/bin/Image-ExifTool-9.99/t/RIFF_4.out +18 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/RTF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/RTF_2.out +21 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Radiance.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Radiance_2.out +24 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Real.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Real_2.out +69 -0
- data/bin/Image-ExifTool-9.99/t/Real_3.out +19 -0
- data/bin/Image-ExifTool-9.99/t/Real_4.out +12 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Ricoh.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Ricoh_2.out +72 -0
- data/bin/Image-ExifTool-9.99/t/Ricoh_3.out +100 -0
- data/bin/Image-ExifTool-9.99/t/Ricoh_4.out +114 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Sanyo.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Sanyo_2.out +103 -0
- data/bin/Image-ExifTool-9.99/t/Sanyo_3.out +113 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Sigma.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Sigma_2.out +93 -0
- data/bin/Image-ExifTool-9.99/t/Sigma_3.out +96 -0
- data/bin/Image-ExifTool-9.99/t/Sigma_4.out +65 -0
- data/bin/Image-ExifTool-9.99/t/Sigma_5.out +194 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Sony.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Sony_2.out +86 -0
- data/bin/Image-ExifTool-9.99/t/Sony_3.out +87 -0
- data/bin/Image-ExifTool-9.99/t/Sony_5.out +34 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/TestLib.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Torrent.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Torrent_2.out +32 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Unknown.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Unknown_2.out +92 -0
- data/bin/Image-ExifTool-9.99/t/Unknown_3.out +92 -0
- data/bin/Image-ExifTool-9.99/t/VCard.t +31 -0
- data/bin/Image-ExifTool-9.99/t/VCard_2.out +54 -0
- data/bin/Image-ExifTool-9.99/t/VCard_3.out +88 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Vorbis.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Vorbis_2.out +29 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_10.out +246 -0
- data/bin/Image-ExifTool-9.99/t/Writer_11.out +39 -0
- data/bin/Image-ExifTool-9.99/t/Writer_13.out +165 -0
- data/bin/Image-ExifTool-9.99/t/Writer_14.out +69 -0
- data/bin/Image-ExifTool-9.99/t/Writer_15.out +175 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_16.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_17.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_18.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_19.out +36 -0
- data/bin/Image-ExifTool-9.99/t/Writer_2.out +172 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_22.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_24.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_25.out +40 -0
- data/bin/Image-ExifTool-9.99/t/Writer_26.out +34 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_27.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_28.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_29.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_30.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_31.out +99 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_32.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_33.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_34.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_35.out +188 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_36.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_37.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_38.out +63 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_39.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_4.out +87 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_40.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_41.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_42.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_43.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_44.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_45.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_46.out +105 -0
- data/bin/Image-ExifTool-9.99/t/Writer_47.out +57 -0
- data/bin/Image-ExifTool-9.99/t/Writer_48.out +31 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_50.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_51.out +405 -0
- data/bin/Image-ExifTool-9.99/t/Writer_52.out +23 -0
- data/bin/Image-ExifTool-9.99/t/Writer_53.out +35 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_54.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_55.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_56.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_6.out +186 -0
- data/bin/Image-ExifTool-9.99/t/Writer_7.out +151 -0
- data/bin/Image-ExifTool-9.99/t/Writer_9.out +242 -0
- data/bin/Image-ExifTool-9.99/t/XMP.t +557 -0
- data/bin/Image-ExifTool-9.99/t/XMP_10.out +37 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_11.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_12.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_13.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_14.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_15.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_16.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_17.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_18.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_19.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_2.out +140 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_20.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_21.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_22.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_23.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_24.out +32 -0
- data/bin/Image-ExifTool-9.99/t/XMP_25.out +28 -0
- data/bin/Image-ExifTool-9.99/t/XMP_26.out +51 -0
- data/bin/Image-ExifTool-9.99/t/XMP_27.out +95 -0
- data/bin/Image-ExifTool-9.99/t/XMP_28.out +46 -0
- data/bin/Image-ExifTool-9.99/t/XMP_29.out +26 -0
- data/bin/Image-ExifTool-9.99/t/XMP_3.out +138 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_30.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_31.out +20 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_32.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_34.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_36.out +19 -0
- data/bin/Image-ExifTool-9.99/t/XMP_37.out +36 -0
- data/bin/Image-ExifTool-9.99/t/XMP_39.out +45 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_40.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_41.out +181 -0
- data/bin/Image-ExifTool-9.99/t/XMP_42.out +8 -0
- data/bin/Image-ExifTool-9.99/t/XMP_43.out +6 -0
- data/bin/Image-ExifTool-9.99/t/XMP_44.out +35 -0
- data/bin/Image-ExifTool-9.99/t/XMP_5.out +30 -0
- data/bin/Image-ExifTool-9.99/t/XMP_6.out +89 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_7.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_8.out +19 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ZIP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_2.out +19 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_3.out +18 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_4.out +214 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_5.out +136 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_6.out +50 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_7.out +29 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/AFCP.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/AIFF.aif +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/APE.ape +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/APE.mpc +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ASF.wmv +0 -0
- data/bin/Image-ExifTool-9.99/t/images/Audible.aa +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/BMP.bmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/BigTIFF.btf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Canon.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Canon1DmkIII.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CanonRaw.cr2 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CanonRaw.crw +0 -0
- data/bin/Image-ExifTool-9.99/t/images/CanonVRD.dr4 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CanonVRD.vrd +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CaptureOne.eip +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Casio.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Casio2.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CasioQVCI.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DICOM.dcm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DNG.dng +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DPX.dpx +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DV.dv +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DjVu.djvu +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/EXE.elf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/EXE.exe +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/EXE.macho +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ExifTool.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ExifTool.tif +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ExtendedXMP.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FLAC.flac +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FLAC.ogg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FLIR.fpf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FLIR.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Flash.flv +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Flash.swf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FlashPix.ppt +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.afm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.dfont +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.pfa +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.pfb +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.pfm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.ttf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FotoStation.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FujiFilm.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FujiFilm.raf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GE.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GIF.gif +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GIMP.xcf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GPS.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GeoTiff.tif +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.gpx +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.igc +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.kml +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.log +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.xml +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag2.log +0 -0
- data/bin/Image-ExifTool-9.99/t/images/Geotag3.log +7 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/HTML.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/IPTC.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ITC.itc +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/InDesign.indd +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/JVC.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/JVC2.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Jpeg2000.j2c +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Jpeg2000.jp2 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Kodak.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/KyoceraRaw.raw +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/LNK.lnk +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Lytro.lfp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/M2TS.mts +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MIE.mie +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MIFF.miff +0 -0
- data/bin/Image-ExifTool-9.99/t/images/MOI.moi +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MP3.mp3 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MWG.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MXF.mxf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Matroska.mkv +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Minolta.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Minolta.mrw +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Nikon.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Nikon.nef +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/NikonD2Hs.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/NikonD70.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/OOXML.docx +0 -0
- data/bin/Image-ExifTool-9.99/t/images/Olympus.dss +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Olympus.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Olympus2.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/OlympusE1.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/OpenDoc.ods +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/OpenEXR.exr +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PDF.pdf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PDF2.pdf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PGF.pgf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PICT.pict +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PLIST-bin.plist +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PLIST-xml.plist +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PNG.png +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PPM.ppm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PSP.psp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Palm.mobi +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Panasonic.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Panasonic.rw2 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Pentax.avi +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Pentax.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PhotoCD.pcd +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PhotoMechanic.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Photoshop.psd +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PostScript.eps +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/QuickTime.m4a +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/QuickTime.mov +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/RIFF.avi +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/RIFF.wav +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/RIFF.webp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/RTF.rtf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Radiance.hdr +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Real.ra +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Real.ram +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Real.rm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Ricoh.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Ricoh2.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sanyo.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sigma.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sigma.x3f +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/SigmaDP2.x3f +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sony.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sony.pmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Torrent.torrent +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Unknown.jpg +0 -0
- data/bin/Image-ExifTool-9.99/t/images/VCard.ics +94 -0
- data/bin/Image-ExifTool-9.99/t/images/VCard.vcf +45 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Vorbis.ogg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Writer.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.inx +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.svg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.xml +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.xmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP2.xmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP3.xmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP4.xmp +0 -0
- data/bin/Image-ExifTool-9.99/t/images/XMP5.xmp +157 -0
- data/bin/Image-ExifTool-9.99/t/images/XMP6.xmp +48 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ZIP.gz +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ZIP.zip +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/iWork.numbers +0 -0
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +941 -904
- data/bin/Image-ExifTool-9.78/Changes +0 -6884
- data/bin/Image-ExifTool-9.78/MANIFEST +0 -900
- data/bin/Image-ExifTool-9.78/META.yml +0 -27
- data/bin/Image-ExifTool-9.78/README +0 -227
- data/bin/Image-ExifTool-9.78/arg_files/exif2xmp.args +0 -42
- data/bin/Image-ExifTool-9.78/arg_files/iptcCore.args +0 -172
- data/bin/Image-ExifTool-9.78/arg_files/xmp2exif.args +0 -43
- data/bin/Image-ExifTool-9.78/config_files/ExifTool_config +0 -341
- data/bin/Image-ExifTool-9.78/config_files/convert_regions.config +0 -81
- data/bin/Image-ExifTool-9.78/exiftool +0 -5969
- data/bin/Image-ExifTool-9.78/html/ExifTool.html +0 -2018
- data/bin/Image-ExifTool-9.78/html/Shift.html +0 -173
- data/bin/Image-ExifTool-9.78/html/TagNames/AIFF.html +0 -146
- data/bin/Image-ExifTool-9.78/html/TagNames/ASF.html +0 -1066
- data/bin/Image-ExifTool-9.78/html/TagNames/Apple.html +0 -69
- data/bin/Image-ExifTool-9.78/html/TagNames/BMP.html +0 -110
- data/bin/Image-ExifTool-9.78/html/TagNames/Canon.html +0 -8414
- data/bin/Image-ExifTool-9.78/html/TagNames/CanonCustom.html +0 -2081
- data/bin/Image-ExifTool-9.78/html/TagNames/CanonVRD.html +0 -1222
- data/bin/Image-ExifTool-9.78/html/TagNames/Casio.html +0 -1606
- data/bin/Image-ExifTool-9.78/html/TagNames/Composite.html +0 -696
- data/bin/Image-ExifTool-9.78/html/TagNames/DNG.html +0 -285
- data/bin/Image-ExifTool-9.78/html/TagNames/DPX.html +0 -190
- data/bin/Image-ExifTool-9.78/html/TagNames/DjVu.html +0 -313
- data/bin/Image-ExifTool-9.78/html/TagNames/EXE.html +0 -697
- data/bin/Image-ExifTool-9.78/html/TagNames/EXIF.html +0 -3365
- data/bin/Image-ExifTool-9.78/html/TagNames/Extra.html +0 -341
- data/bin/Image-ExifTool-9.78/html/TagNames/FLAC.html +0 -183
- data/bin/Image-ExifTool-9.78/html/TagNames/FLIR.html +0 -1340
- data/bin/Image-ExifTool-9.78/html/TagNames/Flash.html +0 -419
- data/bin/Image-ExifTool-9.78/html/TagNames/FlashPix.html +0 -1465
- data/bin/Image-ExifTool-9.78/html/TagNames/FujiFilm.html +0 -789
- data/bin/Image-ExifTool-9.78/html/TagNames/GeoTiff.html +0 -2184
- data/bin/Image-ExifTool-9.78/html/TagNames/H264.html +0 -393
- data/bin/Image-ExifTool-9.78/html/TagNames/ICC_Profile.html +0 -711
- data/bin/Image-ExifTool-9.78/html/TagNames/ID3.html +0 -1471
- data/bin/Image-ExifTool-9.78/html/TagNames/IPTC.html +0 -902
- data/bin/Image-ExifTool-9.78/html/TagNames/JPEG.html +0 -602
- data/bin/Image-ExifTool-9.78/html/TagNames/Jpeg2000.html +0 -464
- data/bin/Image-ExifTool-9.78/html/TagNames/Kodak.html +0 -1881
- data/bin/Image-ExifTool-9.78/html/TagNames/KyoceraRaw.html +0 -92
- data/bin/Image-ExifTool-9.78/html/TagNames/LNK.html +0 -478
- data/bin/Image-ExifTool-9.78/html/TagNames/Lytro.html +0 -122
- data/bin/Image-ExifTool-9.78/html/TagNames/M2TS.html +0 -133
- data/bin/Image-ExifTool-9.78/html/TagNames/MIE.html +0 -1026
- data/bin/Image-ExifTool-9.78/html/TagNames/MNG.html +0 -847
- data/bin/Image-ExifTool-9.78/html/TagNames/MPC.html +0 -97
- data/bin/Image-ExifTool-9.78/html/TagNames/MPEG.html +0 -249
- data/bin/Image-ExifTool-9.78/html/TagNames/MPF.html +0 -199
- data/bin/Image-ExifTool-9.78/html/TagNames/MWG.html +0 -567
- data/bin/Image-ExifTool-9.78/html/TagNames/MXF.html +0 -6673
- data/bin/Image-ExifTool-9.78/html/TagNames/Matroska.html +0 -1069
- data/bin/Image-ExifTool-9.78/html/TagNames/Microsoft.html +0 -2069
- data/bin/Image-ExifTool-9.78/html/TagNames/Minolta.html +0 -2585
- data/bin/Image-ExifTool-9.78/html/TagNames/MinoltaRaw.html +0 -326
- data/bin/Image-ExifTool-9.78/html/TagNames/Nikon.html +0 -4734
- data/bin/Image-ExifTool-9.78/html/TagNames/NikonCapture.html +0 -799
- data/bin/Image-ExifTool-9.78/html/TagNames/NikonCustom.html +0 -4794
- data/bin/Image-ExifTool-9.78/html/TagNames/OOXML.html +0 -280
- data/bin/Image-ExifTool-9.78/html/TagNames/Olympus.html +0 -3447
- data/bin/Image-ExifTool-9.78/html/TagNames/OpenEXR.html +0 -222
- data/bin/Image-ExifTool-9.78/html/TagNames/PDF.html +0 -745
- data/bin/Image-ExifTool-9.78/html/TagNames/PGF.html +0 -80
- data/bin/Image-ExifTool-9.78/html/TagNames/Palm.html +0 -388
- data/bin/Image-ExifTool-9.78/html/TagNames/Panasonic.html +0 -1686
- data/bin/Image-ExifTool-9.78/html/TagNames/PanasonicRaw.html +0 -451
- data/bin/Image-ExifTool-9.78/html/TagNames/Pentax.html +0 -4601
- data/bin/Image-ExifTool-9.78/html/TagNames/PhaseOne.html +0 -258
- data/bin/Image-ExifTool-9.78/html/TagNames/PhotoCD.html +0 -402
- data/bin/Image-ExifTool-9.78/html/TagNames/PhotoMechanic.html +0 -196
- data/bin/Image-ExifTool-9.78/html/TagNames/Photoshop.html +0 -570
- data/bin/Image-ExifTool-9.78/html/TagNames/Qualcomm.html +0 -4778
- data/bin/Image-ExifTool-9.78/html/TagNames/QuickTime.html +0 -5729
- data/bin/Image-ExifTool-9.78/html/TagNames/RIFF.html +0 -1314
- data/bin/Image-ExifTool-9.78/html/TagNames/Radiance.html +0 -87
- data/bin/Image-ExifTool-9.78/html/TagNames/Real.html +0 -780
- data/bin/Image-ExifTool-9.78/html/TagNames/Reconyx.html +0 -132
- data/bin/Image-ExifTool-9.78/html/TagNames/Ricoh.html +0 -794
- data/bin/Image-ExifTool-9.78/html/TagNames/Samsung.html +0 -603
- data/bin/Image-ExifTool-9.78/html/TagNames/Sanyo.html +0 -366
- data/bin/Image-ExifTool-9.78/html/TagNames/Shortcuts.html +0 -274
- data/bin/Image-ExifTool-9.78/html/TagNames/Sigma.html +0 -377
- data/bin/Image-ExifTool-9.78/html/TagNames/SigmaRaw.html +0 -438
- data/bin/Image-ExifTool-9.78/html/TagNames/Sony.html +0 -7481
- data/bin/Image-ExifTool-9.78/html/TagNames/SonyIDC.html +0 -267
- data/bin/Image-ExifTool-9.78/html/TagNames/XMP.html +0 -7971
- data/bin/Image-ExifTool-9.78/html/TagNames/ZIP.html +0 -205
- data/bin/Image-ExifTool-9.78/html/TagNames/index.html +0 -207
- data/bin/Image-ExifTool-9.78/html/ancient_history.html +0 -7356
- data/bin/Image-ExifTool-9.78/html/config.html +0 -354
- data/bin/Image-ExifTool-9.78/html/data_members.html +0 -277
- data/bin/Image-ExifTool-9.78/html/exiftool_pod.html +0 -2414
- data/bin/Image-ExifTool-9.78/html/faq.html +0 -1499
- data/bin/Image-ExifTool-9.78/html/filename.html +0 -331
- data/bin/Image-ExifTool-9.78/html/geotag.html +0 -652
- data/bin/Image-ExifTool-9.78/html/history.html +0 -431
- data/bin/Image-ExifTool-9.78/html/htmldump.html +0 -734
- data/bin/Image-ExifTool-9.78/html/index.html +0 -1298
- data/bin/Image-ExifTool-9.78/html/install.html +0 -251
- data/bin/Image-ExifTool-9.78/html/standards.html +0 -286
- data/bin/Image-ExifTool-9.78/html/under.html +0 -127
- data/bin/Image-ExifTool-9.78/lib/File/RandomAccess.pm +0 -378
- data/bin/Image-ExifTool-9.78/lib/File/RandomAccess.pod +0 -231
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool.pm +0 -7070
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool.pod +0 -2437
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/AES.pm +0 -501
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/AFCP.pm +0 -284
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/AIFF.pm +0 -286
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/APE.pm +0 -262
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/APP12.pm +0 -322
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ASF.pm +0 -884
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Apple.pm +0 -115
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/BMP.pm +0 -179
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/BZZ.pm +0 -472
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/BigTIFF.pm +0 -282
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/BuildTagLookup.pm +0 -2445
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Canon.pm +0 -8184
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/CanonCustom.pm +0 -2582
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/CanonRaw.pm +0 -908
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/CanonVRD.pm +0 -1519
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/CaptureOne.pm +0 -235
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Casio.pm +0 -2057
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Charset.pm +0 -396
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DICOM.pm +0 -3874
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DNG.pm +0 -835
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DPX.pm +0 -151
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DV.pm +0 -319
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DarwinCore.pm +0 -322
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DjVu.pm +0 -376
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/EXE.pm +0 -1228
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Exif.pm +0 -4652
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FLAC.pm +0 -296
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FLIR.pm +0 -1531
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Fixup.pm +0 -354
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Flash.pm +0 -755
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FlashPix.pm +0 -1929
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Font.pm +0 -643
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FotoStation.pm +0 -259
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FujiFilm.pm +0 -1162
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GE.pm +0 -81
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GIF.pm +0 -542
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GIMP.pm +0 -258
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GPS.pm +0 -546
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GeoTiff.pm +0 -2202
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Geotag.pm +0 -1201
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/H264.pm +0 -1112
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/HP.pm +0 -262
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/HTML.pm +0 -576
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/HtmlDump.pm +0 -895
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ICC_Profile.pm +0 -1000
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ID3.pm +0 -1532
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/IPTC.pm +0 -1264
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ITC.pm +0 -215
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Import.pm +0 -313
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/InDesign.pm +0 -277
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/JPEG.pm +0 -601
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/JPEGDigest.pm +0 -2511
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/JVC.pm +0 -130
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Jpeg2000.pm +0 -873
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Kodak.pm +0 -2080
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/KyoceraRaw.pm +0 -173
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/LNK.pm +0 -723
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/cs.pm +0 -1588
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/de.pm +0 -8683
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/en_ca.pm +0 -848
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/en_gb.pm +0 -863
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/es.pm +0 -4020
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/fi.pm +0 -2854
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/fr.pm +0 -4748
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/it.pm +0 -7920
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/ja.pm +0 -5827
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/ko.pm +0 -2331
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/nl.pm +0 -3222
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/pl.pm +0 -1168
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/ru.pm +0 -768
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/sv.pm +0 -638
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/tr.pm +0 -544
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/zh_cn.pm +0 -1330
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/zh_tw.pm +0 -801
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Leaf.pm +0 -515
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lytro.pm +0 -217
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/M2TS.pm +0 -725
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MIE.pm +0 -2561
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MIEUnits.pod +0 -377
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MIFF.pm +0 -279
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MNG.pm +0 -684
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MPC.pm +0 -156
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MPEG.pm +0 -736
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MPF.pm +0 -292
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MWG.pm +0 -748
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MXF.pm +0 -3032
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MakerNotes.pm +0 -1686
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Matroska.pm +0 -891
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Microsoft.pm +0 -884
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Minolta.pm +0 -2901
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MinoltaRaw.pm +0 -534
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Nikon.pm +0 -6578
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/NikonCapture.pm +0 -940
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/NikonCustom.pm +0 -5445
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Nintendo.pm +0 -128
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/OOXML.pm +0 -409
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Ogg.pm +0 -237
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Olympus.pm +0 -3696
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/OpenEXR.pm +0 -324
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PDF.pm +0 -2327
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PGF.pm +0 -143
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PICT.pm +0 -1260
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PLIST.pm +0 -453
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PNG.pm +0 -1190
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PPM.pm +0 -169
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PSP.pm +0 -305
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Palm.pm +0 -403
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Panasonic.pm +0 -2355
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PanasonicRaw.pm +0 -638
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Pentax.pm +0 -5877
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PhaseOne.pm +0 -557
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PhotoCD.pm +0 -507
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PhotoMechanic.pm +0 -256
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Photoshop.pm +0 -648
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PostScript.pm +0 -694
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PrintIM.pm +0 -125
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Qualcomm.pm +0 -1344
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/QuickTime.pm +0 -6305
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/README +0 -967
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/RIFF.pm +0 -1478
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/RSRC.pm +0 -241
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/RTF.pm +0 -383
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Radiance.pm +0 -144
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Rawzor.pm +0 -190
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Real.pm +0 -736
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Reconyx.pm +0 -190
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Ricoh.pm +0 -1114
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Samsung.pm +0 -1158
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Sanyo.pm +0 -439
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Scalado.pm +0 -141
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Shift.pl +0 -596
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Shortcuts.pm +0 -333
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Sigma.pm +0 -589
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/SigmaRaw.pm +0 -665
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Sony.pm +0 -8366
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/SonyIDC.pm +0 -330
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Stim.pm +0 -196
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/TagInfoXML.pm +0 -806
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/TagLookup.pm +0 -8745
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/TagNames.pod +0 -27987
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Theora.pm +0 -145
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Torrent.pm +0 -317
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Unknown.pm +0 -66
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Vorbis.pm +0 -237
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteCanonRaw.pl +0 -637
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteExif.pl +0 -3743
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteIPTC.pl +0 -702
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WritePDF.pl +0 -768
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WritePNG.pl +0 -390
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WritePhotoshop.pl +0 -266
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WritePostScript.pl +0 -777
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteQuickTime.pl +0 -358
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteXMP.pl +0 -1358
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Writer.pl +0 -5972
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/XMP.pm +0 -3840
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/XMP2.pl +0 -1305
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/XMPStruct.pl +0 -826
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ZIP.pm +0 -667
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/iWork.pm +0 -223
- data/bin/Image-ExifTool-9.78/perl-Image-ExifTool.spec +0 -110
- data/bin/Image-ExifTool-9.78/t/AFCP_2.out +0 -37
- data/bin/Image-ExifTool-9.78/t/AIFF_2.out +0 -32
- data/bin/Image-ExifTool-9.78/t/APE_2.out +0 -28
- data/bin/Image-ExifTool-9.78/t/APE_3.out +0 -57
- data/bin/Image-ExifTool-9.78/t/ASF_2.out +0 -54
- data/bin/Image-ExifTool-9.78/t/BMP_2.out +0 -21
- data/bin/Image-ExifTool-9.78/t/BigTIFF_2.out +0 -19
- data/bin/Image-ExifTool-9.78/t/CanonRaw_2.out +0 -166
- data/bin/Image-ExifTool-9.78/t/CanonRaw_4.out +0 -216
- data/bin/Image-ExifTool-9.78/t/CanonRaw_5.out +0 -208
- data/bin/Image-ExifTool-9.78/t/CanonRaw_6.out +0 -231
- data/bin/Image-ExifTool-9.78/t/CanonRaw_7.out +0 -247
- data/bin/Image-ExifTool-9.78/t/CanonVRD.t +0 -129
- data/bin/Image-ExifTool-9.78/t/CanonVRD_11.out +0 -118
- data/bin/Image-ExifTool-9.78/t/CanonVRD_12.out +0 -12
- data/bin/Image-ExifTool-9.78/t/CanonVRD_2.out +0 -116
- data/bin/Image-ExifTool-9.78/t/CanonVRD_3.out +0 -116
- data/bin/Image-ExifTool-9.78/t/CanonVRD_5.out +0 -3
- data/bin/Image-ExifTool-9.78/t/Canon_2.out +0 -353
- data/bin/Image-ExifTool-9.78/t/Casio_2.out +0 -70
- data/bin/Image-ExifTool-9.78/t/Casio_3.out +0 -100
- data/bin/Image-ExifTool-9.78/t/Casio_4.out +0 -26
- data/bin/Image-ExifTool-9.78/t/Casio_5.out +0 -78
- data/bin/Image-ExifTool-9.78/t/Casio_6.out +0 -115
- data/bin/Image-ExifTool-9.78/t/DICOM_2.out +0 -108
- data/bin/Image-ExifTool-9.78/t/DNG_2.out +0 -326
- data/bin/Image-ExifTool-9.78/t/DPX_2.out +0 -35
- data/bin/Image-ExifTool-9.78/t/DV_2.out +0 -24
- data/bin/Image-ExifTool-9.78/t/DjVu_2.out +0 -44
- data/bin/Image-ExifTool-9.78/t/EXE.t +0 -31
- data/bin/Image-ExifTool-9.78/t/EXE_2.out +0 -40
- data/bin/Image-ExifTool-9.78/t/EXE_3.out +0 -15
- data/bin/Image-ExifTool-9.78/t/EXE_4.out +0 -14
- data/bin/Image-ExifTool-9.78/t/ExifTool_16.out +0 -181
- data/bin/Image-ExifTool-9.78/t/ExifTool_17.out +0 -597
- data/bin/Image-ExifTool-9.78/t/ExifTool_2.out +0 -416
- data/bin/Image-ExifTool-9.78/t/ExifTool_28.out +0 -10
- data/bin/Image-ExifTool-9.78/t/ExifTool_3.out +0 -87
- data/bin/Image-ExifTool-9.78/t/ExifTool_6.out +0 -68
- data/bin/Image-ExifTool-9.78/t/FLAC_2.out +0 -25
- data/bin/Image-ExifTool-9.78/t/FLAC_3.out +0 -19
- data/bin/Image-ExifTool-9.78/t/FLIR_2.out +0 -110
- data/bin/Image-ExifTool-9.78/t/FLIR_3.out +0 -47
- data/bin/Image-ExifTool-9.78/t/FlashPix_2.out +0 -48
- data/bin/Image-ExifTool-9.78/t/Flash_2.out +0 -20
- data/bin/Image-ExifTool-9.78/t/Flash_3.out +0 -53
- data/bin/Image-ExifTool-9.78/t/Font_2.out +0 -23
- data/bin/Image-ExifTool-9.78/t/Font_3.out +0 -35
- data/bin/Image-ExifTool-9.78/t/Font_4.out +0 -26
- data/bin/Image-ExifTool-9.78/t/Font_5.out +0 -26
- data/bin/Image-ExifTool-9.78/t/Font_6.out +0 -36
- data/bin/Image-ExifTool-9.78/t/Font_7.out +0 -36
- data/bin/Image-ExifTool-9.78/t/FotoStation_2.out +0 -39
- data/bin/Image-ExifTool-9.78/t/FujiFilm_2.out +0 -87
- data/bin/Image-ExifTool-9.78/t/FujiFilm_3.out +0 -88
- data/bin/Image-ExifTool-9.78/t/FujiFilm_4.out +0 -137
- data/bin/Image-ExifTool-9.78/t/GE_2.out +0 -84
- data/bin/Image-ExifTool-9.78/t/GE_3.out +0 -84
- data/bin/Image-ExifTool-9.78/t/GIF_2.out +0 -40
- data/bin/Image-ExifTool-9.78/t/GIF_3.out +0 -41
- data/bin/Image-ExifTool-9.78/t/GIF_4.out +0 -16
- data/bin/Image-ExifTool-9.78/t/GIMP_2.out +0 -63
- data/bin/Image-ExifTool-9.78/t/GPS_2.out +0 -94
- data/bin/Image-ExifTool-9.78/t/GPS_3.out +0 -96
- data/bin/Image-ExifTool-9.78/t/GeoTiff_2.out +0 -36
- data/bin/Image-ExifTool-9.78/t/GeoTiff_3.out +0 -36
- data/bin/Image-ExifTool-9.78/t/Geotag.t +0 -181
- data/bin/Image-ExifTool-9.78/t/HTML_2.out +0 -68
- data/bin/Image-ExifTool-9.78/t/IPTC_2.out +0 -58
- data/bin/Image-ExifTool-9.78/t/IPTC_4.out +0 -56
- data/bin/Image-ExifTool-9.78/t/ITC_2.out +0 -19
- data/bin/Image-ExifTool-9.78/t/InDesign_2.out +0 -19
- data/bin/Image-ExifTool-9.78/t/InDesign_3.out +0 -21
- data/bin/Image-ExifTool-9.78/t/InDesign_4.out +0 -11
- data/bin/Image-ExifTool-9.78/t/Jpeg2000_2.out +0 -63
- data/bin/Image-ExifTool-9.78/t/Jpeg2000_3.out +0 -51
- data/bin/Image-ExifTool-9.78/t/Jpeg2000_4.out +0 -15
- data/bin/Image-ExifTool-9.78/t/Kodak_2.out +0 -109
- data/bin/Image-ExifTool-9.78/t/Kodak_3.out +0 -119
- data/bin/Image-ExifTool-9.78/t/KyoceraRaw_2.out +0 -27
- data/bin/Image-ExifTool-9.78/t/LNK_2.out +0 -45
- data/bin/Image-ExifTool-9.78/t/Lytro_2.out +0 -107
- data/bin/Image-ExifTool-9.78/t/M2TS_2.out +0 -27
- data/bin/Image-ExifTool-9.78/t/MIE_2.out +0 -67
- data/bin/Image-ExifTool-9.78/t/MIE_3.out +0 -134
- data/bin/Image-ExifTool-9.78/t/MIFF_2.out +0 -108
- data/bin/Image-ExifTool-9.78/t/MP3_2.out +0 -45
- data/bin/Image-ExifTool-9.78/t/MXF_2.out +0 -78
- data/bin/Image-ExifTool-9.78/t/Matroska_2.out +0 -64
- data/bin/Image-ExifTool-9.78/t/Minolta_2.out +0 -133
- data/bin/Image-ExifTool-9.78/t/Minolta_3.out +0 -146
- data/bin/Image-ExifTool-9.78/t/Minolta_4.out +0 -148
- data/bin/Image-ExifTool-9.78/t/Nikon_2.out +0 -82
- data/bin/Image-ExifTool-9.78/t/Nikon_3.out +0 -98
- data/bin/Image-ExifTool-9.78/t/Nikon_4.out +0 -174
- data/bin/Image-ExifTool-9.78/t/Nikon_5.out +0 -167
- data/bin/Image-ExifTool-9.78/t/Nikon_7.out +0 -259
- data/bin/Image-ExifTool-9.78/t/Olympus.t +0 -85
- data/bin/Image-ExifTool-9.78/t/Olympus_2.out +0 -79
- data/bin/Image-ExifTool-9.78/t/Olympus_3.out +0 -81
- data/bin/Image-ExifTool-9.78/t/Olympus_4.out +0 -192
- data/bin/Image-ExifTool-9.78/t/Olympus_5.out +0 -264
- data/bin/Image-ExifTool-9.78/t/Olympus_6.out +0 -151
- data/bin/Image-ExifTool-9.78/t/Olympus_7.out +0 -482
- data/bin/Image-ExifTool-9.78/t/OpenEXR_2.out +0 -23
- data/bin/Image-ExifTool-9.78/t/PDF_2.out +0 -117
- data/bin/Image-ExifTool-9.78/t/PGF_2.out +0 -32
- data/bin/Image-ExifTool-9.78/t/PICT_2.out +0 -15
- data/bin/Image-ExifTool-9.78/t/PLIST_2.out +0 -20
- data/bin/Image-ExifTool-9.78/t/PLIST_3.out +0 -20
- data/bin/Image-ExifTool-9.78/t/PNG_2.out +0 -22
- data/bin/Image-ExifTool-9.78/t/PNG_3.out +0 -121
- data/bin/Image-ExifTool-9.78/t/PNG_5.out +0 -17
- data/bin/Image-ExifTool-9.78/t/PPM_2.out +0 -15
- data/bin/Image-ExifTool-9.78/t/PPM_3.out +0 -9
- data/bin/Image-ExifTool-9.78/t/PSP_2.out +0 -32
- data/bin/Image-ExifTool-9.78/t/Palm_2.out +0 -31
- data/bin/Image-ExifTool-9.78/t/Panasonic_2.out +0 -99
- data/bin/Image-ExifTool-9.78/t/Panasonic_3.out +0 -119
- data/bin/Image-ExifTool-9.78/t/Panasonic_4.out +0 -204
- data/bin/Image-ExifTool-9.78/t/Panasonic_5.out +0 -242
- data/bin/Image-ExifTool-9.78/t/Pentax_2.out +0 -221
- data/bin/Image-ExifTool-9.78/t/Pentax_3.out +0 -263
- data/bin/Image-ExifTool-9.78/t/Pentax_4.out +0 -127
- data/bin/Image-ExifTool-9.78/t/PhotoCD_2.out +0 -35
- data/bin/Image-ExifTool-9.78/t/PhotoMechanic_2.out +0 -81
- data/bin/Image-ExifTool-9.78/t/Photoshop_2.out +0 -96
- data/bin/Image-ExifTool-9.78/t/Photoshop_3.out +0 -108
- data/bin/Image-ExifTool-9.78/t/PostScript_2.out +0 -64
- data/bin/Image-ExifTool-9.78/t/PostScript_3.out +0 -132
- data/bin/Image-ExifTool-9.78/t/QuickTime.t +0 -54
- data/bin/Image-ExifTool-9.78/t/QuickTime_2.out +0 -131
- data/bin/Image-ExifTool-9.78/t/QuickTime_3.out +0 -72
- data/bin/Image-ExifTool-9.78/t/RIFF_2.out +0 -24
- data/bin/Image-ExifTool-9.78/t/RIFF_3.out +0 -52
- data/bin/Image-ExifTool-9.78/t/RIFF_4.out +0 -16
- data/bin/Image-ExifTool-9.78/t/RTF_2.out +0 -20
- data/bin/Image-ExifTool-9.78/t/Radiance_2.out +0 -22
- data/bin/Image-ExifTool-9.78/t/Real_2.out +0 -68
- data/bin/Image-ExifTool-9.78/t/Real_3.out +0 -18
- data/bin/Image-ExifTool-9.78/t/Real_4.out +0 -11
- data/bin/Image-ExifTool-9.78/t/Ricoh_2.out +0 -70
- data/bin/Image-ExifTool-9.78/t/Ricoh_3.out +0 -98
- data/bin/Image-ExifTool-9.78/t/Ricoh_4.out +0 -112
- data/bin/Image-ExifTool-9.78/t/Sanyo_2.out +0 -101
- data/bin/Image-ExifTool-9.78/t/Sanyo_3.out +0 -111
- data/bin/Image-ExifTool-9.78/t/Sigma_2.out +0 -91
- data/bin/Image-ExifTool-9.78/t/Sigma_3.out +0 -94
- data/bin/Image-ExifTool-9.78/t/Sigma_4.out +0 -63
- data/bin/Image-ExifTool-9.78/t/Sigma_5.out +0 -192
- data/bin/Image-ExifTool-9.78/t/Sony_2.out +0 -84
- data/bin/Image-ExifTool-9.78/t/Sony_3.out +0 -85
- data/bin/Image-ExifTool-9.78/t/Sony_5.out +0 -32
- data/bin/Image-ExifTool-9.78/t/Torrent_2.out +0 -31
- data/bin/Image-ExifTool-9.78/t/Unknown_2.out +0 -90
- data/bin/Image-ExifTool-9.78/t/Unknown_3.out +0 -90
- data/bin/Image-ExifTool-9.78/t/Vorbis_2.out +0 -28
- data/bin/Image-ExifTool-9.78/t/Writer_10.out +0 -242
- data/bin/Image-ExifTool-9.78/t/Writer_11.out +0 -37
- data/bin/Image-ExifTool-9.78/t/Writer_13.out +0 -161
- data/bin/Image-ExifTool-9.78/t/Writer_14.out +0 -67
- data/bin/Image-ExifTool-9.78/t/Writer_15.out +0 -172
- data/bin/Image-ExifTool-9.78/t/Writer_19.out +0 -34
- data/bin/Image-ExifTool-9.78/t/Writer_2.out +0 -169
- data/bin/Image-ExifTool-9.78/t/Writer_25.out +0 -38
- data/bin/Image-ExifTool-9.78/t/Writer_26.out +0 -32
- data/bin/Image-ExifTool-9.78/t/Writer_31.out +0 -97
- data/bin/Image-ExifTool-9.78/t/Writer_35.out +0 -187
- data/bin/Image-ExifTool-9.78/t/Writer_38.out +0 -62
- data/bin/Image-ExifTool-9.78/t/Writer_4.out +0 -85
- data/bin/Image-ExifTool-9.78/t/Writer_46.out +0 -79
- data/bin/Image-ExifTool-9.78/t/Writer_47.out +0 -56
- data/bin/Image-ExifTool-9.78/t/Writer_48.out +0 -29
- data/bin/Image-ExifTool-9.78/t/Writer_51.out +0 -403
- data/bin/Image-ExifTool-9.78/t/Writer_52.out +0 -22
- data/bin/Image-ExifTool-9.78/t/Writer_53.out +0 -33
- data/bin/Image-ExifTool-9.78/t/Writer_6.out +0 -183
- data/bin/Image-ExifTool-9.78/t/Writer_7.out +0 -150
- data/bin/Image-ExifTool-9.78/t/Writer_9.out +0 -238
- data/bin/Image-ExifTool-9.78/t/XMP.t +0 -525
- data/bin/Image-ExifTool-9.78/t/XMP_10.out +0 -36
- data/bin/Image-ExifTool-9.78/t/XMP_2.out +0 -138
- data/bin/Image-ExifTool-9.78/t/XMP_24.out +0 -31
- data/bin/Image-ExifTool-9.78/t/XMP_25.out +0 -28
- data/bin/Image-ExifTool-9.78/t/XMP_26.out +0 -52
- data/bin/Image-ExifTool-9.78/t/XMP_27.out +0 -93
- data/bin/Image-ExifTool-9.78/t/XMP_28.out +0 -44
- data/bin/Image-ExifTool-9.78/t/XMP_29.out +0 -24
- data/bin/Image-ExifTool-9.78/t/XMP_3.out +0 -136
- data/bin/Image-ExifTool-9.78/t/XMP_31.out +0 -19
- data/bin/Image-ExifTool-9.78/t/XMP_36.out +0 -18
- data/bin/Image-ExifTool-9.78/t/XMP_37.out +0 -35
- data/bin/Image-ExifTool-9.78/t/XMP_39.out +0 -44
- data/bin/Image-ExifTool-9.78/t/XMP_41.out +0 -180
- data/bin/Image-ExifTool-9.78/t/XMP_5.out +0 -29
- data/bin/Image-ExifTool-9.78/t/XMP_6.out +0 -87
- data/bin/Image-ExifTool-9.78/t/XMP_8.out +0 -17
- data/bin/Image-ExifTool-9.78/t/ZIP_2.out +0 -18
- data/bin/Image-ExifTool-9.78/t/ZIP_3.out +0 -17
- data/bin/Image-ExifTool-9.78/t/ZIP_4.out +0 -213
- data/bin/Image-ExifTool-9.78/t/ZIP_5.out +0 -134
- data/bin/Image-ExifTool-9.78/t/ZIP_6.out +0 -49
- data/bin/Image-ExifTool-9.78/t/ZIP_7.out +0 -28
- data/bin/Image-ExifTool-9.78/t/images/XMP5.xmp +0 -158
@@ -0,0 +1,1530 @@
|
|
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>ExifTool FAQ</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: 2em }
|
10
|
+
ol.index { margin: 0; padding: 0 0 0 2em }
|
11
|
+
.U { color: #c84 } /* unused data block */
|
12
|
+
.prog { padding: 0.5em; border: 1px solid gray; background: #fee }
|
13
|
+
-->
|
14
|
+
</style>
|
15
|
+
</head>
|
16
|
+
<body>
|
17
|
+
<div class='index'>
|
18
|
+
<ol class='index'>
|
19
|
+
<li><a href="#Q1">Discussion forum</a></li>
|
20
|
+
<li><a href="#Q2">Determining tag names</a></li>
|
21
|
+
<li><a href="#Q3">ExifTool doesn't read/write properly</a></li>
|
22
|
+
<li><a href="#Q4">Aperture and shutter speed</a></li>
|
23
|
+
<li><a href="#Q5">Date and time formats</a></li>
|
24
|
+
<li><a href="#Q6">"Can't convert TAG" errors</a></li>
|
25
|
+
<li><a href="#Q7">Deleting all EXIF from a TIFF</a></li>
|
26
|
+
<li><a href="#Q8">Writing Make, Model & MakerNotes</a></li>
|
27
|
+
<li><a href="#Q9">Tag locations when copying</a></li>
|
28
|
+
<li><a href="#Q10">Coded character sets</a></li>
|
29
|
+
<li><a href="#Q11">User-defined tags</a></li>
|
30
|
+
<li><a href="#Q12">Export to database</a></li>
|
31
|
+
<li><a href="#Q13">Output file size</a></li>
|
32
|
+
<li><a href="#Q14">GPS coordinate format</a></li>
|
33
|
+
<li><a href="#Q15">MakerNote errors</a></li>
|
34
|
+
<li><a href="#Q16">Some files not renamed</a></li>
|
35
|
+
<li><a href="#Q17">List-type tags</a></li>
|
36
|
+
<li><a href="#Q18">Windows character encoding</a></li>
|
37
|
+
<li><a href="#Q19">Formatting tag values</a></li>
|
38
|
+
<li><a href="#Q20">Write errors (repair corrupted EXIF)</a></li>
|
39
|
+
<li><a href="#Q21">Newlines in values</a></li>
|
40
|
+
<li><a href="#Q22">Order of operations</a></li>
|
41
|
+
<li><a href="#Q23">"0 image files updated"</a></li>
|
42
|
+
<li><a href="#Q24">Date/time gets reset to today</a></li>
|
43
|
+
<li><a href="#Q25">Image validation</a></li>
|
44
|
+
<li><a href="#Q26">Import from database</a></li>
|
45
|
+
</ol>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
<h1 class='up'>ExifTool FAQ</h1>
|
49
|
+
|
50
|
+
<a name="Q1"></a>
|
51
|
+
<p>1. <b>"Is there a forum for discussing ExifTool issues?"</b></p>
|
52
|
+
|
53
|
+
<blockquote>
|
54
|
+
ExifTool issues can be discussed on the ExifTool forum at
|
55
|
+
<a href="http://u88.n24.queensu.ca/exiftool/forum/">http://u88.n24.queensu.ca/exiftool/forum/</a>
|
56
|
+
</blockquote>
|
57
|
+
|
58
|
+
<a name="Q2"></a>
|
59
|
+
<p>2. <b>"How do I determine the tag name for some information?"</b></p>
|
60
|
+
|
61
|
+
<blockquote>When you run exiftool, by default it prints descriptions, not tag
|
62
|
+
names, for the information it extracts. These descriptions are in English
|
63
|
+
unless the <code>-lang</code> option is used to select another language. Note
|
64
|
+
that descriptions often contain spaces between words, but tag names never do.
|
65
|
+
Also, tag names are always English, regardless of the <code>-lang</code>
|
66
|
+
setting. To print the tag names instead instead of descriptions, use the
|
67
|
+
<code>-s</code> option when extracting information. eg)
|
68
|
+
<pre>exiftool -s image.jpg</pre>
|
69
|
+
Valid characters in tag names are <code>A-Z</code>, <code>a-z</code>,
|
70
|
+
<code>0-9</code>, <code>_</code> and <code>-</code>. See the
|
71
|
+
<a href="TagNames/index.html">tag name documentation</a> for a complete list of
|
72
|
+
available tag names.</blockquote>
|
73
|
+
|
74
|
+
<blockquote>Tag names may be optionally prefixed by a family 0 or 1 group name
|
75
|
+
to specify a particular information type or location. Use the
|
76
|
+
<code>-g0</code> and <code>-g1</code> (or
|
77
|
+
<code>-G0</code> and <code>-G1</code>) options when extracting
|
78
|
+
information to see the corresponding group names.
|
79
|
+
</blockquote>
|
80
|
+
|
81
|
+
<a name="Q3"></a>
|
82
|
+
<p>3a. <b>"ExifTool reports the wrong value or doesn't extract a tag"</b>,
|
83
|
+
<br>3b. <b>"ExifTool doesn't write a tag properly"</b>, or
|
84
|
+
<br>3c. <b>"Other software can't read information written by ExifTool"</b></p>
|
85
|
+
|
86
|
+
<blockquote><i>[Also see <a href="#Q23">FAQ number 23</a> for reasons why
|
87
|
+
ExifTool may not write some tags to certain file types.]</i></blockquote>
|
88
|
+
|
89
|
+
<blockquote>First, make sure you are looking at the right information. Use
|
90
|
+
ExifTool with a command like this to extract all information from the file,
|
91
|
+
along with the location it was written:
|
92
|
+
|
93
|
+
<pre>exiftool -a -G1 -s c:\images\test.jpg</pre>
|
94
|
+
|
95
|
+
In this command, <code>-a</code> allows duplicate tags to be extracted,
|
96
|
+
<code>-G1</code> shows the family 1 group name (ie. the location) of each tag,
|
97
|
+
and <code>-s</code> shows the tag names instead of their descriptions.
|
98
|
+
(Substitute the path name of your file in place of
|
99
|
+
"<code>c:\images\test.jpg</code>".)</blockquote>
|
100
|
+
|
101
|
+
<blockquote>When duplicate tags exist, only one is extracted unless the
|
102
|
+
<code>-a</code> option is used. Beware that options like <code>-EXIF:all</code>
|
103
|
+
select all EXIF tags from the extracted tags, so EXIF tags hidden by duplicate
|
104
|
+
tags in other locations will not appear in the output for
|
105
|
+
<code>-EXIF:all</code>. For example, the command
|
106
|
+
|
107
|
+
<pre>exiftool -gps:all image.jpg</pre>
|
108
|
+
|
109
|
+
will NOT necessarily extract all GPS tags because some GPS tags may have been
|
110
|
+
suppressed by same-named tags in other groups. To be sure all GPS tags are
|
111
|
+
extracted, the <code>-a</code> option must be used:
|
112
|
+
|
113
|
+
<pre>exiftool -a -gps:all image.jpg</pre>
|
114
|
+
|
115
|
+
If you are having problems with other software reading information written by
|
116
|
+
ExifTool, if possible try first writing the information from the other software,
|
117
|
+
then use ExifTool (with the <code>-a</code> and <code>-G1</code> options) to
|
118
|
+
determine where the information was written. Once you know where it should go,
|
119
|
+
you can use ExifTool to write to this location. You can read or write
|
120
|
+
information in a specific location by prefixing the tag name on the command line
|
121
|
+
with the desired group name. eg.) "<code>-ExifIFD:DateTimeOriginal</code>"
|
122
|
+
</blockquote>
|
123
|
+
|
124
|
+
<blockquote>This problem may also occur if contradictory information exists in
|
125
|
+
different meta information formats within the same file. For example, often XMP
|
126
|
+
will be ignored if IPTC exists and the Photoshop:IPTCDigest does not agree with
|
127
|
+
the IPTC content. The
|
128
|
+
<a href="http://www.metadataworkinggroup.org/">Metadata Working Group</a>
|
129
|
+
recommends techniques to keep the EXIF, IPTC and XMP metadata synchronized.
|
130
|
+
These recommendations are implemented by the ExifTool
|
131
|
+
<a href="TagNames/MWG.html">MWG tags</a>. For maximum compatibility with the
|
132
|
+
widest range of applications, it is suggested that these MWG tags be used
|
133
|
+
whenever possible.</blockquote>
|
134
|
+
|
135
|
+
<blockquote>One final note: When writing, the <code>-v2</code> option may be
|
136
|
+
useful because it provides details about what ExifTool is writing, and where.
|
137
|
+
</blockquote>
|
138
|
+
|
139
|
+
<a name="Q4"></a>
|
140
|
+
<p>4. <b>"ExifTool reports more than one shutter speed or aperture value, and
|
141
|
+
they are slightly different"</b></p>
|
142
|
+
|
143
|
+
<blockquote>
|
144
|
+
There are a number of different ways that aperture and shutter speed information
|
145
|
+
are stored in many images. The standard EXIF values (EXIF:FNumber and
|
146
|
+
EXIF:ExposureTime) should correspond to the values displayed by your camera,
|
147
|
+
but these values may have been rounded off. The corresponding EXIF APEX
|
148
|
+
values (EXIF:ApertureValue and EXIF:ShutterSpeedValue) may be different due
|
149
|
+
to their own round-off errors. If available, the MakerNotes values may be
|
150
|
+
the most accurate because they haven't been rounded off to nice even values
|
151
|
+
for display, so with these you may see odd values like 1/102 instead of
|
152
|
+
1/100, etc.
|
153
|
+
</blockquote>
|
154
|
+
|
155
|
+
<a name="Q5"></a>
|
156
|
+
<p>5. <b>"How do I format date and time information for writing?"</b></p>
|
157
|
+
|
158
|
+
<blockquote>All information (including date/time information) is written in the
|
159
|
+
same format as it is read out. When reading, ExifTool converts all date and
|
160
|
+
time information to standard EXIF format, so this is also the way it is
|
161
|
+
specified when writing. The standard EXIF date/time format is
|
162
|
+
"<code>YYYY:mm:dd HH:MM:SS</code>", and some meta information formats such as
|
163
|
+
XMP also allow sub-seconds and a timezone to be specified. The timezone format
|
164
|
+
is "<code>+HH:MM</code>", "<code>-HH:MM</code>" or "<code>Z</code>". For
|
165
|
+
example:
|
166
|
+
|
167
|
+
<pre>exiftool -xmp:dateTimeOriginal="2005:10:23 20:06:34.33-05:00" a.jpg
|
168
|
+
</pre>
|
169
|
+
|
170
|
+
When writing XMP or other information types which allow incomplete date/time
|
171
|
+
values, the following input formats are also accepted:
|
172
|
+
|
173
|
+
<pre>YYYY
|
174
|
+
YYYY:mm
|
175
|
+
YYYY:mm:dd
|
176
|
+
YYYY:mm:dd HH:MM
|
177
|
+
</pre>
|
178
|
+
|
179
|
+
Having said this, ExifTool is very flexible about the actual format of input
|
180
|
+
date/time values when writing, and will attempt to reformat any values into the
|
181
|
+
standard format unless the <code>-n</code> option is used. Any separators may
|
182
|
+
be used (or in fact, none at all). The first 4 consecutive digits found in the
|
183
|
+
value are interpreted as the year, then next 2 digits are the month, and so on.
|
184
|
+
<i class=lt>[The year must be 4 digits. Other fields are expected to be 2
|
185
|
+
digits, but a single digit is allowed if the subsequent character is a
|
186
|
+
non-digit.]</i> For EXIF date/time values, all 6 date/time fields must exist
|
187
|
+
("<code>YYYYmmddHHMMSS</code>"), but XMP date/time values require only the year
|
188
|
+
("<code>YYYY</code>"). This feature facilitates useful operations such as
|
189
|
+
setting date/time tags from a date embedded in the file name. For example, the
|
190
|
+
command
|
191
|
+
|
192
|
+
<pre>exiftool "-alldates<filename" c:\images</pre>
|
193
|
+
|
194
|
+
will set the common date/time tags from the file name for all images in the
|
195
|
+
directory "<code>c:\images</code>". This will work for any file name which
|
196
|
+
matches the above criteria (eg. "IMG_20110927_103000.jpg").
|
197
|
+
<i class=lt>[AllDates is a shortcut for 3 tag names: DateTimeOriginal,
|
198
|
+
CreateDate and ModifyDate. See the <a href="TagNames/Shortcuts.html">Shortcuts
|
199
|
+
Tags documentation</a> for more information.]</i></blockquote>
|
200
|
+
|
201
|
+
<blockquote>The <code>-d</code> option allows full control over the format of
|
202
|
+
date/time values when reading. However, the effect of the <code>-d</code>
|
203
|
+
option is not reversible, so date/time values must be written using the format
|
204
|
+
described above, even when the <code>-d</code> option is used. Note that when
|
205
|
+
reading, the effect of the <code>-n</code> option on date/time values is only to
|
206
|
+
disable the <code>-d</code> formatting.</blockquote>
|
207
|
+
|
208
|
+
<blockquote><b>Special feature</b>: A value of "<code>now</code>" may be used to
|
209
|
+
represent the current time when writing any date/time tag. For example:
|
210
|
+
<pre>exiftool -xmp:dateTimeOriginal=now a.jpg</pre>
|
211
|
+
<i class=lt>[There is also a <a href="TagNames/Extra.html">Now tag</a> which may
|
212
|
+
be used for a similar purpose by copying its value to another tag, but copying
|
213
|
+
tags adds an extra read stage to the processing which is best avoided if
|
214
|
+
performance is an issue.]</i>
|
215
|
+
</blockquote>
|
216
|
+
|
217
|
+
<a name="Q6"></a>
|
218
|
+
<p>6. <b>"I get '<code>Can't convert TAG (not in PrintConv)</code>' errors when
|
219
|
+
writing a tag"</b></p>
|
220
|
+
|
221
|
+
<blockquote>
|
222
|
+
By default, ExifTool applies a print conversion (PrintConv) to extracted
|
223
|
+
information to make the output more human-readable. Some conversions involve
|
224
|
+
lookup tables which are documented in the <b>Values</b> column of the
|
225
|
+
<a href="TagNames/index.html">tag name documentation</a>. For example, the
|
226
|
+
GPSAltitudeRef tag defines the following conversions:
|
227
|
+
<pre>0 = Above Sea Level
|
228
|
+
1 = Below Sea Level
|
229
|
+
</pre>
|
230
|
+
For this tag, a value of '0' is printed as 'Above Sea Level', and '1' is printed
|
231
|
+
as 'Below Sea Level'. Reading and writing with ExifTool is symmetrical <i>[with
|
232
|
+
the possible exception of list-type tags -- see <a href="#Q17">FAQ number 17</a>
|
233
|
+
below]</i>, so a value that is printed as 'Above Sea Level' must also be written in
|
234
|
+
that form. (In other words, the inverse print conversion is applied when writing
|
235
|
+
values.) For example, to write GPSAltitudeRef you can type:
|
236
|
+
<pre>exiftool -gpsaltituderef="Above Sea Level" image.jpg
|
237
|
+
</pre>
|
238
|
+
or any unambiguous short form may be used and ExifTool will know what you mean, eg)
|
239
|
+
<pre>exiftool -gpsaltituderef=above image.jpg
|
240
|
+
</pre>
|
241
|
+
Alternatively, the print conversion can be disabled for all tags with the
|
242
|
+
<code>-n</code> option, or for individual tags by suffixing the tag name with a
|
243
|
+
'<code>#</code>' character. In either case the printed value of GPSAltitudeRef
|
244
|
+
will be '0' or '1' when extracting information, and the value is written in the
|
245
|
+
same way. So following two commands have exactly the same effect as above:
|
246
|
+
<pre>exiftool -gpsaltituderef=0 -n image.jpg
|
247
|
+
exiftool -gpsaltituderef#=0 image.jpg
|
248
|
+
</pre>
|
249
|
+
Integer values may also be specified in hexadecimal (with a leading '0x'). For
|
250
|
+
example, the following commands are all equivalent:
|
251
|
+
<pre>exiftool -flash=1 -n image.jpg
|
252
|
+
exiftool -flash=0x1 -n image.jpg
|
253
|
+
exiftool -flash#=1 image.jpg
|
254
|
+
exiftool -flash#=0x1 image.jpg
|
255
|
+
exiftool -flash=fired image.jpg
|
256
|
+
</pre></blockquote><blockquote class=prog>
|
257
|
+
<b>Programmers</b>: These techniques look like this when calling Image::ExifTool
|
258
|
+
functions from a Perl script:
|
259
|
+
<pre>$exifTool->SetNewValue(flash => 1, Type => 'ValueConv');
|
260
|
+
$exifTool->SetNewValue(flash => 0x1, Type => 'ValueConv');
|
261
|
+
$exifTool->SetNewValue('flash#' => 1);
|
262
|
+
$exifTool->SetNewValue('flash#' => 0x1);
|
263
|
+
$exifTool->SetNewValue(flash => 'fired');
|
264
|
+
</pre></blockquote>
|
265
|
+
|
266
|
+
<a name="Q7"></a>
|
267
|
+
<p>7. <b>"I can't delete all EXIF information from a TIFF file using
|
268
|
+
'<code>exiftool -exif:all= img.tif</code>'"</b></p>
|
269
|
+
|
270
|
+
<blockquote>This is because of the way a TIFF file is structured. With a JPEG
|
271
|
+
image, this command removes IFD0 (the main Image File Directory) as well as any
|
272
|
+
subdirectories, thus removing all EXIF information. But with the TIFF format,
|
273
|
+
the main image itself is stored in IFD0, so deleting this directory would
|
274
|
+
destroy the image. The same is true for any TIFF-based RAW file such as DNG,
|
275
|
+
CR2, NEF, etc. For these types of files, ExifTool just deletes the ExifIFD
|
276
|
+
subdirectory, so any information stored in other directories is preserved.
|
277
|
+
</blockquote>
|
278
|
+
|
279
|
+
<blockquote>Use "<code>exiftool -a -G1 -s img.tif</code>" to see where the
|
280
|
+
information is stored. Any tags remaining in other IFD's must be deleted
|
281
|
+
individually from a TIFF-format file if desired. For convenience, a
|
282
|
+
<a href="TagNames/Shortcuts.html">shortcut tag</a> is provided to simplify the
|
283
|
+
deletion of common metadata tags from IFD0 by adding "<code>-CommonIFD0=</code>"
|
284
|
+
to the command line.
|
285
|
+
</blockquote>
|
286
|
+
|
287
|
+
<a name="Q8"></a>
|
288
|
+
<p>8a. <b>"All maker note information is lost if I change the Make or Model tag"</b>, or
|
289
|
+
<br>8b. <b>"I can't copy maker note information to an image"</b></p>
|
290
|
+
|
291
|
+
<blockquote>
|
292
|
+
The Make and Model tags are used by some image utilities (including ExifTool) to
|
293
|
+
determine the format of the maker note information. Deleting or changing either
|
294
|
+
of these tags may prevent these utilities from recognizing or properly
|
295
|
+
interpreting the maker notes. Also beware that the maker notes information may
|
296
|
+
be damaged if an image is edited when the maker notes are not properly
|
297
|
+
recognized. So it is a good idea not to edit the Make and Model tags in the
|
298
|
+
first place.</blockquote>
|
299
|
+
|
300
|
+
<blockquote>If you really want to delete the Make and Model information, you
|
301
|
+
might as well delete the maker notes too. You can do this with either of the
|
302
|
+
following commands:
|
303
|
+
<pre>exiftool -make= -model= -makernotes:all= image.jpg
|
304
|
+
exiftool -make= -model= -makernotes= image.jpg
|
305
|
+
</pre>
|
306
|
+
For the same reason, maker notes can not be copied to an image with an
|
307
|
+
incompatible Make or Model. To do this, the Make and Model tags must also be
|
308
|
+
copied. eg)
|
309
|
+
<pre>exiftool -tagsfromfile src.jpg -makernotes -make -model dst.jpg
|
310
|
+
</pre>
|
311
|
+
(Note that in this case the "<code>-makernotes:all</code>" syntax does not work
|
312
|
+
because it attempts to copy the maker note tags individually. Since maker note
|
313
|
+
tags may not be created individually, they must instead be copied as a block
|
314
|
+
with "<code>-makernotes</code>".)
|
315
|
+
</blockquote>
|
316
|
+
|
317
|
+
<a name="Q9"></a>
|
318
|
+
<p>9a. <b>"The information is different when I copy all tags to a new file"</b>, or
|
319
|
+
<br>9b. <b>"The tag locations change when I use <code>-tagsfromfile</code>
|
320
|
+
to copy information"</b></p>
|
321
|
+
|
322
|
+
<blockquote>
|
323
|
+
This feature is explained under the <code>-tagsFromFile</code> option in
|
324
|
+
the <a href="exiftool_pod.html">exiftool application documentation</a>, but the
|
325
|
+
question is common enough that it is discussed here in more detail.</blockquote>
|
326
|
+
|
327
|
+
<blockquote>By default, ExifTool will store information in preferred locations
|
328
|
+
when either writing new information or copying information between files. This
|
329
|
+
freedom allows ExifTool to write or copy information to files of different
|
330
|
+
formats without requiring the user to know details about where the information
|
331
|
+
is stored.</blockquote>
|
332
|
+
|
333
|
+
<blockquote>The preferred general locations for information written to JPEG
|
334
|
+
images are 1) EXIF, 2) IPTC and 3) XMP. As an example, information extracted
|
335
|
+
from the maker notes will be preferentially written (on a tag-by-tag basis) in
|
336
|
+
EXIF format when copying information between two JPEG images. But if a specific
|
337
|
+
tag doesn't exist in EXIF, then the tag is written to the first valid group in
|
338
|
+
the order specified above. The advantage of "translating" the information to
|
339
|
+
EXIF is that it then becomes readable by applications which only support
|
340
|
+
standard EXIF. The disadvantage is that you don't get an exact copy of the
|
341
|
+
original information structure.</blockquote>
|
342
|
+
|
343
|
+
<blockquote>But ExifTool gives you the ability to customize this behaviour to
|
344
|
+
write the information to wherever you want. This is done by specifying a group
|
345
|
+
name for the tag(s) to be copied. This applies even if the group name is
|
346
|
+
"<code>all</code>", in which case the original family 1 group is preserved. So
|
347
|
+
to copy all information and preserve the original structure, use this syntax:
|
348
|
+
|
349
|
+
<pre>exiftool -tagsfromfile src.jpg -all:all dst.jpg
|
350
|
+
</pre>
|
351
|
+
|
352
|
+
In this command, since no destination tag was specified, the destination is the
|
353
|
+
same as the source (ie. "<code>-all:all>all:all</code>"), so the information is
|
354
|
+
copied to the same family 1 group.</blockquote>
|
355
|
+
|
356
|
+
<blockquote>Here are some examples to show you the type of control you have over
|
357
|
+
where the information is written. All commands in each example are equivalent:
|
358
|
+
|
359
|
+
<pre><span class='blk'># copy all tags to preferred groups (no destination group)</span>
|
360
|
+
exiftool -tagsfromfile src.jpg dst.jpg
|
361
|
+
exiftool -tagsfromfile src.jpg -all dst.jpg
|
362
|
+
exiftool -tagsfromfile src.jpg "-all>all" dst.jpg
|
363
|
+
exiftool -tagsfromfile src.jpg "-all:all>all" dst.jpg
|
364
|
+
|
365
|
+
<span class='blk'># copy all tags, preserving family 1 group (destination group 'all')</span>
|
366
|
+
exiftool -tagsfromfile src.jpg -all:all dst.jpg
|
367
|
+
exiftool -tagsfromfile src.jpg "-all>all:all" dst.jpg
|
368
|
+
exiftool -tagsfromfile src.jpg "-all:all>all:all" dst.jpg
|
369
|
+
|
370
|
+
<span class='blk'># copy all tags to EXIF group (destination group 'exif')
|
371
|
+
# [the destination family 1 group is the preferred EXIF IFD]</span>
|
372
|
+
exiftool -tagsfromfile src.jpg "-all>exif:all" dst.jpg
|
373
|
+
exiftool -tagsfromfile src.jpg "-all:all>exif:all" dst.jpg
|
374
|
+
|
375
|
+
<span class='blk'># copy XMP tags to XMP group (destination group 'xmp')
|
376
|
+
# [the destination family 1 group is the preferred XMP namespace]</span>
|
377
|
+
exiftool -tagsfromfile src.jpg "-xmp:all" dst.jpg
|
378
|
+
exiftool -tagsfromfile src.jpg "-xmp:all>xmp:all" dst.jpg
|
379
|
+
|
380
|
+
<span class='blk'># copy XMP tags, preserving family 1 group (destination group 'all')</span>
|
381
|
+
exiftool -tagsfromfile src.jpg "-xmp:all>all:all" dst.jpg
|
382
|
+
|
383
|
+
<span class='blk'># copy XMP tags to preferred groups (no destination group)</span>
|
384
|
+
exiftool -tagsfromfile src.jpg "-xmp:all>all" dst.jpg
|
385
|
+
|
386
|
+
<span class='blk'># copy XMP tags to EXIF only (destination group 'exif')
|
387
|
+
# [the destination family 1 group is the preferred EXIF IFD]</span>
|
388
|
+
exiftool -tagsfromfile src.jpg "-xmp:all>exif:all" dst.jpg
|
389
|
+
</pre>
|
390
|
+
|
391
|
+
The same rules illustrated above also apply when copying individual tags.</blockquote>
|
392
|
+
|
393
|
+
<blockquote>Note: If no destination group is specified, a new tag is created if
|
394
|
+
necessary only in the preferred group, but if the same tag already exists in
|
395
|
+
another group, then this information is also updated. (Otherwise inconsistent
|
396
|
+
values for the same information would exist in different locations. Of course,
|
397
|
+
you can always generate inconsistencies like this if you really want to by
|
398
|
+
specifically writing contradictory information to different groups.)
|
399
|
+
</blockquote>
|
400
|
+
|
401
|
+
<blockquote>Certain types of meta information (such as EXIF, IPTC, XMP and
|
402
|
+
ICC_Profile) may also be <b>copied as a block</b>. This technique copies all
|
403
|
+
meta information, even if ExifTool doesn't have the ability to write some
|
404
|
+
individual tags contained in the block. For all block types except EXIF, the
|
405
|
+
metadata is copied byte-for-byte from the original image. With EXIF however,
|
406
|
+
the metadata may be restructured to ensure that it is self-contained. Also note
|
407
|
+
that EXIF may not be written as a block to TIFF-based file formats. Beware that
|
408
|
+
<b>any existing metadata</b> of this type in the distination file <b>will be
|
409
|
+
overwritten</b> by the new block.
|
410
|
+
|
411
|
+
<pre><span class='blk'># copy EXIF as a block between same-named JPG files in different directories</span>
|
412
|
+
exiftool -tagsfromfile SRCDIR/%f.%e -ext jpg DSTDIR
|
413
|
+
|
414
|
+
<span class='blk'># copy XMP as a block from one file to another</span>
|
415
|
+
exiftool -tagsfromfile src.jpg -xmp dst.cr2
|
416
|
+
</pre></blockquote>
|
417
|
+
|
418
|
+
<a name="Q10"></a>
|
419
|
+
<p>10. <b>"How does ExifTool handle coded character sets?"</b></p>
|
420
|
+
|
421
|
+
<!-- vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv -->
|
422
|
+
<!-- NOTE: CHANGES TO FAQ 10 MUST ALSO BE REFLECTED IN ExifTool.pod! -->
|
423
|
+
|
424
|
+
<blockquote><i>[Also see <a href="#Q18">FAQ number 18</a> for help on displaying
|
425
|
+
special characters in a Windows console.]</i></blockquote>
|
426
|
+
|
427
|
+
<blockquote>Certain meta information formats allow coded character sets other
|
428
|
+
than plain ASCII. When reading, most known encodings are converted to the
|
429
|
+
external character set according to the exiftool "<code>-charset CHARSET</code>"
|
430
|
+
or <code>-L</code> option, or to UTF‑8 by default. When writing, the
|
431
|
+
inverse conversion is performed. Alternatively, special characters may be
|
432
|
+
converted to/from HTML character entities with the <code>-E</code> option.
|
433
|
+
</blockquote>
|
434
|
+
|
435
|
+
<blockquote>A distinction is made between the <b>external</b> character set
|
436
|
+
visible to the ExifTool user, and the <b>internal</b> character used to store
|
437
|
+
text in the metadata of a file. These character sets may be specified
|
438
|
+
separately as follows:
|
439
|
+
<ol><li>The <b>external</b> character set for <b>tag values</b> passed to/from
|
440
|
+
ExifTool is UTF‑8 by default, but it may be changed through any of these
|
441
|
+
command-line options:
|
442
|
+
<blockquote><code>-charset CHARSET</code> or
|
443
|
+
<code>-charset exiftool=CHARSET</code> or <code>-L</code>
|
444
|
+
</blockquote>
|
445
|
+
The encoding of <b>file and directory names</b> (eg. the <i>FILE</i> argument on
|
446
|
+
the command line) is different. By default, these names are passed straight
|
447
|
+
through to the standard C i/o routines without recoding. On Mac/Linux these
|
448
|
+
routines expect UTF‑8, but on Windows they use the system code page (which
|
449
|
+
is dependent on your system settings). However, as of ExifTool 9.79, the
|
450
|
+
external filename encoding may be specified:
|
451
|
+
<blockquote><code>-charset filename=CHARSET</code></blockquote>
|
452
|
+
When this is done, file and directory names are converted from the specified
|
453
|
+
encoding to one appropriate for system i/o routines. In Windows, this also has
|
454
|
+
the effect of enabling Unicode filename support via the special Windows
|
455
|
+
wide-character i/o routines if the required Perl modules are available
|
456
|
+
(these are included in the Windows executable version of ExifTool). See
|
457
|
+
<a href="exiftool_pod.html#windows_unicode_file_names">WINDOWS UNICODE FILE NAMES</a>
|
458
|
+
in the application documentation for more details.<br><br></li>
|
459
|
+
<li>The <b>internal</b> character set for strings stored in file metadata may be
|
460
|
+
specified for some metadata types:
|
461
|
+
<blockquote><code>-charset TYPE=CHARSET</code></blockquote>
|
462
|
+
(where <code>TYPE</code> is "<code>exif</code>", "<code>iptc</code>",
|
463
|
+
"<code>id3</code>", "<code>photoshop</code>" or "<code>quicktime</code>")</li></ol>
|
464
|
+
|
465
|
+
Valid <code>CHARSET</code> values are (with aliases given in brackets):
|
466
|
+
|
467
|
+
<blockquote><table class=clear>
|
468
|
+
<tr><td>UTF8</td><td>(cp65001, UTF‑8)</td><td>Thai</td><td>(cp874)</td></tr>
|
469
|
+
<tr><td>Latin</td><td>(cp1252, Latin1)</td><td>MacRoman</td><td>(cp10000, Mac, Roman)</td></tr>
|
470
|
+
<tr><td>Latin2</td><td>(cp1250)</td><td>MacLatin2</td><td>(cp10029)</td></tr>
|
471
|
+
<tr><td>Cyrillic</td><td>(cp1251, Russian) </td><td>MacCyrillic</td><td>(cp10007)</td></tr>
|
472
|
+
<tr><td>Greek</td><td>(cp1253)</td><td>MacGreek</td><td>(cp10006)</td></tr>
|
473
|
+
<tr><td>Turkish</td><td>(cp1254)</td><td>MacTurkish</td><td>(cp10081)</td></tr>
|
474
|
+
<tr><td>Hebrew</td><td>(cp1255)</td><td>MacRomanian</td><td>(cp10010)</td></tr>
|
475
|
+
<tr><td>Arabic</td><td>(cp1256)</td><td>MacIceland</td><td>(cp10079)</td></tr>
|
476
|
+
<tr><td>Baltic</td><td>(cp1257)</td><td>MacCroatian</td><td>(cp10082)</td></tr>
|
477
|
+
<tr><td>Vietnam</td><td>(cp1258)</td></tr>
|
478
|
+
</table></blockquote>
|
479
|
+
|
480
|
+
The <code>-L</code> option is equivalent to "<code>-charset Latin</code>",
|
481
|
+
"<code>-charset Latin1</code>" and "<code>-charset cp1252</code>".</blockquote>
|
482
|
+
|
483
|
+
<blockquote>Type-specific details are given below about the special character
|
484
|
+
handling for EXIF, IPTC, XMP, PNG, ID3, PDF, Photoshop, QuickTime, AIFF, MIE and
|
485
|
+
Vorbis information:</blockquote>
|
486
|
+
|
487
|
+
<!-- NOTE: CHANGES TO FAQ 10 MUST ALSO BE REFLECTED IN ExifTool.pod! -->
|
488
|
+
|
489
|
+
<blockquote><b>EXIF</b>: Most textual information in EXIF is stored in ASCII
|
490
|
+
format (called "string" in the <a href="TagNames/index.html">ExifTool tag name
|
491
|
+
documentation</a>). By default ExifTool does not convert these strings.
|
492
|
+
However, it is not uncommon for applications to write UTF‑8 or other
|
493
|
+
encodings where ASCII is expected. To deal with these, ExifTool allows the
|
494
|
+
internal EXIF string encoding to be specified with
|
495
|
+
"<code>-charset exif=CHARSET</code>", which causes EXIF string values to be
|
496
|
+
converted from the specified character set when reading, and stored with this
|
497
|
+
character set when writing. (The
|
498
|
+
<a href="http://www.metadataworkinggroup.org/">MWG</a> recommends using
|
499
|
+
UTF‑8 encoding for EXIF strings, and in keeping with this the
|
500
|
+
"<code>-use mwg</code>" feature sets the default internal EXIF string encoding
|
501
|
+
to UTF‑8, but note that this will have no effect unless the external
|
502
|
+
encoding is also set to something other than the default of UTF‑8.)</blockquote>
|
503
|
+
|
504
|
+
<blockquote>A few EXIF tags (UserComment, GPSProcessingMethod and
|
505
|
+
GPSAreaInformation) support a designated internal text encoding, with values
|
506
|
+
stored as ASCII, Unicode (UCS‑2) or JIS. When reading these tags, ExifTool
|
507
|
+
converts Unicode and JIS to the external character set specified by the
|
508
|
+
<code>-charset</code> or <code>-L</code> option, or to UTF‑8 by default.
|
509
|
+
ASCII text is not converted. When writing, text is stored as ASCII unless the
|
510
|
+
string contains special characters, in which case it is converted from the
|
511
|
+
external character set (UTF‑8 by default), and stored as Unicode. ExifTool
|
512
|
+
writes Unicode in native EXIF byte ordering by default, but the byte order may
|
513
|
+
be specified by setting the ExifUnicodeByteOrder tag (see the
|
514
|
+
<a href="TagNames/Extra.html">Extra Tags</a> documentation).</blockquote>
|
515
|
+
|
516
|
+
<blockquote>The EXIF "XP" tags (XPTitle, XPComment, etc) are always stored
|
517
|
+
internally as little-endian Unicode (UCS‑2), and are read and written
|
518
|
+
using the specified external character set.</blockquote>
|
519
|
+
|
520
|
+
<!-- NOTE: CHANGES TO FAQ 10 MUST ALSO BE REFLECTED IN ExifTool.pod! -->
|
521
|
+
|
522
|
+
<blockquote><b>IPTC</b><span class='sm'><sup>†</sup></span>: The
|
523
|
+
value of the IPTC:CodedCharacterSet tag determines how the internal IPTC string
|
524
|
+
values are interpreted. If CodedCharacterSet exists and has a value of
|
525
|
+
"<code>UTF8</code>" (or "<code>ESC % G</code>") then string values are
|
526
|
+
assumed to be stored as UTF‑8. Otherwise the internal IPTC encoding is
|
527
|
+
assumed to be Windows Latin1 (cp1252), but this can be changed with
|
528
|
+
"<code>-charset iptc=CHARSET</code>". When reading, these strings are converted
|
529
|
+
to UTF‑8 by default, or to the character set specified by the
|
530
|
+
<code>-charset</code> or <code>-L</code> option. When writing, the inverse
|
531
|
+
conversions are performed. No conversion is done if the internal (IPTC) and
|
532
|
+
external (ExifTool) character sets are the same. Note that ISO 2022 character
|
533
|
+
set shifting is not supported. Instead, a warning is issued and the string is
|
534
|
+
not converted if an ISO 2022 shift code is encountered. See the
|
535
|
+
<a href="http://www.iptc.org/std/IIM/4.1/specification/IIMV4.1.pdf">IPTC IIM
|
536
|
+
specification</a> for more information about IPTC character coding.</blockquote>
|
537
|
+
|
538
|
+
<blockquote>ExifTool may be used to convert IPTC values to a different internal
|
539
|
+
encoding. To do this, all IPTC tags must be rewritten along with the desired
|
540
|
+
value of CodedCharacterSet. For example, the following command changes the
|
541
|
+
internal IPTC encoding to UTF‑8 (from Windows Latin1 unless
|
542
|
+
CodedCharacterSet was already "UTF8"):
|
543
|
+
<pre>exiftool -tagsfromfile @ -iptc:all -codedcharacterset=utf8 a.jpg
|
544
|
+
</pre>or from Windows Latin2 (cp1250) to UTF‑8:
|
545
|
+
<pre>exiftool -tagsfromfile @ -iptc:all -codedcharacterset=utf8 -charset iptc=latin2 a.jpg
|
546
|
+
</pre>and this command changes it back from UTF‑8 to Windows Latin1 (cp1252):
|
547
|
+
<pre>exiftool -tagsfromfile @ -iptc:all -codedcharacterset= a.jpg
|
548
|
+
</pre>or to Windows Latin2:
|
549
|
+
<pre>exiftool -tagsfromfile @ -iptc:all -codedcharacterset= -charset iptc=latin2 a.jpg
|
550
|
+
</pre>Note that unless CodedCharacterSet is UTF‑8, applications have no
|
551
|
+
reliable way to determine the IPTC character encoding. For this reason, it is
|
552
|
+
recommended that CodedCharacterSet be set to "<code>UTF8</code>" when creating
|
553
|
+
new IPTC.</blockquote>
|
554
|
+
|
555
|
+
<blockquote class='sm'><sup>†</sup> <span class=lt>Refers to the older
|
556
|
+
<a href="http://www.iptc.org/site/News_Exchange_Formats/IIM/">IPTC IIM</a> format.
|
557
|
+
The more recent
|
558
|
+
<a href="http://iptc.cms.apa.at/site/Photo_Metadata/IPTC_Core_&_Extension/">IPTC
|
559
|
+
Core and Extension specifications</a> actually use the XMP format (see below).</span>
|
560
|
+
</blockquote>
|
561
|
+
|
562
|
+
<!-- NOTE: CHANGES TO FAQ 10 MUST ALSO BE REFLECTED IN ExifTool.pod! -->
|
563
|
+
|
564
|
+
<blockquote><b>XMP</b>: Exiftool reads XMP encoded as UTF‑8, UTF‑16
|
565
|
+
or UTF‑32, and converts them all to UTF‑8 internally. Also, all XML
|
566
|
+
character entity references and numeric character references are converted.
|
567
|
+
When writing, ExifTool always encodes XMP as UTF‑8, converting the
|
568
|
+
following 5 characters to XML character references: <code>& < > '
|
569
|
+
"</code>. By default no further conversion is performed, however the
|
570
|
+
<code>-charset</code> or <code>-L</code> option may be used used to convert
|
571
|
+
text to/from a specified character set when reading/writing.</blockquote>
|
572
|
+
|
573
|
+
<blockquote><b>PNG</b>: <a href="TagNames/PNG.html#TextualData">PNG TextualData
|
574
|
+
tags</a> are stored as tEXt, zTXt and iTXt chunks in PNG images. The tEXt and
|
575
|
+
zTXt chunks use ISO 8859-1 encoding, while iTXt uses UTF‑8. When reading,
|
576
|
+
ExifTool converts all PNG textual data to the character set specified by the
|
577
|
+
<code>-charset</code> or <code>-L</code> option, or to UTF‑8 by default.
|
578
|
+
When writing, ExifTool generates a tEXt chunk (or zTXt with the <code>-z</code>
|
579
|
+
option) if the text doesn't contain special characters or if Latin encoding is
|
580
|
+
specified (<code>-L</code> or <code>-charset latin</code>); otherwise an iTXt
|
581
|
+
chunk is used and the text is converted from the specified character set and
|
582
|
+
stored as UTF‑8.</blockquote>
|
583
|
+
|
584
|
+
<blockquote><b>ID3</b>: The ID3v1 specification officially supports only ISO
|
585
|
+
8859‑1 encoding (a subset of Windows Latin1), although some applications
|
586
|
+
may incorrectly use other character sets. By default ExifTool converts ID3v1
|
587
|
+
text from Latin to the character set specified by the <code>-charset</code> or
|
588
|
+
<code>-L</code> option, or to UTF‑8 by default. However, the internal
|
589
|
+
ID3v1 charset may be specified with "<code>-charset id3=CHARSET</code>". The
|
590
|
+
encoding for ID3v2 information is stored in the file, so ExifTool converts
|
591
|
+
ID3v2 text from this encoding to the character set specified by
|
592
|
+
<code>-charset</code> or <code>-L</code>, or to UTF‑8 by default. ExifTool
|
593
|
+
does not currently write ID3 information.</blockquote>
|
594
|
+
|
595
|
+
<blockquote><b>PDF</b>: PDF text strings are stored in either PDFDocEncoding
|
596
|
+
(similar to Windows Latin1) or Unicode (UCS‑2). When reading, ExifTool
|
597
|
+
converts to the character set specified by the <code>-charset</code> or
|
598
|
+
<code>-L</code> option, or to UTF‑8 by default. When writing, ExifTool
|
599
|
+
encodes input text from the specified character set as Unicode only if the
|
600
|
+
string contains special characters, otherwise PDFDocEncoding is
|
601
|
+
used.</blockquote>
|
602
|
+
|
603
|
+
<blockquote><b>Photoshop</b>: Some Photoshop resource names are stored as
|
604
|
+
Pascal strings with unknown encoding. By default, ExifTool assumes MacRoman
|
605
|
+
encoding and converts this to UTF‑8, but the internal and external
|
606
|
+
character sets may be specified with <code>-charset Photoshop=CHARSET</code>
|
607
|
+
and <code>-charset CHARSET</code> respectively.</blockquote>
|
608
|
+
|
609
|
+
<blockquote><b>QuickTime</b>: QuickTime text strings may be stored in a
|
610
|
+
variety of poorly documented formats, and ExifTool does its best to decode
|
611
|
+
these according to the <code>-charset</code> option setting. For some
|
612
|
+
QuickTime strings where the internal encoding is not known, ExifTool assumes
|
613
|
+
a default encoding of MacRoman, but this may be changed with
|
614
|
+
"<code>-charset QuickTime=CHARSET</code>".</blockquote>
|
615
|
+
|
616
|
+
<blockquote><b>AIFF</b>: AIFF strings are assumed to be stored in MacRoman, and
|
617
|
+
are converted according to the <code>-charset</code> option when reading.
|
618
|
+
</blockquote>
|
619
|
+
|
620
|
+
<blockquote><b>MIE</b>: MIE strings are stored as either UTF‑8 or ISO
|
621
|
+
8859‑1. When reading, UTF‑8 strings are converted according to
|
622
|
+
the <code>-charset</code> or <code>-L</code> option, and ISO 8859‑1
|
623
|
+
strings are never converted. When writing, input strings are converted from
|
624
|
+
the specified character set to UTF‑8. The resulting strings are stored as
|
625
|
+
UTF‑8 if they contain multi-byte UTF‑8 character sequences,
|
626
|
+
otherwise they are stored as ISO 8859‑1.</blockquote>
|
627
|
+
|
628
|
+
<blockquote><b>Vorbis</b>: Vorbis comments are stored as UTF‑8,
|
629
|
+
and are converted to the character set specified by <code>-charset</code> or
|
630
|
+
<code>-L</code> when reading.</blockquote>
|
631
|
+
|
632
|
+
<blockquote class=prog>
|
633
|
+
<b>Programmers</b>: ExifTool returns all values as byte strings of encoded
|
634
|
+
characters. Perl wide characters are not used. The encoding is UTF‑8 by
|
635
|
+
default, but valid UTF‑8 can not be guaranteed for all values, so the
|
636
|
+
caller must validate the encoding if necessary. The encodings described above
|
637
|
+
are set by the various <a href="ExifTool.html#Charset">Charset options</a> of
|
638
|
+
the API.
|
639
|
+
<br><br><b>Note</b>: Some settings of the system PERL_UNICODE environment
|
640
|
+
variable may be incompatible with ExifTool's character handling.
|
641
|
+
</blockquote>
|
642
|
+
|
643
|
+
<!-- NOTE: CHANGES TO FAQ 10 MUST ALSO BE REFLECTED IN ExifTool.pod! -->
|
644
|
+
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
|
645
|
+
|
646
|
+
<a name="Q11"></a>
|
647
|
+
<p>11. <b>"My user-defined tags don't work"</b></p>
|
648
|
+
|
649
|
+
<blockquote>
|
650
|
+
For examples of how to add user-defined tags, see the
|
651
|
+
<a href="config.html">ExifTool_config</a> file in the ExifTool distribution.
|
652
|
+
It may be useful to activate this file as a test before trying to implement
|
653
|
+
your own config file. To activate this file, copy it to your <b>HOME</b>
|
654
|
+
directory then rename it to "<code>.ExifTool_config</code>".
|
655
|
+
<blockquote class=lt><b>Note</b>: The config file must be renamed at the
|
656
|
+
command line because neither the Windows nor Mac GUI allow a file name to
|
657
|
+
begin with a "<code>.</code>". To do this in Windows, run "cmd.exe" and type
|
658
|
+
the following (pressing <i>RETURN</i> at the end of each line):
|
659
|
+
<pre>cd %HOMEPATH%
|
660
|
+
rename ExifTool_config .ExifTool_config
|
661
|
+
</pre>
|
662
|
+
or on a Mac, open the "Terminal" application (from the /Applications/Utilities
|
663
|
+
folder) and type this command then press <i>RETURN</i>:
|
664
|
+
<pre>mv ExifTool_config .ExifTool_config
|
665
|
+
</pre></blockquote>
|
666
|
+
|
667
|
+
With the sample config file installed, you should be able to write the example
|
668
|
+
tags. A command like this:
|
669
|
+
<pre>exiftool -v2 -NewXMPxmpTag=test <i>FILE</i></pre>
|
670
|
+
should print this as the first line of its output:
|
671
|
+
<pre>Writing XMP-xmp:NewXMPxmpTag
|
672
|
+
</pre>
|
673
|
+
If this doesn't work, the most common problem is that the
|
674
|
+
"<code>.ExifTool_config</code>" configuration file isn't getting loaded. In
|
675
|
+
this case, there are a few things you can try:
|
676
|
+
<ol>
|
677
|
+
<li>Make sure the config file name is correct. It must be
|
678
|
+
"<code>.ExifTool_config</code>" (note the leading "<code>.</code>", and the
|
679
|
+
capital "<code>T</code>").</li>
|
680
|
+
<li>Set either the <b>HOME</b> or the <b>EXIFTOOL_HOME</b> environment variable
|
681
|
+
to the name of the directory where you put your "<code>.ExifTool_config</code>"
|
682
|
+
file.</li>
|
683
|
+
<li>Put the config file in the same directory as the exiftool script. (Also, be
|
684
|
+
sure the config filename starts with a dot! See the note above for help
|
685
|
+
renaming the config file.)</li>
|
686
|
+
<li>If you can't get the config file to load automatically, you can try loading
|
687
|
+
it manually with the exiftool <code>-config <i>CFGFILE</i></code> option. (Note:
|
688
|
+
This must be the first option on the command line.) This allows loading
|
689
|
+
of a config file with any name.</li>
|
690
|
+
</ol>
|
691
|
+
</blockquote>
|
692
|
+
|
693
|
+
<blockquote>If necessary, you can verify that ExifTool is loading your config
|
694
|
+
file by adding the following line to your file:
|
695
|
+
|
696
|
+
<pre>print "LOADED!\n";
|
697
|
+
</pre>
|
698
|
+
|
699
|
+
If you see a "<code>LOADED!</code>" message when you run exiftool, but your new
|
700
|
+
tags still don't work, make sure you are using the proper tag name and that the
|
701
|
+
file you are writing can support this type of information.</blockquote>
|
702
|
+
|
703
|
+
<blockquote>Note that all tag names in the config file are <b>case
|
704
|
+
sensitive</b>. Specifically, the case must be correct for tag names in
|
705
|
+
Composite tag Require/Desire entries. Also note that XMP tag names are
|
706
|
+
generated automatically by capitalizing the tag ID unless the tag definition
|
707
|
+
contains a "Name" entry.</blockquote>
|
708
|
+
|
709
|
+
<blockquote class=prog><b>Programmers</b>: To specify the config file directory from within
|
710
|
+
a Perl script when using the ExifTool API, set the <b>EXIFTOOL_HOME</b>
|
711
|
+
environment variable before loading the ExifTool module:
|
712
|
+
<pre>BEGIN { $ENV{EXIFTOOL_HOME} = '/config_file_directory' }
|
713
|
+
use Image::ExifTool;
|
714
|
+
</pre>
|
715
|
+
Also see the <a href="ExifTool.html#Config">Configuration section of the
|
716
|
+
ExifTool API documentation</a> for techniques to use a config file with another
|
717
|
+
name, or to disable the config file feature.
|
718
|
+
</blockquote>
|
719
|
+
|
720
|
+
<a name="Q12"></a>
|
721
|
+
<p>12. <b>"How do I export information from exiftool to a database?"</b></p>
|
722
|
+
|
723
|
+
<blockquote><i>[See <a href="#Q26">FAQ number 26</a> for help with the reverse
|
724
|
+
-- importing metadata from a database.]</i></blockquote>
|
725
|
+
|
726
|
+
<blockquote>
|
727
|
+
It is often easiest to export information formatted as a tab-delimited or
|
728
|
+
comma-separated list of values using the exiftool <code>-T</code> or
|
729
|
+
<code>-csv</code> option. As well, the <code>-r</code> option is useful for
|
730
|
+
recursing through all images in a hierarchy of directories. For example:
|
731
|
+
|
732
|
+
<pre>exiftool -T -r -filename -exposuremode -ISO t/images > out.txt
|
733
|
+
</pre>
|
734
|
+
|
735
|
+
This command recursively processes all images in the "<code>t/images</code>"
|
736
|
+
directory, extracting FileName, ExposureMode and ISO tags, and writing the
|
737
|
+
output to a tab-delimited text file called "<code>out.txt</code>". After the
|
738
|
+
command has executed, "<code>out.txt</code>" will look something like this:
|
739
|
+
|
740
|
+
<pre>Canon.jpg Manual 100
|
741
|
+
Casio.jpg - 64
|
742
|
+
Nikon.jpg - 100
|
743
|
+
OlympusE1.jpg Auto 400
|
744
|
+
</pre>
|
745
|
+
|
746
|
+
One limitation of the <code>-T</code> option is that a list of tags to extract
|
747
|
+
must be specified. Otherwise, all information is extracted from each input
|
748
|
+
file, and the columns would contain values from random tags.</blockquote>
|
749
|
+
|
750
|
+
<blockquote> The <code>-csv</code> (comma separated values) option solves this
|
751
|
+
dilemma by pre-extracting information from all input files, then producing a
|
752
|
+
sorted list of available tag names as the first row of the output, and
|
753
|
+
organizing the information into columns for each tag. As well, a first column
|
754
|
+
labelled "SourceFile" is generated. These features make it practical to use the
|
755
|
+
<code>-csv</code> option for extracting all information from multiple images.
|
756
|
+
For example, this command:
|
757
|
+
|
758
|
+
<pre>exiftool -csv -r t/images > out.csv</pre>
|
759
|
+
|
760
|
+
gives an output like this:
|
761
|
+
|
762
|
+
<pre>SourceFile,AEBBracketValue,AELock,AFAreaHeight,AFAreaMode,AFAreas,[...]
|
763
|
+
t/images/Canon.jpg,0,,151,,,[...]
|
764
|
+
t/images/Casio.jpg,,,,,,[...]
|
765
|
+
t/images/Nikon.jpg,,,,Single Area,,[...]
|
766
|
+
t/images/OlympusE1.jpg,,Off,,,"Center (121,121)-(133,133)",[...]
|
767
|
+
</pre>
|
768
|
+
|
769
|
+
Note that the number of columns in the <code>-csv</code> output may be very
|
770
|
+
large if all information is extracted. Missing tags are indicated by empty
|
771
|
+
strings as in the example above, or by dashes if the <code>-f</code> option is
|
772
|
+
used.</blockquote>
|
773
|
+
|
774
|
+
<blockquote> It should be possible to import these files directly into most
|
775
|
+
database applications. On the command line, any list of tag names may be used,
|
776
|
+
and any number of file or directory names may be specified. (Hint: If your
|
777
|
+
command line starts to get too long, you may want to look into using the
|
778
|
+
<code>-@</code> option and/or the <a href="index.html#shortcut">ShortCut</a>
|
779
|
+
feature).</blockquote>
|
780
|
+
|
781
|
+
<blockquote>In Windows, a .BAT file containing the exiftool command may be used
|
782
|
+
to give drag and drop functionality. Dropping a folder on the following .BAT
|
783
|
+
file will create "out.txt" in the folder:
|
784
|
+
|
785
|
+
<pre>echo "FileName<tab>Aperture<tab>ISO" > %1\out.txt
|
786
|
+
exiftool -T -r -filename -aperture -ISO %1 >> %1\out.txt
|
787
|
+
</pre>
|
788
|
+
|
789
|
+
The "<code>echo</code>" command was included to add column headings to the
|
790
|
+
output. (The tab character in the echo command, indicated by
|
791
|
+
"<code><tab></code>", may be generated in Mac/Linux shells with CTRL-v
|
792
|
+
then TAB, or in a Windows cmd shell with TAB when cmd.exe is run with the
|
793
|
+
<code>/f:off</code> option to disable tab completion.)
|
794
|
+
</blockquote>
|
795
|
+
|
796
|
+
<blockquote>Other possible export formats include RDF/XML (with the the
|
797
|
+
<code>-X</code> option), or JSON (with the <code>-j</code> option). These
|
798
|
+
methods allow transfer of more complex data sets (including structured
|
799
|
+
information with the <code>-struct</code> option), but require that the
|
800
|
+
importing software supports these formats.</blockquote>
|
801
|
+
|
802
|
+
<blockquote>Finally, the <code>-p</code> option may be used to generate any
|
803
|
+
arbitrary output format. For example, the following format file
|
804
|
+
(let's call it "<code>my.fmt</code>") may be used to emulate a CSV-formatted
|
805
|
+
output:
|
806
|
+
|
807
|
+
<pre>#[HEAD]FileName, Aperture, ISO
|
808
|
+
$filename, $aperture, $iso
|
809
|
+
</pre>
|
810
|
+
|
811
|
+
with a command like this:
|
812
|
+
|
813
|
+
<pre>exiftool -f -r -p my.fmt t/images > out.csv
|
814
|
+
</pre>
|
815
|
+
|
816
|
+
Alternatively, the <code>-p</code> option may be used with a format string instead
|
817
|
+
of a file name. The following command has the same effect as above except that
|
818
|
+
the row of headings is not printed (Note: Use single quotes as below on Mac/Linux,
|
819
|
+
or double quotes instead on Windows):
|
820
|
+
|
821
|
+
<pre>exiftool -f -r -p '$filename, $aperture, $iso' t/images > out.csv
|
822
|
+
</pre>
|
823
|
+
|
824
|
+
With the <code>-f</code> option, the value of any missing tag is printed as a
|
825
|
+
dash. Without this option, missing tags generate a minor warning and the
|
826
|
+
line in the <code>-p</code> output is not printed. The <code>-m</code> option
|
827
|
+
may be used to ignore minor warnings, which causes these lines to be printed
|
828
|
+
with an empty value for missing tags.</blockquote>
|
829
|
+
|
830
|
+
<blockquote>
|
831
|
+
See the <code>-p</code> option in the <a href="exiftool_pod.html">application
|
832
|
+
documentation</a> for more information about this feature.
|
833
|
+
</blockquote>
|
834
|
+
|
835
|
+
<a name="Q13"></a>
|
836
|
+
<p>13a. <b>"Why is my file smaller after I use ExifTool to write information?"</b>, or
|
837
|
+
<br>13b. <b>"Why do some Offset tags change value when I write other tags?"</b></p>
|
838
|
+
|
839
|
+
<blockquote>
|
840
|
+
There are various specific reasons why this can happen, but the general answer
|
841
|
+
is: When ExifTool writes an image, the meta information may be restructured in
|
842
|
+
such a way that it takes less space than in the original file, or so that some
|
843
|
+
tags are stored at different offsets in the file.</blockquote>
|
844
|
+
|
845
|
+
<blockquote>The EXIF/TIFF standard allows for blocks of unreferenced data to
|
846
|
+
exist in an image. Some digital cameras write JPEG or TIFF-based RAW files
|
847
|
+
which contain large blocks of unused data, usually filled with binary zeros.
|
848
|
+
The reason for this could be to simplify camera algorithms by allowing
|
849
|
+
variable-sized information to be written at fixed offsets in the output image.
|
850
|
+
When ExifTool rewrites an image it does not copy these unused blocks. This can
|
851
|
+
result in a significant reduction in file size for some images. <i>[The
|
852
|
+
<code>-htmlDump</code> option may be used to view the file structure if you are
|
853
|
+
interested in seeing these unused data blocks -- use a command like
|
854
|
+
"<code>exiftool -htmlDump a.jpg > out.html</code>", then open
|
855
|
+
<code>out.html</code> in your web browser. Unused data blocks are
|
856
|
+
<span class=U>brown</span> in this output.]</i> </blockquote>
|
857
|
+
|
858
|
+
<blockquote>Also, the size of an XMP record may easily shrink or grow when it is
|
859
|
+
rewritten, even if no meta information is changed. This is partly due to the
|
860
|
+
fact that the XMP specification recommends a few KB of padding at the end of the
|
861
|
+
record (ExifTool adds 2424 bytes by default, but this padding is omitted if the
|
862
|
+
<code>-z</code> option is used), and partly due to the flexibility of the XMP
|
863
|
+
format which allows the information to be written in various styles, some of
|
864
|
+
which are more compact than others.
|
865
|
+
</blockquote>
|
866
|
+
|
867
|
+
<blockquote>You may also notice that the values of some "offset" tags (like
|
868
|
+
ThumbnailOffset and PreviewImageStart) may change when the file is rewritten.
|
869
|
+
This is normal, and simply indicates that the associated data is now stored at a
|
870
|
+
different position within the file.</blockquote>
|
871
|
+
|
872
|
+
<blockquote>ExifTool does not modify the image data itself, so editing a file is
|
873
|
+
"lossless" as far as the image is concerned.</blockquote>
|
874
|
+
|
875
|
+
<a name="Q14"></a>
|
876
|
+
<p>14. <b>"What format do I use for writing GPS coordinates?"</b></p>
|
877
|
+
|
878
|
+
<blockquote>ExifTool is very flexible in the formats allowed for entering GPS
|
879
|
+
coordinates. Any string containing between 1 and 3 floating point numbers is
|
880
|
+
valid. The numbers represent degrees, (and optionally) minutes and
|
881
|
+
seconds.</blockquote>
|
882
|
+
|
883
|
+
<blockquote>For EXIF GPS coordinates, the reference direction is specified
|
884
|
+
separately with the EXIF:GPSLatitudeRef or EXIF:GPSLongitudeRef
|
885
|
+
tag.</blockquote>
|
886
|
+
|
887
|
+
<blockquote>For XMP GPS coordinates, the reference direction is specified within
|
888
|
+
the XMP:GPSLatitude or XMP:GPSLongitude value, with west longitudes and south
|
889
|
+
latitudes being specified either by negative coordinate values or by ending the
|
890
|
+
string with "<code>W</code>" or "<code>S</code>". </blockquote>
|
891
|
+
|
892
|
+
<blockquote>Here are some examples of equivalent ways to specify a GPS
|
893
|
+
latitude in both EXIF and XMP:
|
894
|
+
|
895
|
+
<pre>exiftool -exif:gpslatitude="42 30 0.00" -exif:gpslatituderef=S a.jpg
|
896
|
+
exiftool -exif:gpslatitude="42 deg 30.00 min" -exif:gpslatituderef=S a.jpg
|
897
|
+
exiftool -exif:gpslatitude=42.5 -exif:gpslatituderef=S a.jpg
|
898
|
+
|
899
|
+
exiftool -xmp:gpslatitude="42 30 0.00 S" a.jpg
|
900
|
+
exiftool -xmp:gpslatitude=42.50S a.jpg
|
901
|
+
exiftool -xmp:gpslatitude=-42.5 a.jpg
|
902
|
+
</pre>
|
903
|
+
|
904
|
+
Similar styles may be used for longitude. ExifTool will convert any of these
|
905
|
+
coordinate styles to the proper format for the specific tag used.
|
906
|
+
</blockquote>
|
907
|
+
|
908
|
+
<blockquote>When reading, ExifTool reports coordinates in the format
|
909
|
+
<pre>DDD deg MM' SS.SS"</pre>
|
910
|
+
where <code>DDD</code> is degress, <code>MM</code> is minutes, and <code>SS.SS</code>
|
911
|
+
is seconds. The <code>-n</code> option may be used to change this to decimal
|
912
|
+
degrees, or any arbitrary format may be specified with the <code>-c</code> option.
|
913
|
+
See the <a href="exiftool_pod.html">application documentation</a> for details.
|
914
|
+
</blockquote>
|
915
|
+
|
916
|
+
<a name="Q15"></a>
|
917
|
+
<p>15. <b>"I get MakerNote warnings or errors when reading or writing information"</b></p>
|
918
|
+
|
919
|
+
<blockquote>Problems like this may be caused by image editing software which
|
920
|
+
doesn't properly update offsets in the MakerNotes when rewriting an image. These
|
921
|
+
offsets are used as pointers to reference tag values and structures within the
|
922
|
+
metadata, and errors like this may lead to missing or incorrect values for some
|
923
|
+
MakerNotes tags. In many cases, ExifTool will detect this type of problem and
|
924
|
+
issue a warning like this when reading (or an error when writing):
|
925
|
+
|
926
|
+
<pre>Warning: [minor] Possibly incorrect maker notes offsets (fix by -340?)
|
927
|
+
</pre>
|
928
|
+
|
929
|
+
<i class=lt>[Be aware that if multiple warnings occur, the <code>-a</code>
|
930
|
+
option must be used to see them all, since by default only one warning is
|
931
|
+
displayed per file.]</i> </blockquote>
|
932
|
+
|
933
|
+
<blockquote>This is a particularly insidious problem that is sometimes difficult
|
934
|
+
for ExifTool to correct automagically, so it requires some operator
|
935
|
+
intervention. If this warning occurs, you have a few alternatives:</blockquote>
|
936
|
+
|
937
|
+
<blockquote>1) Use the <code>-F</code> option to allow ExifTool to attempt to
|
938
|
+
fix the incorrect offsets. If ExifTool was correct in its diagnosis, then this
|
939
|
+
option will fix the incorrect offsets. This is usually the appropriate choice
|
940
|
+
if this problem was caused by editing the image with other
|
941
|
+
software.</blockquote>
|
942
|
+
|
943
|
+
<blockquote>2) Use the <code>-m</code> option to ignore the warning (or downgrade
|
944
|
+
the error to a warning when writing). This causes ExifTool to honour the
|
945
|
+
existing maker note offsets, and may be the correct choice if images straight
|
946
|
+
out of the camera have this problem.</blockquote>
|
947
|
+
|
948
|
+
<blockquote>Often, the first choice (<code>-F</code>) is the right thing to do,
|
949
|
+
but this depends on many factors, so it is best to try both methods then compare
|
950
|
+
the resulting maker note information to see which works best for your
|
951
|
+
situation.</blockquote>
|
952
|
+
|
953
|
+
<blockquote>When writing, <code>-F</code> applies a permanent correction to the
|
954
|
+
maker notes. Note that <u>some MakerNote information may be lost permanently
|
955
|
+
if the proper correction is not applied when writing images with this
|
956
|
+
problem</u>.</blockquote>
|
957
|
+
|
958
|
+
<blockquote>3) The third alternative is to adjust the maker note offsets by a
|
959
|
+
specific amount. This is done by appending an integer to the <code>-F</code>
|
960
|
+
option. For example, with the warning above (where ExifTool suggests "fix by
|
961
|
+
-340?"), <code>-F</code> would be equivalent to <code>-F-340</code>. See the
|
962
|
+
<a href="exiftool_pod.html#f_offset_fixbase">-F option documentation</a> for
|
963
|
+
more details. This advanced feature may require some technical knowledge about
|
964
|
+
the structure of EXIF information (and here, ExifTool's <code>-htmlDump</code>
|
965
|
+
feature may be very useful for visualizing this structure).</blockquote>
|
966
|
+
|
967
|
+
<blockquote>Other types of MakerNote errors may also prevent the file from
|
968
|
+
being written. However, most MakerNote errors are designated as <b>minor</b>,
|
969
|
+
which allows them to be ignored by using the <code>-m</code> option. For
|
970
|
+
example:
|
971
|
+
|
972
|
+
<pre>Error: [minor] Bad format (65535) for MakerNotes entry 17
|
973
|
+
</pre>
|
974
|
+
|
975
|
+
Using <code>-m</code> will downgrade the minor error to a warning, allowing the
|
976
|
+
file to be written, but <u>some MakerNote information may be lost when ignoring
|
977
|
+
certain types of errors like this</u>. </blockquote>
|
978
|
+
|
979
|
+
<a name="Q16"></a>
|
980
|
+
<p>16. <b>"Why doesn't ExifTool rename my AVI files?"</b></p>
|
981
|
+
|
982
|
+
<blockquote>By default, ExifTool only processes <u>writable file
|
983
|
+
types</u><span class='sm'><sup>†</sup></span> when <u>any
|
984
|
+
tag</u><span class='sm'><sup>‡</sup></span> is being written and a
|
985
|
+
directory name is specified on the command line. To force exiftool to process
|
986
|
+
other files, they must either be listed on the command line by name, or be
|
987
|
+
specified using the <code>-ext</code> option, something like this:
|
988
|
+
|
989
|
+
<pre>exiftool -ext AVI -ext JPG -d pics/%Y/%m "-directory<dateTimeOriginal" DIR
|
990
|
+
</pre>
|
991
|
+
|
992
|
+
When a single <code>-ext</code> option is used, only files of the specified type
|
993
|
+
are processed. However, multiple <code>-ext</code> options may be used in the
|
994
|
+
same command (as in the example above) to process any number of different file
|
995
|
+
types.
|
996
|
+
</blockquote>
|
997
|
+
|
998
|
+
<blockquote class='sm'><sup>†</sup> <span class=lt>The
|
999
|
+
<code>-listwf</code> option may be used to list the extensions of all writable file types.</span>
|
1000
|
+
<br><sup>‡</sup> <span class=lt>This includes "pseudo" tags like
|
1001
|
+
FileName, Directory, FileModifyDate and FileCreateDate.</span></blockquote>
|
1002
|
+
|
1003
|
+
<a name="Q17"></a>
|
1004
|
+
<p>17. <b>"List-type tags do not behave as expected"</b></p>
|
1005
|
+
|
1006
|
+
<blockquote>Tags indicated by a plus sign (<code>+</code>) in the
|
1007
|
+
<a href="TagNames/index.html">tag name documentation</a> are list-type tags.
|
1008
|
+
Two examples of common list-type tags are
|
1009
|
+
<a href="TagNames/IPTC.html#ApplicationRecord">IPTC:Keywords</a> and
|
1010
|
+
<a href="TagNames/XMP.html#dc">XMP:Subject</a>. These tags may contain multiple
|
1011
|
+
items which are combined into a single string when reading. (By default,
|
1012
|
+
extracted list items are separated by a comma and a space, but the
|
1013
|
+
<code>-sep</code> option may be used to change this.) When writing, separate
|
1014
|
+
items are assigned individually. For example, the following command writes
|
1015
|
+
three keywords to all writable files in directory <code>DIR</code>, replacing
|
1016
|
+
any previously existing keywords:
|
1017
|
+
|
1018
|
+
<pre>exiftool -keywords=one -keywords=two -keywords=three DIR
|
1019
|
+
</pre>
|
1020
|
+
|
1021
|
+
List items are assigned separately, NOT all together, because this would
|
1022
|
+
represent a single keyword:
|
1023
|
+
|
1024
|
+
<pre>exiftool -keywords="one, two, three" test.jpg <span class=blk>(WRONG!)</span>
|
1025
|
+
</pre>
|
1026
|
+
|
1027
|
+
With exiftool version 7.56 or later, the <code>-sep</code> option may be used to
|
1028
|
+
split values of list-type tags into separate items when writing. For example,
|
1029
|
+
|
1030
|
+
<pre>exiftool -sep ", " -keywords="one, two, three" DIR
|
1031
|
+
</pre>
|
1032
|
+
|
1033
|
+
will store three separate keywords, the same as the first example above. This
|
1034
|
+
feature may also be used to split a tag value into separate items if it was
|
1035
|
+
originally stored incorrectly as a single string:
|
1036
|
+
|
1037
|
+
<pre>exiftool -sep ", " -tagsfromfile @ -keywords test.jpg
|
1038
|
+
</pre>
|
1039
|
+
|
1040
|
+
However, sometimes it is desirable to have list items which contain a comma, and
|
1041
|
+
this is allowed:
|
1042
|
+
|
1043
|
+
<pre>exiftool -contributor="Harvey, Phil" -contributor="Marley, Bob" a.jpg
|
1044
|
+
</pre>
|
1045
|
+
|
1046
|
+
But to distinguish these entries when extracting information, a different list
|
1047
|
+
separator or a different output format must be used. For instance, the
|
1048
|
+
following command uses "<code>//</code>" to separate list items,
|
1049
|
+
|
1050
|
+
<pre>exiftool -contributor -sep "//" a.jpg
|
1051
|
+
</pre>
|
1052
|
+
|
1053
|
+
and produces an output like this:
|
1054
|
+
|
1055
|
+
<pre class=blk>Contributor : Harvey, Phil//Marley, Bob
|
1056
|
+
</pre>
|
1057
|
+
|
1058
|
+
Alternatively, the <code>-j</code>, <code>-php</code> and <code>-X</code>
|
1059
|
+
options use an output format which preserves the structure of a
|
1060
|
+
list (if <code>-sep</code> is NOT used).</blockquote>
|
1061
|
+
|
1062
|
+
<blockquote>Note that the writing examples above overwrite any values which
|
1063
|
+
already existed in the original file for these tags. Instead, to add or delete
|
1064
|
+
items from an existing list, use "<code>+=</code>" or "<code>-=</code>" in place
|
1065
|
+
of "<code>=</code>". For example:
|
1066
|
+
|
1067
|
+
<pre>exiftool -keywords+="add this" -keywords-="remove this" DIR
|
1068
|
+
</pre>
|
1069
|
+
|
1070
|
+
With commands like this, new items are added to the list in place of the first
|
1071
|
+
deleted item, or at the end of the list if no items were removed.</blockquote>
|
1072
|
+
|
1073
|
+
<blockquote>Note: Using "<code>=</code>" is equivalent to "<code>+=</code>" in
|
1074
|
+
any command where the same tag is set with "<code>+=</code>" or
|
1075
|
+
"<code>-=</code>" in another assignment. (ie. existing items will be preserved
|
1076
|
+
unless specifically deleted with "<code>-=</code>".)</blockquote>
|
1077
|
+
|
1078
|
+
<blockquote>To prevent duplication when adding new items, specific items can be
|
1079
|
+
deleted then added back again in the same command. For example, the following
|
1080
|
+
command adds the keywords "one" and "two", ensuring that they are not duplicated
|
1081
|
+
if they already existed in the keywords of an image:
|
1082
|
+
|
1083
|
+
<pre>exiftool -keywords-=one -keywords+=one -keywords-=two -keywords+=two DIR
|
1084
|
+
</pre>
|
1085
|
+
|
1086
|
+
When copying list tags using the <code>-tagsFromFile</code> option, items are
|
1087
|
+
copied individually to form proper lists. However, there is a complication when
|
1088
|
+
copying multiple tags to a single list tag: Here, any assignment to a tag
|
1089
|
+
overrides earlier assignments to the same tag in the command. For instance,
|
1090
|
+
this command
|
1091
|
+
|
1092
|
+
<pre>exiftool "-keywords<filename" "-keywords<comment" DIR
|
1093
|
+
</pre>
|
1094
|
+
|
1095
|
+
writes only the value from the Comment tag. (Note that <code>-tagsFromFile @</code>
|
1096
|
+
is implied by the "<code><</code>" operation in this command, causing tags to
|
1097
|
+
be copied from the original file.) This may seem strange, but it prevents
|
1098
|
+
duplicate items from being added to a list when copying a group of tags from a
|
1099
|
+
file containing duplicate information. Alternatively, the
|
1100
|
+
<code>-addTagsFromFile</code> option may be used to accumulate items when
|
1101
|
+
copying from multiple tags:
|
1102
|
+
|
1103
|
+
<pre>exiftool -addTagsFromFile @ "-keywords<filename" "-keywords<comment" DIR
|
1104
|
+
</pre>
|
1105
|
+
|
1106
|
+
Note that as with "<code>=</code>" in the first three examples above, the
|
1107
|
+
"<code><</code>" operation of this command overwrites any Keywords that
|
1108
|
+
existed previously in the original file. To add to or remove from the existing
|
1109
|
+
keywords, use "<code>+<</code>" or "<code>-<</code>".
|
1110
|
+
</blockquote>
|
1111
|
+
|
1112
|
+
<a name="Q18"></a>
|
1113
|
+
<p>18. <b>"Special characters don't display properly in my Windows console"</b></p>
|
1114
|
+
|
1115
|
+
<blockquote>The Windows cmd.exe console uses an MS-DOS encoding by default
|
1116
|
+
(cp437 or something similar, depending on your region). The exiftool
|
1117
|
+
<code>-charset</code> option may be used to encode the exiftool output for a
|
1118
|
+
specific Windows code page, which may help display some special characters, but
|
1119
|
+
instead it may be better to switch the console to UTF‑8 (the native
|
1120
|
+
ExifTool character encoding). This is especially useful if you are using the
|
1121
|
+
<code>-lang</code> option to translate exiftool output to another language. To
|
1122
|
+
change the the Windows console to UTF‑8, follow these steps:
|
1123
|
+
|
1124
|
+
<ol><li>Run "cmd.exe" to open a Windows console (select "Run..." from the
|
1125
|
+
Start menu and enter "cmd").</li>
|
1126
|
+
<li>Change the font in the console Properties to any True Type font (eg. "TT
|
1127
|
+
Lucida Console").</li>
|
1128
|
+
<li>Type "<code>chcp 65001</code>" then press RETURN at the command prompt.</li>
|
1129
|
+
</ol>
|
1130
|
+
|
1131
|
+
The console should now be able to display UTF‑8 characters (cp65001). But
|
1132
|
+
note that the TT Lucida Console font shipped with Windows, at least my version,
|
1133
|
+
may not be very complete, and doesn't seem to contain Japanese or Chinese
|
1134
|
+
characters.</blockquote>
|
1135
|
+
|
1136
|
+
<blockquote>To permanently set the font, select "Save properties for future
|
1137
|
+
windows" when changing the font Properties. Also, you can automatically run
|
1138
|
+
"<code>chcp 65001</code>" every time "cmd.exe" is launched by changing the
|
1139
|
+
Windows Registry for the Command Processor: Run "regedit" and put "<code>chcp
|
1140
|
+
65001</code>" into Data field for "HKEY_LOCAL_MACHINE\Software\Microsoft\Command
|
1141
|
+
Processor\Autorun". (Unfortunately, I haven't been able to figure out how to
|
1142
|
+
change the code page for exiftool when launched via the Windows GUI. If anyone
|
1143
|
+
can figure out how to do this, please let me know.)
|
1144
|
+
</blockquote>
|
1145
|
+
|
1146
|
+
<blockquote>On some Windows systems, using UTF‑8 doesn't seem to work. In
|
1147
|
+
this case, a Windows character set may be the best alternative: For instance,
|
1148
|
+
for Windows Latin1 (cp1252) type "<code>chcp 1252</code>" in the console to
|
1149
|
+
switch to cp1252, then run exiftool with "<code>-charset cp1252</code>" (or
|
1150
|
+
<code>-L</code>). This same technique can be used for other supported Windows
|
1151
|
+
code pages.</blockquote>
|
1152
|
+
|
1153
|
+
<blockquote>A final alternative is to bypass the command-line encoding problems
|
1154
|
+
totally by extracting/writing to/from a separate text file, and using a UTF‑8
|
1155
|
+
aware text editor to view/edit the text. For example:
|
1156
|
+
|
1157
|
+
<pre><span class=blk># extracting...</span>
|
1158
|
+
exiftool image.jpg > out.txt
|
1159
|
+
|
1160
|
+
<span class=blk># writing...</span>
|
1161
|
+
exiftool "-subject<=subject.txt" image.jpg</pre></blockquote>
|
1162
|
+
|
1163
|
+
<a name="Q19"></a>
|
1164
|
+
<p>19. <b>"How do I change the format of an extracted tag value?"</b></p>
|
1165
|
+
|
1166
|
+
<blockquote>The exiftool application has built-in options which allow you to
|
1167
|
+
display numeric values (<code>-n</code>), escape special HTML characters
|
1168
|
+
(<code>-E</code>), and change the date/time (<code>-d</code>) and GPS coordinate
|
1169
|
+
(<code>-c</code>) formats, but sometimes more control is needed over the
|
1170
|
+
formatting of a value...</blockquote>
|
1171
|
+
|
1172
|
+
<blockquote>The <code>-p</code> and <code>-tagsFromFile</code> options provide
|
1173
|
+
an advanced translation feature that allows arbitrary Perl expressions to be
|
1174
|
+
used to modify tag values. The basic syntax is this:
|
1175
|
+
|
1176
|
+
<pre>${TAG;EXPR}</pre>
|
1177
|
+
|
1178
|
+
where <code>TAG</code> is the tag name, and <code>EXPR</code> is a Perl
|
1179
|
+
expression acting on the default input variable (<code>$_</code>), which is
|
1180
|
+
initially the original value of the tag. For example, the following command
|
1181
|
+
sets the FileName from Artist, translating spaces to underlines:
|
1182
|
+
|
1183
|
+
<pre>exiftool '-filename<${artist;tr/ /_/}.%e' image.jpg</pre>
|
1184
|
+
|
1185
|
+
(Note: Use single quotes as above in Mac/Linux, or double quotes instead
|
1186
|
+
in Windows.)</blockquote>
|
1187
|
+
|
1188
|
+
<blockquote>Another technique is to create a user-defined Composite tag to do
|
1189
|
+
the reformatting. Here is a basic config file that reformats the Artist tag to
|
1190
|
+
provide a new MyArtist tag with the same character translation as the example
|
1191
|
+
above:
|
1192
|
+
|
1193
|
+
<pre>%Image::ExifTool::UserDefined = (
|
1194
|
+
'Image::ExifTool::Composite' => {
|
1195
|
+
MyArtist => {
|
1196
|
+
Require => 'Artist',
|
1197
|
+
ValueConv => '$val =~ tr/ /_/; $val',
|
1198
|
+
},
|
1199
|
+
},
|
1200
|
+
);
|
1201
|
+
1; # end
|
1202
|
+
</pre>
|
1203
|
+
|
1204
|
+
With this config file, an Artist value of "Phil Harvey" yields a corresponding
|
1205
|
+
MyArtist value of "Phil_Harvey". The ValueConv string may be any valid Perl
|
1206
|
+
expression, and is evaluated to obtain the value for the new tag. In this
|
1207
|
+
expression, <code>$val</code> represents the ValueConv value of the Require'd
|
1208
|
+
tag. </blockquote>
|
1209
|
+
|
1210
|
+
<blockquote>To activate the config file, it must be named
|
1211
|
+
"<code>.ExifTool_config</code>" and placed either in your home directory or in
|
1212
|
+
the same directory as the exiftool application. Note that the file name begins
|
1213
|
+
with a "<code>.</code>", so if you are in Windows or on a Mac you may need to
|
1214
|
+
rename the file from the command line since the GUI might not like file names
|
1215
|
+
beginning with a "<code>.</code>".</blockquote>
|
1216
|
+
|
1217
|
+
<blockquote>User-defined Composite tags have many other features, including the
|
1218
|
+
ability to combine the values of multiple tags. See the
|
1219
|
+
<a href="config.html">config file documentation</a> for more details about
|
1220
|
+
user-defined tags, and lib/Image/ExifTool/README in the full distribution for a
|
1221
|
+
complete description of ValueConv features. Also, a
|
1222
|
+
<a href="http://u88.n24.queensu.ca/exiftool/forum/index.php?action=search2&search=code+userdefined">quick
|
1223
|
+
search of the ExifTool forum</a> should reveal a number of user-defined tag
|
1224
|
+
examples, and there are other good (and often more complex) examples which can
|
1225
|
+
be found in the %Image::ExifTool::Exif::Composite hash of the
|
1226
|
+
lib/Image/ExifTool/Exif.pm source code.
|
1227
|
+
</blockquote>
|
1228
|
+
|
1229
|
+
<a name="Q20"></a>
|
1230
|
+
<p>20. <b>"ExifTool won't write an image due to errors"</b></p>
|
1231
|
+
|
1232
|
+
<blockquote>Minor errors may be ignored using the <code>-m</code> option
|
1233
|
+
(<a href="#Q15">FAQ 15</a> discusses this with respect to MakerNote errors), but
|
1234
|
+
sometimes there are more serious errors which can't be ignored. ExifTool may be
|
1235
|
+
used to fix metadata problems in JPEG images by deleting all metadata and
|
1236
|
+
rebuilding it from scratch. The command looks like this:
|
1237
|
+
|
1238
|
+
<pre>exiftool -all= -tagsfromfile @ -all:all -unsafe -icc_profile bad.jpg
|
1239
|
+
</pre>
|
1240
|
+
|
1241
|
+
where "<code>bad.jpg</code>" is the name of the image that requires fixing. This
|
1242
|
+
command deletes all metadata then copies all writable tags that can be extracted
|
1243
|
+
from the original image to the same locations in the updated image. The
|
1244
|
+
"<code>Unsafe</code>" tag is a <a href="TagNames/Shortcuts.html">shortcut</a>
|
1245
|
+
for unsafe EXIF tags in JPEG images which are not normally copied. JPEG images
|
1246
|
+
may also contain an ICC color profile which should be preserved. The
|
1247
|
+
"<code>ICC_Profile</code>" tag is also marked as unsafe, but is not part of the
|
1248
|
+
EXIF so it isn't covered by the "<code>Unsafe</code>" shortcut and must be
|
1249
|
+
specified separately.</blockquote>
|
1250
|
+
|
1251
|
+
<blockquote>After repairing an image like this you should be able to write to it
|
1252
|
+
without errors, but note that <u>some metadata from the original image may have
|
1253
|
+
been lost in the process</u>.</blockquote>
|
1254
|
+
|
1255
|
+
<blockquote><b>Note</b>: ExifTool will not modify the JPEG image data, so if the
|
1256
|
+
image itself is corrupted (eg. if you get a message saying "Not a valid JPEG"),
|
1257
|
+
then ExifTool can not be used to repair the image. Also, TIFF-based files may
|
1258
|
+
not be repaired like this because the image is stored in the same IFD as the
|
1259
|
+
metadata in these files, which makes the risk of corrupting the image too
|
1260
|
+
great.</blockquote>
|
1261
|
+
|
1262
|
+
<blockquote>If there are also MakerNote problems in the file, you may want to
|
1263
|
+
add the <code>-F</code> option to the command. See <a href='#Q15'>FAQ 15</a>
|
1264
|
+
for details. For example, to rebuild the EXIF only and fix the MakerNote
|
1265
|
+
offsets you could do this:
|
1266
|
+
|
1267
|
+
<pre>exiftool -exif:all= -tagsfromfile @ -exif:all -unsafe -thumbnailimage -F bad.jpg
|
1268
|
+
</pre>
|
1269
|
+
|
1270
|
+
<b>Advanced</b>: The byte order of the newly created EXIF is set by the value of
|
1271
|
+
the ExifByteOrder tag. Since this tag does not belong to the EXIF group, it is
|
1272
|
+
not copied with <code>-exif:all</code> above (but would be copied with
|
1273
|
+
<code>-all:all</code> as in the first example). If ExifByteOrder is not set
|
1274
|
+
then the byte order is determined by the ordering of the MakerNotes if they are
|
1275
|
+
copied, otherwise big-endian ("MM") byte order is used by default.
|
1276
|
+
ExifByteOrder may be set to a specific value to force a particular byte order
|
1277
|
+
when creating new EXIF (eg. "<code>-ExifByteOrder=II</code>" for little-endian).
|
1278
|
+
</blockquote>
|
1279
|
+
|
1280
|
+
<a name="Q21"></a>
|
1281
|
+
<p>21. <b>"How do I read/write values containing newline characters?"</b></p>
|
1282
|
+
|
1283
|
+
<blockquote>When reading, by default exiftool converts all control characters to
|
1284
|
+
"." to avoid messing up the output formatting, so newlines will appear as a "."
|
1285
|
+
in the output. The <code>-b</code> option may be used to bypass all output
|
1286
|
+
formatting (except that a line-feed character is inserted between items in a
|
1287
|
+
list), but this may not be appropriate when the values of many tags must be
|
1288
|
+
extracted. In this case, the formatted output (<code>-p</code>), JSON
|
1289
|
+
(<code>-j</code>), XML (<code>-X</code>) and PHP (<code>-php</code>) options
|
1290
|
+
provide alternative output formats which preserve newlines in values.</blockquote>
|
1291
|
+
|
1292
|
+
<blockquote>When writing, there are a number of options:
|
1293
|
+
|
1294
|
+
<ol type='a'>
|
1295
|
+
<li>In many shells, a newline may be inserted directly in the command
|
1296
|
+
line:
|
1297
|
+
<p>Bourne shells (press <i>RETURN</i> inside a quoted string)</p>
|
1298
|
+
<pre>exiftool -comment="line 1
|
1299
|
+
line 2" image.jpg
|
1300
|
+
</pre>
|
1301
|
+
<p>(Also, in Bourne shells the character sequence <code>$'\n'</code>
|
1302
|
+
may be used for a newline.)</p>
|
1303
|
+
<p>C shells (press "<code>\</code>" then <i>RETURN</i> inside a quoted string)</p>
|
1304
|
+
<pre>exiftool -comment="line 1\
|
1305
|
+
line 2" image.jpg
|
1306
|
+
</pre>
|
1307
|
+
<i class=lt>[Unfortunately the Windows cmd shell provides no method to get a
|
1308
|
+
newline (CR/LF in Windows) into the command line. A linefeed (LF) may be
|
1309
|
+
inserted with CTRL-T, but I have found no way to insert a carriage return
|
1310
|
+
(CR).]</i><br><br>
|
1311
|
+
</li>
|
1312
|
+
<li>Use the <code>-E</code> option to allow HTML character entities (Note:
|
1313
|
+
In Windows a newline is "<code>&#xd;&#xa;</code>" instead of just
|
1314
|
+
"<code>&#xa;</code>"):
|
1315
|
+
<pre>exiftool -E "-comment=line 1&#xa;line 2" image.jpg
|
1316
|
+
</pre></li>
|
1317
|
+
<li>Write the tag from the contents of a separate text file:
|
1318
|
+
<pre>exiftool "-comment<=file.txt" image.jpg
|
1319
|
+
</pre></li>
|
1320
|
+
<li>Use <code>$/</code> in a redirection expression: (Note: Single quotes
|
1321
|
+
must be used in Mac/Linux shells around arguments containing a dollar sign,
|
1322
|
+
but double quotes are used instead in Windows. Also note that this technique
|
1323
|
+
is slower since the implied <code>-tagsFromFile</code> adds an extra unnecessary
|
1324
|
+
processing pass to read tags from the file.)
|
1325
|
+
<pre>exiftool '-comment<line 1$/line 2' image.jpg
|
1326
|
+
</pre></li>
|
1327
|
+
</ol>
|
1328
|
+
</blockquote>
|
1329
|
+
|
1330
|
+
<a name="Q22"></a>
|
1331
|
+
<p>22. <b>"In what order are command-line assignments applied when writing?"</b></p>
|
1332
|
+
|
1333
|
+
<blockquote>When writing, tag assignments on the command line are queued and
|
1334
|
+
applied together as each target file is processed. In general, assignments
|
1335
|
+
later on the command line override earlier assignments, but there are
|
1336
|
+
exceptions:
|
1337
|
+
<ol><li>When writing list-type tags (eg. <code>-keywords=one</code>), new values
|
1338
|
+
are accumulated rather than overriding earlier assignments.<br> </li>
|
1339
|
+
<li>When copying values to list-type tags (eg.
|
1340
|
+
<code>"-keywords<filename"</code>), new values are accumulated only if
|
1341
|
+
<code>-addTagsFromFile</code> is used, otherwise they override earlier
|
1342
|
+
assigments if <code>-tagsFromFile</code> is used or implied.<br> </li>
|
1343
|
+
<li>Tags copied with the <code>-tagsFromFile</code> option are assigned in
|
1344
|
+
order, and all together at the point in the command line where the
|
1345
|
+
<code>-tagsFromFile</code> option is located, regardless of whether these tags
|
1346
|
+
are specified immediately after the <code>-tagsFromFile</code> option or later
|
1347
|
+
on the command line. Remember that "<code>-tagsFromFile @</code>" is implied
|
1348
|
+
unless another file is specified when redirecting information with arguments
|
1349
|
+
like <code>"-DSTTAG<SRCTAG"</code>.</li></ol> Note: When copying tag values,
|
1350
|
+
adding to lists, or shifting date/time values, the source value is always the
|
1351
|
+
original value found in the file, regardless of any previous assignments. For
|
1352
|
+
example, the following command sets Subject to the original value of Title in
|
1353
|
+
the file (NOT to "test"):
|
1354
|
+
<pre>exiftool -title=test "-subject<title" a.jpg</pre></blockquote>
|
1355
|
+
|
1356
|
+
<a name="Q23"></a>
|
1357
|
+
<p>23a. <b>"Why do I get '<code>0 image files updated</code>' when writing?"</b>, or<br>
|
1358
|
+
23b. <b>"ExifTool doesn't write some tags to a file"</b></p>
|
1359
|
+
|
1360
|
+
<blockquote>There are a few reasons why this may happen:
|
1361
|
+
|
1362
|
+
<ol><li>The value of the tag is not being set correctly.</li></ol>
|
1363
|
+
|
1364
|
+
This may be due to a tag value which can't be converted, in which case you
|
1365
|
+
should warning like this (note: you may need to use the <code>-v3</code> option
|
1366
|
+
to see the warning if other same-named tags are being set properly by the same
|
1367
|
+
assignment):
|
1368
|
+
<pre>Warning: Can't convert IFD0:Orientation (not in PrintConv)
|
1369
|
+
</pre>
|
1370
|
+
You get this warning if you write an invalid value to a tag which accepts only
|
1371
|
+
specific values. See the "Values" column in the appropriate table of the
|
1372
|
+
<a href="TagNames/index.html">tag name documentation</a> for a list of valid
|
1373
|
+
values for these types of tags. The value conversion may also be bypassed with
|
1374
|
+
the <code>-n</code> option, allowing numerical values to be written directly.
|
1375
|
+
See <a href="#Q6">FAQ number 6</a> for more details.
|
1376
|
+
|
1377
|
+
<ol start="2"><li>The information type isn't supported by the format of the
|
1378
|
+
target file.</li></ol>
|
1379
|
+
|
1380
|
+
Warnings are NOT generated when a tag isn't written because it is
|
1381
|
+
normal that many tags can't be written when copying between files of different
|
1382
|
+
formats.</blockquote>
|
1383
|
+
|
1384
|
+
<blockquote>Tags are not written if the format of the target file doesn't
|
1385
|
+
support the specific type of meta information. For example, CRW images do not
|
1386
|
+
support EXIF or IPTC metdata. See the
|
1387
|
+
<a href="index.html#supported">Supported File Types</a> table for an indication
|
1388
|
+
of the tags supported by your file. If the tags aren't supported for your file
|
1389
|
+
type, then a <a href='metafiles.html'>metadata sidecar file</a> is an
|
1390
|
+
alternative.</blockquote>
|
1391
|
+
|
1392
|
+
<blockquote>Also note that MakerNotes tags can not be created or deleted
|
1393
|
+
individually, so they can only be written if they already exist in a
|
1394
|
+
file. The entire MakerNotes must be created or deleted as a block (see
|
1395
|
+
<a href="#Q8">FAQ number 8</a> for details).
|
1396
|
+
|
1397
|
+
<ol start="3"><li>A time value is being shifted but the specified tag doesn't
|
1398
|
+
exist.</li></ol>
|
1399
|
+
|
1400
|
+
For example, <code>-datetimeoriginal+=1</code> will have no effect unless
|
1401
|
+
the DateTimeOriginal tag exists in the image.</blockquote>
|
1402
|
+
|
1403
|
+
<a name="Q24"></a>
|
1404
|
+
<p>24. <b>"When I write a file the date/time gets reset to today's date"</b></p>
|
1405
|
+
|
1406
|
+
<blockquote>There is sometimes confusion between date/time values stored in the
|
1407
|
+
metadata of the file itself and date/time values stored in the filesystem (ie.
|
1408
|
+
in the disk directory information). A command like this may be used to extract
|
1409
|
+
all date/time information with an indication of where it is stored:
|
1410
|
+
|
1411
|
+
<pre>exiftool -time:all -a -G0:1 -s c:\images\test.jpg</pre>
|
1412
|
+
|
1413
|
+
and should give an output something like this:
|
1414
|
+
|
1415
|
+
<pre>[File:System] FileModifyDate : 2009:10:05 20:40:36-04:00
|
1416
|
+
[File:System] FileAccessDate : 2009:10:07 09:22:12-04:00
|
1417
|
+
[File:System] FileCreateDate : 2009:10:05 20:40:36-04:00
|
1418
|
+
[EXIF:IFD0] ModifyDate : 2003:10:31 15:44:19
|
1419
|
+
[EXIF:ExifIFD] DateTimeOriginal : 2003:10:31 15:44:19
|
1420
|
+
[EXIF:ExifIFD] CreateDate : 2003:10:31 15:44:19</pre>
|
1421
|
+
|
1422
|
+
The <code>-G0:1</code> option causes the family 0 and 1 group names to be
|
1423
|
+
reported in square brackets for each tag. Tags labelled "File:System" are
|
1424
|
+
"pseudo" tags stored in the filesystem, while the others are "real" tags stored
|
1425
|
+
in the metadata of the file.</blockquote>
|
1426
|
+
|
1427
|
+
<blockquote>ExifTool's <b>default behaviour is to set all filesystem times to
|
1428
|
+
the current date/time when any "real" tag is written</b>, but the
|
1429
|
+
<code>-P</code> option may be used to preserve the original FileModifyDate.
|
1430
|
+
FileAccessDate represents the time the file was last accessed, and is set to the
|
1431
|
+
current date/time whenever any software (including ExifTool) accesses the
|
1432
|
+
file.</blockquote>
|
1433
|
+
|
1434
|
+
<blockquote>On systems where a filesystem creation date is maintained, ExifTool
|
1435
|
+
also sets this to the current date/time when the file is edited. On Windows the
|
1436
|
+
creation date is accessed through the FileCreateDate tag, and is also preserved
|
1437
|
+
with the <code>-P</code> option. On Mac/Linux FileInodeChangeDate is available
|
1438
|
+
instead of FileCreateDate, and the only way to preserve the file creation date
|
1439
|
+
is with the <code>-overwrite_original_in_place</code> option.</blockquote>
|
1440
|
+
|
1441
|
+
<blockquote>For example, commands like this act on common metadata tags, setting
|
1442
|
+
the filesystem modification date/time to the current date/time:
|
1443
|
+
|
1444
|
+
<pre><span class='blk'># common metadata date/time tags are incremented by 1 hour, while
|
1445
|
+
# FileModifyDate is set to the current date/time</span>
|
1446
|
+
exiftool -alldates+=1 c:\images</pre>
|
1447
|
+
|
1448
|
+
<i class=lt>[The AllDates tag is a shortcut which represents the 3 common
|
1449
|
+
metadata date/time tags: DateTimeOriginal, CreateDate and
|
1450
|
+
ModifyDate.]</i></blockquote>
|
1451
|
+
|
1452
|
+
<blockquote>However, FileModifyDate may be preserved with the <code>-P</code>
|
1453
|
+
option:
|
1454
|
+
|
1455
|
+
<pre><span class='blk'># FileModifyDate is not changed</span>
|
1456
|
+
exiftool -alldates+=1 -P c:\images</pre>
|
1457
|
+
|
1458
|
+
ExifTool also allows FileModifyDate to be written, which provides full control
|
1459
|
+
over the filesystem modification date/time when writing:
|
1460
|
+
|
1461
|
+
<pre><span class='blk'># FileModifyDate is incremented by 1 hour</span>
|
1462
|
+
exiftool -alldates+=1 -filemodifydate+=1 c:\images
|
1463
|
+
|
1464
|
+
<span class='blk'># FileModifyDate is set from the value of DateTimeOriginal
|
1465
|
+
# (before DateTimeOriginal is incremented by 1 hour)</span>
|
1466
|
+
exiftool -alldates+=1 "-filemodifydate<datetimeoriginal" c:\images
|
1467
|
+
</pre></blockquote>
|
1468
|
+
|
1469
|
+
<a name="Q25"></a>
|
1470
|
+
<p>25. <b>"Can ExifTool be used as an image validator?"</b></p>
|
1471
|
+
|
1472
|
+
<blockquote>ExifTool is <u>not</u> designed as an image validator. It does issue
|
1473
|
+
warnings about some of the more important problems in the metadata when
|
1474
|
+
reading, and will often catch more problems when writing, but it does not
|
1475
|
+
attempt to do a full validation. If you are looking for a validator,
|
1476
|
+
try <a href="http://jhove.sourceforge.net">JHOVE</a>.</blockquote>
|
1477
|
+
|
1478
|
+
<a name="Q26"></a>
|
1479
|
+
<p>26. <b>"How do I import information from a database?"</b></p>
|
1480
|
+
|
1481
|
+
<blockquote><i>[See <a href="#Q12">FAQ number 12</a> for help with the reverse
|
1482
|
+
-- exporting metadata to a database.]</i></blockquote>
|
1483
|
+
|
1484
|
+
<blockquote>ExifTool has the ability to import metadata from CSV and JSON format
|
1485
|
+
database files for writing to output image files. For example, the following
|
1486
|
+
commands use imported metadata to write to all image files in a directory.
|
1487
|
+
|
1488
|
+
<pre><span class='blk'># import from CSV file</span>
|
1489
|
+
exiftool -csv="c:\Users\Phil\test.csv" "c:\Users\Phil\Images"
|
1490
|
+
|
1491
|
+
<span class='blk'># import from JSON file</span>
|
1492
|
+
exiftool -json="c:\Users\Phil\test.json" "c:\Users\Phil\Images"</pre>
|
1493
|
+
|
1494
|
+
For the above commands, the input CSV or JSON file must have the same format as
|
1495
|
+
the output from these commands:
|
1496
|
+
|
1497
|
+
<pre><span class='blk'># export to CSV file</span>
|
1498
|
+
exiftool -csv "c:\Users\Phil\Images" > "c:\Users\Phil\test.csv"
|
1499
|
+
|
1500
|
+
<span class='blk'># export to JSON file</span>
|
1501
|
+
exiftool -json "c:\Users\Phil\Images" > "c:\Users\Phil\test.json"</pre>
|
1502
|
+
|
1503
|
+
Specifically, the first row of the CSV file must contain the tag names.
|
1504
|
+
The first column must be a special "SourceFile" column, containing the names of
|
1505
|
+
the associated image files, with paths specified in the same way as on the
|
1506
|
+
command line. The JSON file contains similar entries, but is not structured in
|
1507
|
+
row/column format.</blockquote>
|
1508
|
+
|
1509
|
+
<blockquote>For each image file specified on the command line, all tags for the
|
1510
|
+
database entry with the corresponding SourceFile name are written (with the
|
1511
|
+
exception of the FileName and Directory tags, which are ignored). A special
|
1512
|
+
SourceFile name of "*" may be used to match any image file. A warning is issued
|
1513
|
+
and nothing is written if a specified file does not match any SourceFile entry
|
1514
|
+
in the database.</blockquote>
|
1515
|
+
|
1516
|
+
<blockquote>Tag names may be prefixed by a group name to write to a specific
|
1517
|
+
group (using the same format as when <code>-G</code> or <code>-G1</code> is
|
1518
|
+
added to the export command). Tags with empty values are ignored. To delete a
|
1519
|
+
tag, set the tag value to "-" and use the <code>-f</code> option when
|
1520
|
+
importing.</blockquote>
|
1521
|
+
|
1522
|
+
<blockquote>See the <code>-csv</code> or <code>-j</code> option in the
|
1523
|
+
<a href="exiftool_pod.html#input_output_text_formatting">application documentation</a>
|
1524
|
+
for more details.</blockquote>
|
1525
|
+
|
1526
|
+
<hr>
|
1527
|
+
<i>Last revised May 11, 2015</i>
|
1528
|
+
<p class='lf'><a href="index.html"><-- Back to ExifTool home page</a></p>
|
1529
|
+
</body>
|
1530
|
+
</html>
|