exiftool_vendored 10.04.0 → 10.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of exiftool_vendored might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/bin/Image-ExifTool-10.23/Changes +7480 -0
- data/bin/Image-ExifTool-10.23/MANIFEST +977 -0
- data/bin/Image-ExifTool-10.23/META.yml +28 -0
- data/bin/Image-ExifTool-10.23/Makefile.PL +46 -0
- data/bin/Image-ExifTool-10.23/README +236 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/arg_files/exif2iptc.args +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/arg_files/exif2xmp.args +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/arg_files/gps2xmp.args +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/arg_files/iptc2exif.args +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/arg_files/iptc2xmp.args +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/arg_files/iptcCore.args +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/arg_files/pdf2xmp.args +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/arg_files/xmp2exif.args +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/arg_files/xmp2gps.args +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/arg_files/xmp2iptc.args +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/arg_files/xmp2pdf.args +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/config_files/convert_regions.config +0 -0
- data/bin/Image-ExifTool-10.23/config_files/example.config +343 -0
- data/bin/Image-ExifTool-10.23/config_files/gps2utm.config +256 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/config_files/photoshop_paths.config +0 -0
- data/bin/Image-ExifTool-10.23/config_files/picasa_faces.config +382 -0
- data/bin/Image-ExifTool-10.23/exiftool +6311 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/fmt_files/gpx.fmt +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/fmt_files/gpx_wpt.fmt +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/fmt_files/kml.fmt +0 -0
- data/bin/Image-ExifTool-10.23/html/ExifTool.html +2093 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/MIE1.1-20070121.pdf +0 -0
- data/bin/Image-ExifTool-10.23/html/Shift.html +173 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/AFCP.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/AIFF.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/APE.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/APP12.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/ASF.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Apple.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Audible.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/BMP.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/BPG.html +118 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Canon.html +9534 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/CanonCustom.html +2141 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/CanonRaw.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/CanonVRD.html +2020 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Casio.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Composite.html +736 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/DICOM.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/DNG.html +293 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/DPX.html +229 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/DV.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/DarwinCore.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/DjVu.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/EXE.html +741 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/EXIF.html +3394 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Extra.html +469 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/FLAC.html +183 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/FLIR.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Flash.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/FlashPix.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Font.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/FotoStation.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/FujiFilm.html +824 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/GE.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/GIF.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/GIMP.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/GPS.html +230 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/GeoTiff.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/H264.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/HP.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/HTML.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/ICC_Profile.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/ID3.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/IPTC.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/ISO.html +159 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/ITC.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/JFIF.html +62 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/JPEG.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/JVC.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Jpeg2000.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Kodak.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/KyoceraRaw.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/LNK.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Leaf.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Lytro.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/M2TS.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/MIE.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/MIFF.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/MNG.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/MOI.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/MPC.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/MPEG.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/MPF.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/MWG.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/MXF.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Matroska.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Microsoft.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Minolta.html +2625 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/MinoltaRaw.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Motorola.html +32 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Nikon.html +5907 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/NikonCapture.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/NikonCustom.html +6590 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Nintendo.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/OOXML.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Ogg.html +49 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Olympus.html +3649 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/OpenEXR.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Opus.html +62 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/PDF.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/PGF.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/PICT.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/PLIST.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/PLUS.html +2613 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/PNG.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/PSP.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Palm.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Panasonic.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/PanasonicRaw.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Pentax.html +4770 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/PhaseOne.html +253 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/PhotoCD.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/PhotoMechanic.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Photoshop.html +739 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/PostScript.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/PrintIM.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Qualcomm.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/QuickTime.html +6060 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/RIFF.html +1382 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/RSRC.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/RTF.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Radiance.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Rawzor.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Real.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Reconyx.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Ricoh.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Samsung.html +616 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Sanyo.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Scalado.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Shortcuts.html +279 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Sigma.html +528 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/SigmaRaw.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Sony.html +10264 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/SonyIDC.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Stim.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Theora.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Torrent.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/Unknown.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/VCard.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/Vorbis.html +243 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/XMP.html +8945 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/ZIP.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/iWork.html +0 -0
- data/bin/Image-ExifTool-10.23/html/TagNames/index.html +217 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/TagNames/style.css +0 -0
- data/bin/Image-ExifTool-10.23/html/ancient_history.html +8209 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/canon_raw.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/commentary.html +0 -0
- data/bin/Image-ExifTool-10.23/html/config.html +355 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/data_members.html +0 -0
- data/bin/Image-ExifTool-10.23/html/exiftool_pod.html +2535 -0
- data/bin/Image-ExifTool-10.23/html/faq.html +1566 -0
- data/bin/Image-ExifTool-10.23/html/filename.html +352 -0
- data/bin/Image-ExifTool-10.23/html/geotag.html +659 -0
- data/bin/Image-ExifTool-10.23/html/history.html +243 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/htmldump.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/idiosyncracies.html +0 -0
- data/bin/Image-ExifTool-10.23/html/index.html +1341 -0
- data/bin/Image-ExifTool-10.23/html/install.html +261 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/metafiles.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/overview.png +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/standards.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/struct.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/style.css +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/under.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/verbose.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/html/writing.html +0 -0
- data/bin/Image-ExifTool-10.23/lib/File/RandomAccess.pm +378 -0
- data/bin/Image-ExifTool-10.23/lib/File/RandomAccess.pod +231 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool.pm +7747 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool.pod +2542 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/AES.pm +501 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/AFCP.pm +286 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/AIFF.pm +289 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/APE.pm +282 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/APP12.pm +322 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/ASF.pm +885 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Apple.pm +129 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Audible.pm +317 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/BMP.pm +179 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/BPG.pm +251 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/BZZ.pm +472 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/BigTIFF.pm +282 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/BuildTagLookup.pm +2527 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Canon.pm +8734 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/CanonCustom.pm +2667 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/CanonRaw.pm +910 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/CanonVRD.pm +2273 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/CaptureOne.pm +235 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Casio.pm +2058 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Charset.pm +423 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/Arabic.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/Baltic.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/Cyrillic.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/Greek.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/Hebrew.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/JIS.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/Latin.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/Latin2.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacArabic.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacChineseCN.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacChineseTW.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacCroatian.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacCyrillic.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacGreek.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacHebrew.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacIceland.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacJapanese.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacKorean.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacLatin2.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacRSymbol.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacRoman.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacRomanian.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacThai.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/MacTurkish.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/PDFDoc.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/ShiftJIS.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/Symbol.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/Thai.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/Turkish.pm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/lib/Image/ExifTool/Charset/Vietnam.pm +0 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/DICOM.pm +3874 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/DNG.pm +835 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/DPX.pm +182 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/DV.pm +319 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/DarwinCore.pm +322 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/DjVu.pm +376 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/EXE.pm +1401 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Exif.pm +5863 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/FLAC.pm +297 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/FLIR.pm +1533 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Fixup.pm +366 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Flash.pm +755 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/FlashPix.pm +1935 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Font.pm +647 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/FotoStation.pm +261 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/FujiFilm.pm +1232 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/GE.pm +81 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/GIF.pm +542 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/GIMP.pm +258 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/GPS.pm +558 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/GeoTiff.pm +2263 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Geotag.pm +1241 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/H264.pm +1110 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/HP.pm +263 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/HTML.pm +576 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/HtmlDump.pm +897 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/ICC_Profile.pm +1000 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/ID3.pm +1570 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/IPTC.pm +1264 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/ISO.pm +206 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/ITC.pm +215 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Import.pm +329 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/InDesign.pm +277 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/JPEG.pm +605 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/JPEGDigest.pm +2616 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/JVC.pm +130 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Jpeg2000.pm +882 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Kodak.pm +2096 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/KyoceraRaw.pm +173 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/LNK.pm +723 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/cs.pm +1588 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/de.pm +8692 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/en_ca.pm +934 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/en_gb.pm +977 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/es.pm +4019 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/fi.pm +2854 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/fr.pm +4758 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/it.pm +7918 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/ja.pm +5835 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/ko.pm +2330 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/nl.pm +3222 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/pl.pm +1276 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/ru.pm +768 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/sv.pm +638 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/tr.pm +544 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/zh_cn.pm +1330 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lang/zh_tw.pm +801 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Leaf.pm +516 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Lytro.pm +217 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/M2TS.pm +729 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/MIE.pm +2564 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/MIEUnits.pod +377 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/MIFF.pm +279 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/MNG.pm +684 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/MOI.pm +158 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/MPC.pm +156 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/MPEG.pm +736 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/MPF.pm +292 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/MWG.pm +753 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/MXF.pm +3031 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/MakerNotes.pm +1736 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Matroska.pm +892 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Microsoft.pm +904 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Minolta.pm +2981 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/MinoltaRaw.pm +534 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Motorola.pm +62 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Nikon.pm +7970 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/NikonCapture.pm +940 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/NikonCustom.pm +7361 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Nintendo.pm +128 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/OOXML.pm +409 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Ogg.pm +240 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Olympus.pm +3985 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/OpenEXR.pm +323 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Opus.pm +98 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PDF.pm +2367 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PGF.pm +143 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PICT.pm +1260 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PLIST.pm +448 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PLUS.pm +2607 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PNG.pm +1227 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PPM.pm +169 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PSP.pm +306 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Palm.pm +403 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Panasonic.pm +2374 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PanasonicRaw.pm +643 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Pentax.pm +6063 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PhaseOne.pm +707 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PhotoCD.pm +507 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PhotoMechanic.pm +256 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Photoshop.pm +939 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PostScript.pm +699 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/PrintIM.pm +125 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Qualcomm.pm +1344 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/QuickTime.pm +6601 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/README +994 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/RIFF.pm +1587 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/RSRC.pm +241 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/RTF.pm +383 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Radiance.pm +144 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Rawzor.pm +189 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Real.pm +739 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Reconyx.pm +190 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Ricoh.pm +1148 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Samsung.pm +1177 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Sanyo.pm +440 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Scalado.pm +141 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Shift.pl +596 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Shortcuts.pm +337 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Sigma.pm +754 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/SigmaRaw.pm +670 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Sony.pm +9623 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/SonyIDC.pm +332 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Stim.pm +196 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/TagInfoXML.pm +827 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/TagLookup.pm +9250 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/TagNames.pod +29842 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Theora.pm +145 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Torrent.pm +317 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Unknown.pm +66 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/VCard.pm +405 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Vorbis.pm +255 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/WriteCanonRaw.pl +637 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/WriteExif.pl +2466 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/WriteIPTC.pl +706 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/WritePDF.pl +771 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/WritePNG.pl +390 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/WritePhotoshop.pl +266 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/WritePostScript.pl +772 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/WriteQuickTime.pl +358 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/WriteXMP.pl +1380 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/Writer.pl +6220 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/XMP.pm +4071 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/XMP2.pl +1284 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/XMPStruct.pl +843 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/ZIP.pm +667 -0
- data/bin/Image-ExifTool-10.23/lib/Image/ExifTool/iWork.pm +223 -0
- data/bin/Image-ExifTool-10.23/perl-Image-ExifTool.spec +113 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/AFCP.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/AFCP_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/AFCP_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/AIFF.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/AIFF_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/APE.t +0 -0
- data/bin/Image-ExifTool-10.23/t/APE_2.out +30 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/APE_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ASF.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ASF_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Audible.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Audible_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/BMP.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/BMP_2.out +0 -0
- data/bin/Image-ExifTool-10.23/t/BPG.t +28 -0
- data/bin/Image-ExifTool-10.23/t/BPG_2.out +92 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/BigTIFF.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/BigTIFF_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Canon.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonRaw.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonRaw_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonRaw_4.out +0 -0
- data/bin/Image-ExifTool-10.23/t/CanonRaw_5.out +209 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonRaw_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonRaw_7.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_11.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_12.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_13.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_14.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_15.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_16.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_17.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_18.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_19.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_20.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_21.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_7.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_8.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/CanonVRD_9.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Canon_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Canon_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Casio.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Casio_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Casio_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Casio_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Casio_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Casio_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/DICOM.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/DICOM_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/DNG.t +0 -0
- data/bin/Image-ExifTool-10.23/t/DNG_2.out +329 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/DNG_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/DPX.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/DPX_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/DV.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/DV_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/DjVu.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/DjVu_2.out +0 -0
- data/bin/Image-ExifTool-10.23/t/EXE.t +31 -0
- data/bin/Image-ExifTool-10.23/t/EXE_2.out +34 -0
- data/bin/Image-ExifTool-10.23/t/EXE_3.out +10 -0
- data/bin/Image-ExifTool-10.23/t/EXE_4.out +8 -0
- data/bin/Image-ExifTool-10.23/t/EXE_5.out +9 -0
- data/bin/Image-ExifTool-10.23/t/EXE_6.out +8 -0
- data/bin/Image-ExifTool-10.23/t/EXE_7.out +10 -0
- data/bin/Image-ExifTool-10.23/t/ExifTool.t +328 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_16.out +0 -0
- data/bin/Image-ExifTool-10.23/t/ExifTool_17.out +598 -0
- data/bin/Image-ExifTool-10.23/t/ExifTool_2.out +427 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_20.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_21.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_22.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_23.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_24.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_25.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_26.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_27.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_28.out +0 -0
- data/bin/Image-ExifTool-10.23/t/ExifTool_29.out +426 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_3.out +0 -0
- data/bin/Image-ExifTool-10.23/t/ExifTool_30.out +2 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_7.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_8.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ExifTool_9.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FLAC.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FLAC_2.out +0 -0
- data/bin/Image-ExifTool-10.23/t/FLAC_3.out +20 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FLIR.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FLIR_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FLIR_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Flash.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FlashPix.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FlashPix_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Flash_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Flash_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Font.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Font_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Font_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Font_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Font_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Font_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Font_7.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FotoStation.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FotoStation_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FotoStation_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FujiFilm.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FujiFilm_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FujiFilm_3.out +0 -0
- data/bin/Image-ExifTool-10.23/t/FujiFilm_4.out +143 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/FujiFilm_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GE.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GE_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GE_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GIF.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GIF_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GIF_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GIF_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GIMP.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GIMP_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GPS.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GPS_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GPS_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GeoTiff.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GeoTiff_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GeoTiff_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/GeoTiff_4.out +0 -0
- data/bin/Image-ExifTool-10.23/t/Geotag.t +201 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Geotag_10.out +0 -0
- data/bin/Image-ExifTool-10.23/t/Geotag_11.out +3 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Geotag_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Geotag_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Geotag_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Geotag_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Geotag_7.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Geotag_8.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Geotag_9.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/HTML.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/HTML_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/IPTC.t +0 -0
- data/bin/Image-ExifTool-10.23/t/IPTC_2.out +69 -0
- data/bin/Image-ExifTool-10.23/t/IPTC_4.out +67 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/IPTC_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/IPTC_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/IPTC_7.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/IPTC_8.out +0 -0
- data/bin/Image-ExifTool-10.23/t/ISO.t +28 -0
- data/bin/Image-ExifTool-10.23/t/ISO_2.out +19 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ITC.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ITC_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/InDesign.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/InDesign_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/InDesign_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/InDesign_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/JVC.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/JVC_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/JVC_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Jpeg2000.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Jpeg2000_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Jpeg2000_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Jpeg2000_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Kodak.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Kodak_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Kodak_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/KyoceraRaw.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/KyoceraRaw_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/LNK.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/LNK_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_1.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_10.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_11.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_12.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_13.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_14.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_15.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_16.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_17.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_18.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_7.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_8.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lang_9.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lytro.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Lytro_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/M2TS.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/M2TS_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MIE.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MIE_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MIE_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MIE_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MIE_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MIFF.t +0 -0
- data/bin/Image-ExifTool-10.23/t/MIFF_2.out +114 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MOI.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MOI_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MP3.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MP3_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MWG.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MWG_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MWG_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MWG_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MWG_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MWG_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MXF.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/MXF_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Matroska.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Matroska_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Minolta.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Minolta_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Minolta_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Minolta_4.out +0 -0
- data/bin/Image-ExifTool-10.23/t/Motorola.t +29 -0
- data/bin/Image-ExifTool-10.23/t/Motorola_2.out +97 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Nikon.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Nikon_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Nikon_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Nikon_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Nikon_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Nikon_7.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Nikon_8.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Olympus.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Olympus_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Olympus_3.out +0 -0
- data/bin/Image-ExifTool-10.23/t/Olympus_4.out +194 -0
- data/bin/Image-ExifTool-10.23/t/Olympus_5.out +266 -0
- data/bin/Image-ExifTool-10.23/t/Olympus_6.out +153 -0
- data/bin/Image-ExifTool-10.23/t/Olympus_7.out +483 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Olympus_8.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/OpenEXR.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/OpenEXR_2.out +0 -0
- data/bin/Image-ExifTool-10.23/t/Opus.t +27 -0
- data/bin/Image-ExifTool-10.23/t/Opus_2.out +26 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_10.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_11.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_12.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_14.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_15.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_16.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_17.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_18.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_19.out +0 -0
- data/bin/Image-ExifTool-10.23/t/PDF_2.out +127 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_20.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_22.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_7.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_8.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PDF_9.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PGF.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PGF_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PICT.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PICT_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PLIST.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PLIST_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PLIST_3.out +0 -0
- data/bin/Image-ExifTool-10.23/t/PLUS.t +45 -0
- data/bin/Image-ExifTool-10.23/t/PLUS_2.out +31 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PNG.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PNG_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PNG_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PNG_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PNG_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PPM.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PPM_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PPM_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PSP.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PSP_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Palm.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Palm_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Panasonic.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Panasonic_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Panasonic_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Panasonic_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Panasonic_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Pentax.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Pentax_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Pentax_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Pentax_4.out +0 -0
- data/bin/Image-ExifTool-10.23/t/PhaseOne.t +38 -0
- data/bin/Image-ExifTool-10.23/t/PhaseOne_2.out +99 -0
- data/bin/Image-ExifTool-10.23/t/PhaseOne_3.out +170 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PhotoCD.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PhotoCD_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PhotoMechanic.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PhotoMechanic_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PhotoMechanic_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Photoshop.t +0 -0
- data/bin/Image-ExifTool-10.23/t/Photoshop_2.out +109 -0
- data/bin/Image-ExifTool-10.23/t/Photoshop_3.out +117 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PostScript.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PostScript_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/PostScript_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/QuickTime.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/QuickTime_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/QuickTime_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/QuickTime_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/QuickTime_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/RIFF.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/RIFF_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/RIFF_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/RIFF_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/RTF.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/RTF_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Radiance.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Radiance_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Real.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Real_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Real_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Real_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Ricoh.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Ricoh_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Ricoh_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Ricoh_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Sanyo.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Sanyo_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Sanyo_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Sigma.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Sigma_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Sigma_3.out +0 -0
- data/bin/Image-ExifTool-10.23/t/Sigma_4.out +65 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Sigma_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Sony.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Sony_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Sony_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Sony_5.out +0 -0
- data/bin/Image-ExifTool-10.23/t/TestLib.pm +431 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Torrent.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Torrent_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Unknown.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Unknown_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Unknown_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/VCard.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/VCard_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/VCard_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Vorbis.t +0 -0
- data/bin/Image-ExifTool-10.23/t/Vorbis_2.out +29 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_10.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_11.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_13.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_14.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_15.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_16.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_17.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_18.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_19.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_22.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_24.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_25.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_26.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_27.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_28.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_29.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_30.out +0 -0
- data/bin/Image-ExifTool-10.23/t/Writer_31.out +108 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_32.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_33.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_34.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_35.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_36.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_37.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_38.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_39.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_40.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_41.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_42.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_43.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_44.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_45.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_46.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_47.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_48.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_50.out +0 -0
- data/bin/Image-ExifTool-10.23/t/Writer_51.out +414 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_52.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_53.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_54.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_55.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_56.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_7.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/Writer_9.out +0 -0
- data/bin/Image-ExifTool-10.23/t/XMP.t +570 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_10.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_11.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_12.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_13.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_14.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_15.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_16.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_17.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_18.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_19.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_20.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_21.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_22.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_23.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_24.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_25.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_26.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_27.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_28.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_29.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_30.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_31.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_32.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_34.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_36.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_37.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_39.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_40.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_41.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_42.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_43.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_44.out +0 -0
- data/bin/Image-ExifTool-10.23/t/XMP_45.out +23 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_7.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_8.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/XMP_9.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ZIP.t +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ZIP_2.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ZIP_3.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ZIP_4.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ZIP_5.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ZIP_6.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/ZIP_7.out +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/AFCP.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/AIFF.aif +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/APE.ape +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/APE.mpc +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/ASF.wmv +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Audible.aa +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/BMP.bmp +0 -0
- data/bin/Image-ExifTool-10.23/t/images/BPG.bpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/BigTIFF.btf +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Canon.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Canon1DmkIII.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/CanonRaw.cr2 +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/CanonRaw.crw +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/CanonVRD.dr4 +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/CanonVRD.vrd +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/CaptureOne.eip +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Casio.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Casio2.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/CasioQVCI.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/DICOM.dcm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/DNG.dng +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/DPX.dpx +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/DV.dv +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/DjVu.djvu +0 -0
- data/bin/Image-ExifTool-10.23/t/images/EXE.a +0 -0
- data/bin/Image-ExifTool-10.23/t/images/EXE.dylib +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/EXE.elf +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/EXE.exe +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/EXE.macho +0 -0
- data/bin/Image-ExifTool-10.23/t/images/EXE.so +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/ExifTool.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/ExifTool.tif +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/ExtendedXMP.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/FLAC.flac +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/FLAC.ogg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/FLIR.fpf +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/FLIR.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Flash.flv +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Flash.swf +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/FlashPix.ppt +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Font.afm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Font.dfont +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Font.pfa +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Font.pfb +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Font.pfm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Font.ttf +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/FotoStation.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/FujiFilm.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/FujiFilm.raf +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/GE.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/GIF.gif +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/GIMP.xcf +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/GPS.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/GeoTiff.tif +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Geotag.gpx +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Geotag.igc +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Geotag.kml +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Geotag.log +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Geotag.xml +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Geotag2.log +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Geotag3.log +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/HTML.html +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/IPTC.jpg +0 -0
- data/bin/Image-ExifTool-10.23/t/images/ISO.iso +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/ITC.itc +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/InDesign.indd +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/JVC.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/JVC2.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Jpeg2000.j2c +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Jpeg2000.jp2 +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Kodak.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/KyoceraRaw.raw +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/LNK.lnk +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Lytro.lfp +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/M2TS.mts +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/MIE.mie +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/MIFF.miff +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/MOI.moi +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/MP3.mp3 +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/MWG.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/MXF.mxf +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Matroska.mkv +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Minolta.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Minolta.mrw +0 -0
- data/bin/Image-ExifTool-10.23/t/images/Motorola.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Nikon.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Nikon.nef +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/NikonD2Hs.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/NikonD70.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/OOXML.docx +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Olympus.dss +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Olympus.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Olympus2.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/OlympusE1.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/OpenDoc.ods +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/OpenEXR.exr +0 -0
- data/bin/Image-ExifTool-10.23/t/images/Opus.opus +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/PDF.pdf +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/PDF2.pdf +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/PGF.pgf +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/PICT.pict +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/PLIST-bin.plist +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/PLIST-xml.plist +0 -0
- data/bin/Image-ExifTool-10.23/t/images/PLUS.xmp +127 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/PNG.png +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/PPM.ppm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/PSP.psp +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Palm.mobi +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Panasonic.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Panasonic.rw2 +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Pentax.avi +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Pentax.jpg +0 -0
- data/bin/Image-ExifTool-10.23/t/images/PhaseOne.iiq +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/PhotoCD.pcd +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/PhotoMechanic.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Photoshop.psd +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/PostScript.eps +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/QuickTime.m4a +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/QuickTime.mov +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/RIFF.avi +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/RIFF.wav +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/RIFF.webp +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/RTF.rtf +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Radiance.hdr +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Real.ra +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Real.ram +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Real.rm +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Ricoh.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Ricoh2.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Sanyo.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Sigma.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Sigma.x3f +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/SigmaDP2.x3f +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Sony.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Sony.pmp +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Torrent.torrent +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Unknown.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/VCard.ics +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/VCard.vcf +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Vorbis.ogg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/Writer.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/XMP.inx +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/XMP.jpg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/XMP.svg +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/XMP.xml +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/XMP.xmp +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/XMP2.xmp +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/XMP3.xmp +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/XMP4.xmp +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/XMP5.xmp +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/XMP6.xmp +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/ZIP.gz +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/ZIP.zip +0 -0
- data/bin/{Image-ExifTool-10.04 → Image-ExifTool-10.23}/t/images/iWork.numbers +0 -0
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +980 -941
- data/bin/Image-ExifTool-10.04/Changes +0 -7227
- data/bin/Image-ExifTool-10.04/MANIFEST +0 -937
- data/bin/Image-ExifTool-10.04/META.yml +0 -27
- data/bin/Image-ExifTool-10.04/Makefile.PL +0 -41
- data/bin/Image-ExifTool-10.04/README +0 -233
- data/bin/Image-ExifTool-10.04/config_files/example.config +0 -343
- data/bin/Image-ExifTool-10.04/config_files/picasa_faces.config +0 -370
- data/bin/Image-ExifTool-10.04/exiftool +0 -6260
- data/bin/Image-ExifTool-10.04/html/ExifTool.html +0 -2070
- data/bin/Image-ExifTool-10.04/html/Shift.html +0 -173
- data/bin/Image-ExifTool-10.04/html/TagNames/Canon.html +0 -9344
- data/bin/Image-ExifTool-10.04/html/TagNames/CanonCustom.html +0 -2081
- data/bin/Image-ExifTool-10.04/html/TagNames/CanonVRD.html +0 -1958
- data/bin/Image-ExifTool-10.04/html/TagNames/Composite.html +0 -705
- data/bin/Image-ExifTool-10.04/html/TagNames/DNG.html +0 -291
- data/bin/Image-ExifTool-10.04/html/TagNames/DPX.html +0 -224
- data/bin/Image-ExifTool-10.04/html/TagNames/EXE.html +0 -697
- data/bin/Image-ExifTool-10.04/html/TagNames/EXIF.html +0 -3383
- data/bin/Image-ExifTool-10.04/html/TagNames/Extra.html +0 -437
- data/bin/Image-ExifTool-10.04/html/TagNames/FLAC.html +0 -183
- data/bin/Image-ExifTool-10.04/html/TagNames/FujiFilm.html +0 -813
- data/bin/Image-ExifTool-10.04/html/TagNames/GPS.html +0 -230
- data/bin/Image-ExifTool-10.04/html/TagNames/JFIF.html +0 -61
- data/bin/Image-ExifTool-10.04/html/TagNames/Minolta.html +0 -2614
- data/bin/Image-ExifTool-10.04/html/TagNames/Nikon.html +0 -4836
- data/bin/Image-ExifTool-10.04/html/TagNames/NikonCustom.html +0 -5633
- data/bin/Image-ExifTool-10.04/html/TagNames/Ogg.html +0 -44
- data/bin/Image-ExifTool-10.04/html/TagNames/Olympus.html +0 -3534
- data/bin/Image-ExifTool-10.04/html/TagNames/Pentax.html +0 -4693
- data/bin/Image-ExifTool-10.04/html/TagNames/PhaseOne.html +0 -253
- data/bin/Image-ExifTool-10.04/html/TagNames/Photoshop.html +0 -575
- data/bin/Image-ExifTool-10.04/html/TagNames/QuickTime.html +0 -6040
- data/bin/Image-ExifTool-10.04/html/TagNames/RIFF.html +0 -1344
- data/bin/Image-ExifTool-10.04/html/TagNames/Samsung.html +0 -604
- data/bin/Image-ExifTool-10.04/html/TagNames/Shortcuts.html +0 -277
- data/bin/Image-ExifTool-10.04/html/TagNames/Sigma.html +0 -469
- data/bin/Image-ExifTool-10.04/html/TagNames/Sony.html +0 -8781
- data/bin/Image-ExifTool-10.04/html/TagNames/Vorbis.html +0 -228
- data/bin/Image-ExifTool-10.04/html/TagNames/XMP.html +0 -9175
- data/bin/Image-ExifTool-10.04/html/TagNames/index.html +0 -211
- data/bin/Image-ExifTool-10.04/html/ancient_history.html +0 -7903
- data/bin/Image-ExifTool-10.04/html/config.html +0 -355
- data/bin/Image-ExifTool-10.04/html/exiftool_pod.html +0 -2514
- data/bin/Image-ExifTool-10.04/html/faq.html +0 -1534
- data/bin/Image-ExifTool-10.04/html/filename.html +0 -352
- data/bin/Image-ExifTool-10.04/html/geotag.html +0 -654
- data/bin/Image-ExifTool-10.04/html/history.html +0 -263
- data/bin/Image-ExifTool-10.04/html/index.html +0 -1331
- data/bin/Image-ExifTool-10.04/html/install.html +0 -255
- data/bin/Image-ExifTool-10.04/lib/File/RandomAccess.pm +0 -378
- data/bin/Image-ExifTool-10.04/lib/File/RandomAccess.pod +0 -231
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool.pm +0 -7499
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool.pod +0 -2504
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/AES.pm +0 -501
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/AFCP.pm +0 -286
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/AIFF.pm +0 -289
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/APE.pm +0 -264
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/APP12.pm +0 -322
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/ASF.pm +0 -885
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Apple.pm +0 -128
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Audible.pm +0 -317
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/BMP.pm +0 -179
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/BZZ.pm +0 -472
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/BigTIFF.pm +0 -282
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/BuildTagLookup.pm +0 -2513
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Canon.pm +0 -8482
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/CanonCustom.pm +0 -2582
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/CanonRaw.pm +0 -910
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/CanonVRD.pm +0 -2240
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/CaptureOne.pm +0 -235
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Casio.pm +0 -2058
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Charset.pm +0 -396
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/DICOM.pm +0 -3874
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/DNG.pm +0 -835
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/DPX.pm +0 -181
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/DV.pm +0 -319
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/DarwinCore.pm +0 -322
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/DjVu.pm +0 -376
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/EXE.pm +0 -1253
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Exif.pm +0 -4687
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/FLAC.pm +0 -297
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/FLIR.pm +0 -1533
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Fixup.pm +0 -354
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Flash.pm +0 -755
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/FlashPix.pm +0 -1935
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Font.pm +0 -647
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/FotoStation.pm +0 -261
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/FujiFilm.pm +0 -1196
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/GE.pm +0 -81
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/GIF.pm +0 -542
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/GIMP.pm +0 -258
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/GPS.pm +0 -558
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/GeoTiff.pm +0 -2263
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Geotag.pm +0 -1221
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/H264.pm +0 -1112
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/HP.pm +0 -263
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/HTML.pm +0 -576
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/HtmlDump.pm +0 -895
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/ICC_Profile.pm +0 -1000
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/ID3.pm +0 -1569
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/IPTC.pm +0 -1264
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/ITC.pm +0 -215
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Import.pm +0 -329
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/InDesign.pm +0 -277
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/JPEG.pm +0 -605
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/JPEGDigest.pm +0 -2511
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/JVC.pm +0 -130
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Jpeg2000.pm +0 -882
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Kodak.pm +0 -2096
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/KyoceraRaw.pm +0 -173
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/LNK.pm +0 -723
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/cs.pm +0 -1588
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/de.pm +0 -8692
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/en_ca.pm +0 -848
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/en_gb.pm +0 -863
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/es.pm +0 -4019
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/fi.pm +0 -2854
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/fr.pm +0 -4758
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/it.pm +0 -7918
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/ja.pm +0 -5835
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/ko.pm +0 -2330
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/nl.pm +0 -3222
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/pl.pm +0 -1276
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/ru.pm +0 -768
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/sv.pm +0 -638
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/tr.pm +0 -544
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/zh_cn.pm +0 -1330
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lang/zh_tw.pm +0 -801
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Leaf.pm +0 -516
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Lytro.pm +0 -217
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/M2TS.pm +0 -725
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/MIE.pm +0 -2564
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/MIEUnits.pod +0 -377
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/MIFF.pm +0 -279
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/MNG.pm +0 -684
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/MOI.pm +0 -158
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/MPC.pm +0 -156
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/MPEG.pm +0 -736
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/MPF.pm +0 -292
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/MWG.pm +0 -753
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/MXF.pm +0 -3031
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/MakerNotes.pm +0 -1725
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Matroska.pm +0 -892
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Microsoft.pm +0 -904
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Minolta.pm +0 -2961
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/MinoltaRaw.pm +0 -534
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Nikon.pm +0 -6751
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/NikonCapture.pm +0 -940
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/NikonCustom.pm +0 -6331
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Nintendo.pm +0 -128
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/OOXML.pm +0 -409
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Ogg.pm +0 -237
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Olympus.pm +0 -3797
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/OpenEXR.pm +0 -324
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/PDF.pm +0 -2328
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/PGF.pm +0 -143
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/PICT.pm +0 -1260
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/PLIST.pm +0 -453
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/PNG.pm +0 -1227
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/PPM.pm +0 -169
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/PSP.pm +0 -306
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Palm.pm +0 -403
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Panasonic.pm +0 -2374
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/PanasonicRaw.pm +0 -643
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Pentax.pm +0 -5973
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/PhaseOne.pm +0 -551
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/PhotoCD.pm +0 -507
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/PhotoMechanic.pm +0 -256
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Photoshop.pm +0 -650
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/PostScript.pm +0 -696
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/PrintIM.pm +0 -125
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Qualcomm.pm +0 -1344
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/QuickTime.pm +0 -6576
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/README +0 -981
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/RIFF.pm +0 -1530
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/RSRC.pm +0 -241
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/RTF.pm +0 -383
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Radiance.pm +0 -144
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Rawzor.pm +0 -189
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Real.pm +0 -739
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Reconyx.pm +0 -190
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Ricoh.pm +0 -1148
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Samsung.pm +0 -1168
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Sanyo.pm +0 -440
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Scalado.pm +0 -141
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Shift.pl +0 -596
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Shortcuts.pm +0 -336
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Sigma.pm +0 -684
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/SigmaRaw.pm +0 -668
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Sony.pm +0 -9219
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/SonyIDC.pm +0 -331
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Stim.pm +0 -196
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/TagInfoXML.pm +0 -827
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/TagLookup.pm +0 -8948
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/TagNames.pod +0 -29199
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Theora.pm +0 -145
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Torrent.pm +0 -317
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Unknown.pm +0 -66
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/VCard.pm +0 -405
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Vorbis.pm +0 -238
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/WriteCanonRaw.pl +0 -637
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/WriteExif.pl +0 -3741
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/WriteIPTC.pl +0 -706
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/WritePDF.pl +0 -768
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/WritePNG.pl +0 -390
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/WritePhotoshop.pl +0 -266
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/WritePostScript.pl +0 -772
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/WriteQuickTime.pl +0 -358
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/WriteXMP.pl +0 -1367
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/Writer.pl +0 -6165
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/XMP.pm +0 -4034
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/XMP2.pl +0 -1579
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/XMPStruct.pl +0 -828
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/ZIP.pm +0 -667
- data/bin/Image-ExifTool-10.04/lib/Image/ExifTool/iWork.pm +0 -223
- data/bin/Image-ExifTool-10.04/perl-Image-ExifTool.spec +0 -112
- data/bin/Image-ExifTool-10.04/t/APE_2.out +0 -29
- data/bin/Image-ExifTool-10.04/t/CanonRaw_5.out +0 -209
- data/bin/Image-ExifTool-10.04/t/DNG_2.out +0 -328
- data/bin/Image-ExifTool-10.04/t/EXE.t +0 -31
- data/bin/Image-ExifTool-10.04/t/EXE_2.out +0 -41
- data/bin/Image-ExifTool-10.04/t/EXE_3.out +0 -16
- data/bin/Image-ExifTool-10.04/t/EXE_4.out +0 -15
- data/bin/Image-ExifTool-10.04/t/ExifTool.t +0 -304
- data/bin/Image-ExifTool-10.04/t/ExifTool_17.out +0 -598
- data/bin/Image-ExifTool-10.04/t/ExifTool_2.out +0 -418
- data/bin/Image-ExifTool-10.04/t/FLAC_3.out +0 -20
- data/bin/Image-ExifTool-10.04/t/FujiFilm_4.out +0 -141
- data/bin/Image-ExifTool-10.04/t/Geotag.t +0 -185
- data/bin/Image-ExifTool-10.04/t/IPTC_2.out +0 -60
- data/bin/Image-ExifTool-10.04/t/IPTC_4.out +0 -58
- data/bin/Image-ExifTool-10.04/t/MIFF_2.out +0 -110
- data/bin/Image-ExifTool-10.04/t/Olympus_4.out +0 -194
- data/bin/Image-ExifTool-10.04/t/Olympus_5.out +0 -266
- data/bin/Image-ExifTool-10.04/t/Olympus_6.out +0 -153
- data/bin/Image-ExifTool-10.04/t/Olympus_7.out +0 -483
- data/bin/Image-ExifTool-10.04/t/PDF_2.out +0 -118
- data/bin/Image-ExifTool-10.04/t/Photoshop_2.out +0 -98
- data/bin/Image-ExifTool-10.04/t/Photoshop_3.out +0 -110
- data/bin/Image-ExifTool-10.04/t/Sigma_4.out +0 -65
- data/bin/Image-ExifTool-10.04/t/TestLib.pm +0 -427
- data/bin/Image-ExifTool-10.04/t/Vorbis_2.out +0 -29
- data/bin/Image-ExifTool-10.04/t/Writer_31.out +0 -99
- data/bin/Image-ExifTool-10.04/t/Writer_51.out +0 -405
- data/bin/Image-ExifTool-10.04/t/XMP.t +0 -557
@@ -1,355 +0,0 @@
|
|
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><title>example.config</title>
|
5
|
-
<link rel=stylesheet type='text/css' href='style.css' title='Style'>
|
6
|
-
</head>
|
7
|
-
<body>
|
8
|
-
<pre>
|
9
|
-
<span class=com>#------------------------------------------------------------------------------
|
10
|
-
# File: example.config
|
11
|
-
#
|
12
|
-
# Description: Example user configuration file for Image::ExifTool
|
13
|
-
#
|
14
|
-
# Notes: This example file shows how to define your own shortcuts and
|
15
|
-
# add new EXIF, IPTC, XMP, PNG, MIE and Composite tags, as well
|
16
|
-
# as how to specify preferred lenses for the LensID tag, and
|
17
|
-
# define new file types and default ExifTool option values.
|
18
|
-
#
|
19
|
-
# Note that unknown tags may be extracted even if they aren't
|
20
|
-
# defined, but tags must be defined to be written. Also note
|
21
|
-
# that it is possible to override an existing tag definition
|
22
|
-
# with a user-defined tag.
|
23
|
-
#
|
24
|
-
# To activate this file, rename it to ".ExifTool_config" and
|
25
|
-
# place it in your home directory or the exiftool application
|
26
|
-
# directory. (On Windows and Mac systems this must be done via
|
27
|
-
# the command line since the GUI's don't allow filenames to begin
|
28
|
-
# with a dot. Use the "rename" command in Windows or "mv" on the
|
29
|
-
# Mac.) This causes ExifTool to automatically load the file when
|
30
|
-
# run. Your home directory is determined by the first defined of
|
31
|
-
# the following environment variables:
|
32
|
-
#
|
33
|
-
# 1. EXIFTOOL_HOME
|
34
|
-
# 2. HOME
|
35
|
-
# 3. HOMEDRIVE + HOMEPATH
|
36
|
-
# 4. (the current directory)
|
37
|
-
#
|
38
|
-
# Alternatively, the -config option of the exiftool application
|
39
|
-
# may be used to load a specific configuration file (note that
|
40
|
-
# this must be the first option on the command line):
|
41
|
-
#
|
42
|
-
# exiftool -config example.config ...
|
43
|
-
#
|
44
|
-
# This example file defines the following 16 new tags as well as
|
45
|
-
# a number of Shortcut and Composite tags:
|
46
|
-
#
|
47
|
-
# 1. EXIF:NewEXIFTag
|
48
|
-
# 2. GPS:GPSPitch
|
49
|
-
# 3. GPS:GPSRoll
|
50
|
-
# 4. IPTC:NewIPTCTag
|
51
|
-
# 5. XMP-xmp:NewXMPxmpTag
|
52
|
-
# 6. XMP-exif:GPSPitch
|
53
|
-
# 7. XMP-exif:GPSRoll
|
54
|
-
# 8. XMP-xxx:NewXMPxxxTag1
|
55
|
-
# 9. XMP-xxx:NewXMPxxxTag2
|
56
|
-
# 10. XMP-xxx:NewXMPxxxTag3
|
57
|
-
# 11. XMP-xxx:NewXMPxxxStruct
|
58
|
-
# 12. PNG:NewPngTag1
|
59
|
-
# 13. PNG:NewPngTag2
|
60
|
-
# 14. PNG:NewPngTag3
|
61
|
-
# 15. MIE-Meta:NewMieTag1
|
62
|
-
# 16. MIE-Test:NewMieTag2
|
63
|
-
#
|
64
|
-
# For detailed information on the definition of tag tables and
|
65
|
-
# tag information hashes, see lib/Image/ExifTool/README.
|
66
|
-
#------------------------------------------------------------------------------
|
67
|
-
|
68
|
-
# Shortcut tags are used when extracting information to simplify
|
69
|
-
# commonly used commands. They can be used to represent groups
|
70
|
-
# of tags, or to provide an alias for a tag name.</span>
|
71
|
-
%Image::ExifTool::UserDefined::Shortcuts = (
|
72
|
-
MyShortcut => ['exif:createdate','exposuretime','aperture'],
|
73
|
-
MyAlias => 'FocalLengthIn35mmFormat',
|
74
|
-
);
|
75
|
-
|
76
|
-
<span class=com># NOTE: All tag names used in the following tables are case sensitive.
|
77
|
-
|
78
|
-
# The %Image::ExifTool::UserDefined hash defines new tags to be added
|
79
|
-
# to existing tables.</span>
|
80
|
-
%Image::ExifTool::UserDefined = (
|
81
|
-
<span class=com># All EXIF tags are added to the Main table, and WriteGroup is used to
|
82
|
-
# specify where the tag is written (default is ExifIFD if not specified):</span>
|
83
|
-
'Image::ExifTool::Exif::Main' => {
|
84
|
-
<span class=com># Example 1. EXIF:NewEXIFTag</span>
|
85
|
-
0xd000 => {
|
86
|
-
Name => 'NewEXIFTag',
|
87
|
-
Writable => 'int16u',
|
88
|
-
WriteGroup => 'IFD0',
|
89
|
-
},
|
90
|
-
<span class=com># add more user-defined EXIF tags here...</span>
|
91
|
-
},
|
92
|
-
<span class=com># the <a href="geotag.html">Geotag feature</a> writes these additional GPS tags if available:</span>
|
93
|
-
'Image::ExifTool::GPS::Main' => {
|
94
|
-
<span class=com># Example 2. GPS:GPSPitch</span>
|
95
|
-
0xd000 => {
|
96
|
-
Name => 'GPSPitch',
|
97
|
-
Writable => 'rational64s',
|
98
|
-
},
|
99
|
-
<span class=com># Example 3. GPS:GPSRoll</span>
|
100
|
-
0xd001 => {
|
101
|
-
Name => 'GPSRoll',
|
102
|
-
Writable => 'rational64s',
|
103
|
-
},
|
104
|
-
},
|
105
|
-
<span class=com># IPTC tags are added to a specific record type (eg. application record):
|
106
|
-
# (Note: IPTC tag ID's are limited to the range 0-255)</span>
|
107
|
-
'Image::ExifTool::IPTC::ApplicationRecord' => {
|
108
|
-
<span class=com># Example 4. IPTC:NewIPTCTag</span>
|
109
|
-
160 => {
|
110
|
-
Name => 'NewIPTCTag',
|
111
|
-
Format => 'string[0,16]',
|
112
|
-
},
|
113
|
-
<span class=com># add more user-defined IPTC ApplicationRecord tags here...</span>
|
114
|
-
},
|
115
|
-
<span class=com># XMP tags may be added to existing namespaces:</span>
|
116
|
-
'Image::ExifTool::XMP::xmp' => {
|
117
|
-
<span class=com># Example 5. XMP-xmp:NewXMPxmpTag</span>
|
118
|
-
NewXMPxmpTag => { Groups => { 2 => 'Author' } },
|
119
|
-
<span class=com># add more user-defined XMP-xmp tags here...</span>
|
120
|
-
},
|
121
|
-
<span class=com># special Geotag tags for XMP-exif:</span>
|
122
|
-
'Image::ExifTool::XMP::exif' => {
|
123
|
-
<span class=com># Example 6. XMP-exif:GPSPitch</span>
|
124
|
-
GPSPitch => { Writable => 'rational', Groups => { 2 => 'Location' } },
|
125
|
-
<span class=com># Example 7. XMP-exif:GPSRoll</span>
|
126
|
-
GPSRoll => { Writable => 'rational', Groups => { 2 => 'Location' } },
|
127
|
-
},
|
128
|
-
<span class=com># new XMP namespaces (eg. xxx) must be added to the Main XMP table:</span>
|
129
|
-
'Image::ExifTool::XMP::Main' => {
|
130
|
-
<span class=com># namespace definition for examples 8 to 11</span>
|
131
|
-
xxx => { <span class=com># <-- must be the same as the NAMESPACE prefix</span>
|
132
|
-
SubDirectory => {
|
133
|
-
TagTable => 'Image::ExifTool::UserDefined::xxx',
|
134
|
-
<span class=com># (see the definition of this table below)</span>
|
135
|
-
},
|
136
|
-
},
|
137
|
-
<span class=com># add more user-defined XMP namespaces here...</span>
|
138
|
-
},
|
139
|
-
<span class=com># new PNG tags are added to the PNG::TextualData table:</span>
|
140
|
-
'Image::ExifTool::PNG::TextualData' => {
|
141
|
-
<span class=com># Example 12. PNG:NewPngTag1</span>
|
142
|
-
NewPngTag1 => { },
|
143
|
-
<span class=com># Example 13. PNG:NewPngTag2</span>
|
144
|
-
NewPngTag2 => { },
|
145
|
-
<span class=com># Example 14. PNG:NewPngTag3</span>
|
146
|
-
NewPngTag3 => { },
|
147
|
-
},
|
148
|
-
<span class=com># add a new MIE tag (NewMieTag1) and group (MIE-Test) to MIE-Meta
|
149
|
-
# (Note: MIE group names must NOT end with a number)</span>
|
150
|
-
'Image::ExifTool::MIE::Meta' => {
|
151
|
-
<span class=com># Example 15. MIE-Meta:NewMieTag1</span>
|
152
|
-
NewMieTag1 => {
|
153
|
-
Writable => 'rational64u',
|
154
|
-
Units => [ 'cm', 'in' ],
|
155
|
-
},
|
156
|
-
<span class=com># new MIE "Test" group for example 16</span>
|
157
|
-
Test => {
|
158
|
-
SubDirectory => {
|
159
|
-
TagTable => 'Image::ExifTool::UserDefined::MIETest',
|
160
|
-
DirName => 'MIE-Test',
|
161
|
-
},
|
162
|
-
},
|
163
|
-
},
|
164
|
-
<span class=com># Composite tags are added to the Composite table:</span>
|
165
|
-
'Image::ExifTool::Composite' => {
|
166
|
-
<span class=com># Composite tags are unique: The Require/Desire elements specify
|
167
|
-
# tags that must/may exist, and the keys of these hashes are used as
|
168
|
-
# indices in the @val array of the ValueConv expression to access
|
169
|
-
# the numerical (-n) values of these tags. All Require'd tags must
|
170
|
-
# exist for the Composite tag to be evaluated. If no Require'd tags
|
171
|
-
# are specified, then at least one of the Desire'd tags must exist.
|
172
|
-
# See the Composite table in Image::ExifTool::Exif for more
|
173
|
-
# examples, and lib/Image/ExifTool/README for all of the details.</span>
|
174
|
-
BaseName => {
|
175
|
-
Require => {
|
176
|
-
0 => 'FileName',
|
177
|
-
},
|
178
|
-
<span class=com># remove the extension from FileName</span>
|
179
|
-
ValueConv => '$val[0] =~ /(.*)\./ ? $1 : $val[0]',
|
180
|
-
},
|
181
|
-
<span class=com># the next few examples demonstrate simplifications which may be
|
182
|
-
# used if only one tag is Require'd or Desire'd:
|
183
|
-
# 1) the Require lookup may be replaced with a simple tag name
|
184
|
-
# 2) "$val" may be used to represent "$val[0]" in the expression</span>
|
185
|
-
FileExtension => {
|
186
|
-
Require => 'FileName',
|
187
|
-
ValueConv => '$val=~/\.([^.]*)$/; $1',
|
188
|
-
},
|
189
|
-
<span class=com># override CircleOfConfusion tag to use D/1750 instead of D/1440</span>
|
190
|
-
CircleOfConfusion => {
|
191
|
-
Require => 'ScaleFactor35efl',
|
192
|
-
Groups => { 2 => 'Camera' },
|
193
|
-
ValueConv => 'sqrt(24*24+36*36) / ($val * 1750)',
|
194
|
-
<span class=com># an optional PrintConv may be used to format the value</span>
|
195
|
-
PrintConv => 'sprintf("%.3f mm",$val)',
|
196
|
-
},
|
197
|
-
<span class=com># generate a description for this file type</span>
|
198
|
-
FileTypeDescription => {
|
199
|
-
Require => 'FileType',
|
200
|
-
ValueConv => 'GetFileType($val,1) || $val',
|
201
|
-
},
|
202
|
-
<span class=com># calculate physical image size based on resolution</span>
|
203
|
-
PhysicalImageSize => {
|
204
|
-
Require => {
|
205
|
-
0 => 'ImageWidth',
|
206
|
-
1 => 'ImageHeight',
|
207
|
-
2 => 'XResolution',
|
208
|
-
3 => 'YResolution',
|
209
|
-
4 => 'ResolutionUnit',
|
210
|
-
},
|
211
|
-
ValueConv => '$val[0]/$val[2] . " " . $val[1]/$val[3]',
|
212
|
-
<span class=com># (the @prt array contains print-formatted values)</span>
|
213
|
-
PrintConv => 'sprintf("%.1fx%.1f $prt[4]", split(" ",$val))',
|
214
|
-
},
|
215
|
-
<span class=com># [advanced] select largest JPEG preview image</span>
|
216
|
-
BigImage => {
|
217
|
-
Groups => { 2 => 'Preview' },
|
218
|
-
Desire => {
|
219
|
-
0 => 'JpgFromRaw',
|
220
|
-
1 => 'PreviewImage',
|
221
|
-
2 => 'OtherImage',
|
222
|
-
<span class=com># (DNG and A100 ARW may be have 2 PreviewImage's)</span>
|
223
|
-
3 => 'PreviewImage (1)',
|
224
|
-
},
|
225
|
-
<span class=com># ValueConv may also be a code reference
|
226
|
-
# Inputs: 0) reference to list of values, 1) ExifTool object</span>
|
227
|
-
ValueConv => sub {
|
228
|
-
my $val = shift;
|
229
|
-
my ($image, $bigImage, $len, $bigLen);
|
230
|
-
foreach $image (@$val) {
|
231
|
-
next unless ref $image eq 'SCALAR';
|
232
|
-
<span class=com># check for JPEG image (or "Binary data" if -b not used)</span>
|
233
|
-
next unless $$image =~ /^(\xff\xd8\xff|Binary data (\d+))/;
|
234
|
-
$len = $2 || length $$image; <span class=com># get image length</span>
|
235
|
-
<span class=com># save largest image</span>
|
236
|
-
next if defined $bigLen and $bigLen >= $len;
|
237
|
-
$bigLen = $len;
|
238
|
-
$bigImage = $image;
|
239
|
-
}
|
240
|
-
return $bigImage;
|
241
|
-
},
|
242
|
-
},
|
243
|
-
<span class=com># **** ADD ADDITIONAL COMPOSITE TAG DEFINITIONS HERE ****</span>
|
244
|
-
},
|
245
|
-
);
|
246
|
-
|
247
|
-
<a name='xmp-xxx'><span class=com># This is a basic example of the definition for a new XMP namespace.
|
248
|
-
# This table is referenced through a SubDirectory tag definition
|
249
|
-
# in the %Image::ExifTool::UserDefined definition above.
|
250
|
-
# The namespace prefix for these tags is 'xxx', which corresponds to
|
251
|
-
# an ExifTool family 1 group name of 'XMP-xxx'.</span></a>
|
252
|
-
%Image::ExifTool::UserDefined::xxx = (
|
253
|
-
GROUPS => { 0 => 'XMP', 1 => 'XMP-xxx', 2 => 'Image' },
|
254
|
-
NAMESPACE => { 'xxx' => 'http://ns.myname.com/xxx/1.0/' },
|
255
|
-
WRITABLE => 'string',
|
256
|
-
<span class=com># Example 8. XMP-xxx:NewXMPxxxTag1</span>
|
257
|
-
<span class=com># - replace "NewXMPxxxTag1" with your own tag name (eg. "MyTag")</span>
|
258
|
-
NewXMPxxxTag1 => { Writable => 'lang-alt' },
|
259
|
-
<span class=com># Example 9. XMP-xxx:NewXMPxxxTag2</span>
|
260
|
-
NewXMPxxxTag2 => { Groups => { 2 => 'Author' } },
|
261
|
-
<span class=com># Example 10. XMP-xxx:NewXMPxxxTag3</span>
|
262
|
-
NewXMPxxxTag3 => { List => 'Bag' },
|
263
|
-
<span class=com># Example 11. XMP-xxx:NewXMPxxxStruct</span>
|
264
|
-
<span class=com># - example structured XMP tag</span>
|
265
|
-
NewXMPxxxStruct => {
|
266
|
-
<span class=com># the "Struct" entry defines the structure fields</span>
|
267
|
-
Struct => {
|
268
|
-
<span class=com># optional namespace prefix and URI for structure fields
|
269
|
-
# (required only if different than NAMESPACE above)</span>
|
270
|
-
NAMESPACE => { 'test' => 'http://x.y.z/test/' },
|
271
|
-
<span class=com># optional structure name (used for warning messages only)</span>
|
272
|
-
STRUCT_NAME => 'MyStruct',
|
273
|
-
<span class=com># optional rdf:type property for the structure</span>
|
274
|
-
TYPE => 'http://x.y.z/test/xystruct',
|
275
|
-
<span class=com># structure fields (very similar to tag definitions)</span>
|
276
|
-
X => { Writable => 'integer' },
|
277
|
-
Y => { Writable => 'integer' },
|
278
|
-
<span class=com># a nested structure...</span>
|
279
|
-
Things => {
|
280
|
-
List => 'Bag',
|
281
|
-
Struct => {
|
282
|
-
NAMESPACE => { thing => 'http://x.y.z/thing/' },
|
283
|
-
What => { },
|
284
|
-
Where => { },
|
285
|
-
},
|
286
|
-
},
|
287
|
-
},
|
288
|
-
List => 'Seq', <span class=com># structures may also be elements of a list</span>
|
289
|
-
},
|
290
|
-
<span class=com> # Each field in the structure has an automatically-generated
|
291
|
-
# corresponding flattened tag with an ID that is the concatenation
|
292
|
-
# of the original structure tag ID and the field name (after
|
293
|
-
# capitalizing the first letter of the field name if necessary).
|
294
|
-
# The Name and/or Description of these flattened tags may be changed
|
295
|
-
# if desired, but all other tag properties are taken from the
|
296
|
-
# structure field definition. When this is done, the "Flat" flag
|
297
|
-
# must also be set in the tag definition. For example:</span>
|
298
|
-
NewXMPxxxStructX => { Name => 'SomeOtherName', Flat => 1 },
|
299
|
-
);
|
300
|
-
|
301
|
-
<span class=com># Adding a new MIE group requires a few extra definitions</span>
|
302
|
-
use Image::ExifTool::MIE;
|
303
|
-
%Image::ExifTool::UserDefined::MIETest = (
|
304
|
-
%Image::ExifTool::MIE::tableDefaults, <span class=com># default MIE table entries</span>
|
305
|
-
GROUPS => { 0 => 'MIE', 1 => 'MIE-Test', 2 => 'Document' },
|
306
|
-
WRITE_GROUP => 'MIE-Test',
|
307
|
-
<span class=com># Example 16. MIE-Test:NewMieTag2</span>
|
308
|
-
NewMieTag2 => { }, <span class=com># new user-defined tag in MIE-Test group</span>
|
309
|
-
);
|
310
|
-
|
311
|
-
<span class=com># A special 'Lenses' list can be defined to give priority to specific lenses
|
312
|
-
# in the logic to determine a lens model for the Composite:LensID tag</span>
|
313
|
-
@Image::ExifTool::UserDefined::Lenses = (
|
314
|
-
'Sigma AF 10-20mm F4-5.6 EX DC',
|
315
|
-
'Tokina AF193-2 19-35mm f/3.5-4.5',
|
316
|
-
);
|
317
|
-
|
318
|
-
<span class=com># User-defined file types to recognize</span>
|
319
|
-
%Image::ExifTool::UserDefined::FileTypes = (
|
320
|
-
XXX => { <span class=com># <-- the extension of the new file type (case insensitive)</span>
|
321
|
-
<span class=com># BaseType specifies the format upon which this file is based.
|
322
|
-
# If BaseType is defined, then the file will be fully supported,
|
323
|
-
# and in this case the Magic pattern should not be defined</span>
|
324
|
-
BaseType => 'TIFF',
|
325
|
-
MIMEType => 'image/x-xxx',
|
326
|
-
Description => 'My XXX file type',
|
327
|
-
},
|
328
|
-
YYY => {
|
329
|
-
<span class=com># without BaseType, the file will be recognized but not supported</span>
|
330
|
-
Magic => '0123abcd', <span class=com># regular expression to match at start of file</span>
|
331
|
-
MIMEType => 'application/test',
|
332
|
-
Description => 'Test imaginary file type',
|
333
|
-
},
|
334
|
-
ZZZ => {
|
335
|
-
<span class=com># if neither BaseType nor Magic are defined, the file will be
|
336
|
-
# recognized by extension only</span>
|
337
|
-
Description => 'My ZZZ file type',
|
338
|
-
},
|
339
|
-
);
|
340
|
-
|
341
|
-
<span class=com># Specify default ExifTool option values
|
342
|
-
# (see the <a href="ExifTool.html#Options">Options function documentation</a> for available options)</span>
|
343
|
-
%Image::ExifTool::UserDefined::Options = (
|
344
|
-
CoordFormat => '%.6f', <span class=com># change default GPS coordinate format</span>
|
345
|
-
Duplicates => 1, <span class=com># make -a default for the exiftool app</span>
|
346
|
-
GeoMaxHDOP => 4, <span class=com># ignore GPS fixes with HDOP > 4</span>
|
347
|
-
);
|
348
|
-
|
349
|
-
<span class=com>#------------------------------------------------------------------------------</span>
|
350
|
-
1; <span class=com>#end</span>
|
351
|
-
</pre>
|
352
|
-
<hr>
|
353
|
-
<p class='lf'><a href="index.html"><-- Back to ExifTool home page</a></p>
|
354
|
-
</body>
|
355
|
-
</html>
|
@@ -1,2514 +0,0 @@
|
|
1
|
-
<?xml version="1.0" ?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
4
|
-
<head>
|
5
|
-
<title>exiftool Application Documentation</title>
|
6
|
-
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
7
|
-
<link rev="made" href="mailto:_securityagent@gamma.local" />
|
8
|
-
</head>
|
9
|
-
|
10
|
-
<body style="background-color: white">
|
11
|
-
<table border="0" width="100%" cellspacing="0" cellpadding="3">
|
12
|
-
<tr><td class="block" style="background-color: #cccccc" valign="middle">
|
13
|
-
<big><strong><span class="block"> exiftool Application Documentation</span></strong></big>
|
14
|
-
</td></tr>
|
15
|
-
</table>
|
16
|
-
|
17
|
-
|
18
|
-
<!-- INDEX BEGIN -->
|
19
|
-
<div name="index">
|
20
|
-
<p><a name="__index__"></a></p>
|
21
|
-
|
22
|
-
<ul>
|
23
|
-
|
24
|
-
<li><a href="#name">NAME</a></li>
|
25
|
-
<li><a href="#synopsis">SYNOPSIS</a></li>
|
26
|
-
<li><a href="#description">DESCRIPTION</a></li>
|
27
|
-
<li><a href="#options">OPTIONS</a></li>
|
28
|
-
<ul>
|
29
|
-
|
30
|
-
<li><a href="#option_summary">Option Summary</a></li>
|
31
|
-
<li><a href="#option_details">Option Details</a></li>
|
32
|
-
<ul>
|
33
|
-
|
34
|
-
<li><a href="#tag_operations">Tag operations</a></li>
|
35
|
-
<li><a href="#input_output_text_formatting">Input-output text formatting</a></li>
|
36
|
-
<li><a href="#processing_control">Processing control</a></li>
|
37
|
-
<li><a href="#special_features">Special features</a></li>
|
38
|
-
<li><a href="#utilities">Utilities</a></li>
|
39
|
-
<li><a href="#other_options">Other options</a></li>
|
40
|
-
<li><a href="#advanced_options">Advanced options</a></li>
|
41
|
-
</ul>
|
42
|
-
|
43
|
-
</ul>
|
44
|
-
|
45
|
-
<li><a href="#windows_unicode_file_names">WINDOWS UNICODE FILE NAMES</a></li>
|
46
|
-
<li><a href="#writing_read_only_files">WRITING READ-ONLY FILES</a></li>
|
47
|
-
<li><a href="#reading_examples">READING EXAMPLES</a></li>
|
48
|
-
<li><a href="#writing_examples">WRITING EXAMPLES</a></li>
|
49
|
-
<li><a href="#copying_examples">COPYING EXAMPLES</a></li>
|
50
|
-
<li><a href="#renaming_examples">RENAMING EXAMPLES</a></li>
|
51
|
-
<li><a href="#geotagging_examples">GEOTAGGING EXAMPLES</a></li>
|
52
|
-
<li><a href="#piping_examples">PIPING EXAMPLES</a></li>
|
53
|
-
<li><a href="#diagnostics">DIAGNOSTICS</a></li>
|
54
|
-
<li><a href="#author">AUTHOR</a></li>
|
55
|
-
<li><a href="#see_also">SEE ALSO</a></li>
|
56
|
-
</ul>
|
57
|
-
|
58
|
-
<hr name="index" />
|
59
|
-
</div>
|
60
|
-
<!-- INDEX END -->
|
61
|
-
|
62
|
-
<p>
|
63
|
-
</p>
|
64
|
-
<h1><a name="name">NAME</a></h1>
|
65
|
-
<p>exiftool - Read and write meta information in files</p>
|
66
|
-
<p>
|
67
|
-
</p>
|
68
|
-
<hr />
|
69
|
-
<h1><a name="synopsis">SYNOPSIS</a></h1>
|
70
|
-
<dl>
|
71
|
-
<dt><strong><a name="exiftool_options_tag_tag_file" class="item"><strong>exiftool</strong> [<em>OPTIONS</em>] [-<em>TAG</em>...] [--<em>TAG</em>...] <em>FILE</em>...</a></strong></dt>
|
72
|
-
|
73
|
-
<dt><strong><a name="exiftool_options_tag_value_file" class="item"><strong>exiftool</strong> [<em>OPTIONS</em>] -<em>TAG</em>[+-<]=[<em>VALUE</em>]... <em>FILE</em>...</a></strong></dt>
|
74
|
-
|
75
|
-
<dt><strong><a name="exiftool_options_tagsfromfile_srcfile_srctag_dsttag_file" class="item"><strong>exiftool</strong> [<em>OPTIONS</em>] <strong>-tagsFromFile</strong> <em>SRCFILE</em>
|
76
|
-
[-<em>SRCTAG</em>[><em>DSTTAG</em>]...] <em>FILE</em>...</a></strong></dt>
|
77
|
-
|
78
|
-
<dt><strong><a name="exiftool_ver_list_w_f_r_wf_g_num_d_x" class="item"><strong>exiftool</strong> [ <strong>-ver</strong> |
|
79
|
-
<strong>-list</strong>[<strong>w</strong>|<strong>f</strong>|<strong>r</strong>|<strong>wf</strong>|<strong>g</strong>[<em>NUM</em>]|<strong>d</strong>|<strong>x</strong>] ]</a></strong></dt>
|
80
|
-
|
81
|
-
</dl>
|
82
|
-
<p>For specific examples, see the <a href="#reading_examples">EXAMPLES</a> sections below.</p>
|
83
|
-
<p>This documentation is displayed if exiftool is run without an input <em>FILE</em>
|
84
|
-
when one is expected.</p>
|
85
|
-
<p>
|
86
|
-
</p>
|
87
|
-
<hr />
|
88
|
-
<h1><a name="description">DESCRIPTION</a></h1>
|
89
|
-
<p>A command-line interface to <a href="ExifTool.html">Image::ExifTool</a>, used for
|
90
|
-
reading and writing meta information in a variety of file types. <em>FILE</em> is
|
91
|
-
one or more source file names, directory names, or <code>-</code> for the standard
|
92
|
-
input. Metadata is read from source files and printed in readable form
|
93
|
-
to the console (or written to output text files with <strong>-w</strong>).</p>
|
94
|
-
<p>To write or delete metadata, tag values are assigned using the
|
95
|
-
-<em>TAG</em>=[<em>VALUE</em>] syntax, or the <strong>-geotag</strong> option. To copy or move
|
96
|
-
metadata, the <strong>-tagsFromFile</strong> feature is used. By default the original
|
97
|
-
files are preserved with <code>_original</code> appended to their names -- be sure to
|
98
|
-
verify that the new files are OK before erasing the originals. Once in
|
99
|
-
write mode, exiftool will ignore any read-specific options.</p>
|
100
|
-
<p>Note: If <em>FILE</em> is a directory name then only supported file types in the
|
101
|
-
directory are processed (in write mode only writable types are processed).
|
102
|
-
However, files may be specified by name, or the <strong>-ext</strong> option may be used
|
103
|
-
to force processing of files with any extension.</p>
|
104
|
-
<p>Below is a list of file types and meta information formats currently
|
105
|
-
supported by ExifTool (r = read, w = write, c = create):</p>
|
106
|
-
<pre>
|
107
|
-
File Types
|
108
|
-
------------+-------------+-------------+-------------+------------
|
109
|
-
3FR r | DVB r/w | KEY r | ORF r/w | RWL r/w
|
110
|
-
3G2 r/w | DYLIB r | LA r | OTF r | RWZ r
|
111
|
-
3GP r/w | EIP r | LFP r | PAC r | RM r
|
112
|
-
AA r | EPS r/w | LNK r | PAGES r | SEQ r
|
113
|
-
AAX r/w | EPUB r | M2TS r | PBM r/w | SO r
|
114
|
-
ACR r | ERF r/w | M4A/V r/w | PCD r | SR2 r/w
|
115
|
-
AFM r | EXE r | MEF r/w | PDB r | SRF r
|
116
|
-
AI r/w | EXIF r/w/c | MIE r/w/c | PDF r/w | SRW r/w
|
117
|
-
AIFF r | EXR r | MIFF r | PEF r/w | SVG r
|
118
|
-
APE r | EXV r/w/c | MKA r | PFA r | SWF r
|
119
|
-
ARW r/w | F4A/V r/w | MKS r | PFB r | THM r/w
|
120
|
-
ASF r | FFF r/w | MKV r | PFM r | TIFF r/w
|
121
|
-
AVI r | FLA r | MNG r/w | PGF r | TORRENT r
|
122
|
-
AZW r | FLAC r | MOBI r | PGM r/w | TTC r
|
123
|
-
BMP r | FLV r | MODD r | PLIST r | TTF r
|
124
|
-
BTF r | FPF r | MOI r | PICT r | VCF r
|
125
|
-
CHM r | FPX r | MOS r/w | PMP r | VRD r/w/c
|
126
|
-
COS r | GIF r/w | MOV r/w | PNG r/w | VSD r
|
127
|
-
CR2 r/w | GZ r | MP3 r | PPM r/w | WAV r
|
128
|
-
CRW r/w | HDP r/w | MP4 r/w | PPT r | WDP r/w
|
129
|
-
CS1 r/w | HDR r | MPC r | PPTX r | WEBP r
|
130
|
-
DCM r | HTML r | MPG r | PS r/w | WEBM r
|
131
|
-
DCP r/w | ICC r/w/c | MPO r/w | PSB r/w | WMA r
|
132
|
-
DCR r | ICS r | MQV r/w | PSD r/w | WMV r
|
133
|
-
DFONT r | IDML r | MRW r/w | PSP r | WV r
|
134
|
-
DIVX r | IIQ r/w | MXF r | QTIF r/w | X3F r/w
|
135
|
-
DJVU r | IND r/w | NEF r/w | RA r | XCF r
|
136
|
-
DLL r | INX r | NRW r/w | RAF r/w | XLS r
|
137
|
-
DNG r/w | ITC r | NUMBERS r | RAM r | XLSX r
|
138
|
-
DOC r | J2C r | ODP r | RAR r | XMP r/w/c
|
139
|
-
DOCX r | JNG r/w | ODS r | RAW r/w | ZIP r
|
140
|
-
DPX r | JP2 r/w | ODT r | RIFF r |
|
141
|
-
DR4 r/w/c | JPEG r/w | OFR r | RSRC r |
|
142
|
-
DSS r | K25 r | OGG r | RTF r |
|
143
|
-
DV r | KDC r | OGV r | RW2 r/w |</pre>
|
144
|
-
<pre>
|
145
|
-
Meta Information
|
146
|
-
----------------------+----------------------+---------------------
|
147
|
-
EXIF r/w/c | CIFF r/w | Ricoh RMETA r
|
148
|
-
GPS r/w/c | AFCP r/w | Picture Info r
|
149
|
-
IPTC r/w/c | Kodak Meta r/w | Adobe APP14 r
|
150
|
-
XMP r/w/c | FotoStation r/w | MPF r
|
151
|
-
MakerNotes r/w/c | PhotoMechanic r/w | Stim r
|
152
|
-
Photoshop IRB r/w/c | JPEG 2000 r | DPX r
|
153
|
-
ICC Profile r/w/c | DICOM r | APE r
|
154
|
-
MIE r/w/c | Flash r | Vorbis r
|
155
|
-
JFIF r/w/c | FlashPix r | SPIFF r
|
156
|
-
Ducky APP12 r/w/c | QuickTime r | DjVu r
|
157
|
-
PDF r/w/c | Matroska r | M2TS r
|
158
|
-
PNG r/w/c | MXF r | PE/COFF r
|
159
|
-
Canon VRD r/w/c | PrintIM r | AVCHD r
|
160
|
-
Nikon Capture r/w/c | FLAC r | ZIP r
|
161
|
-
GeoTIFF r/w/c | ID3 r | (and more)</pre>
|
162
|
-
<p>
|
163
|
-
</p>
|
164
|
-
<hr />
|
165
|
-
<h1><a name="options">OPTIONS</a></h1>
|
166
|
-
<p>Case is not significant for any command-line option (including tag and group
|
167
|
-
names), except for single-character options when the corresponding
|
168
|
-
upper-case option exists. Many single-character options have equivalent
|
169
|
-
long-name versions (shown in brackets), and some options have inverses which
|
170
|
-
are invoked with a leading double-dash. Unrecognized options are
|
171
|
-
interpreted as tag names (for this reason, multiple single-character options
|
172
|
-
may NOT be combined into one argument). Contrary to standard practice,
|
173
|
-
options may appear after source file names on the exiftool command line.</p>
|
174
|
-
<p>
|
175
|
-
</p>
|
176
|
-
<h2><a name="option_summary">Option Summary</a></h2>
|
177
|
-
<p><a href="#tag_operations">Tag operations</a></p>
|
178
|
-
<pre>
|
179
|
-
-TAG or --TAG Extract or exclude specified tag
|
180
|
-
-TAG[+-]=[VALUE] Write new value for tag
|
181
|
-
-TAG[+-]<=DATFILE Write tag value from contents of file
|
182
|
-
-TAG[+-]<SRCTAG Copy tag value (see -tagsFromFile)</pre>
|
183
|
-
<pre>
|
184
|
-
-tagsFromFile SRCFILE Copy tag values from file
|
185
|
-
-x TAG (-exclude) Exclude specified tag</pre>
|
186
|
-
<p><a href="#input_output_text_formatting">Input-output text formatting</a></p>
|
187
|
-
<pre>
|
188
|
-
-args (-argFormat) Format metadata as exiftool arguments
|
189
|
-
-b (-binary) Output metadata in binary format
|
190
|
-
-c FMT (-coordFormat) Set format for GPS coordinates
|
191
|
-
-charset [[TYPE=]CHARSET] Specify encoding for special characters
|
192
|
-
-csv[=CSVFILE] Export/import tags in CSV format
|
193
|
-
-d FMT (-dateFormat) Set format for date/time values
|
194
|
-
-D (-decimal) Show tag ID numbers in decimal
|
195
|
-
-E, -ex (-escape(HTML|XML)) Escape values for HTML (-E) or XML (-ex)
|
196
|
-
-f (-forcePrint) Force printing of all specified tags
|
197
|
-
-g[NUM...] (-groupHeadings) Organize output by tag group
|
198
|
-
-G[NUM...] (-groupNames) Print group name for each tag
|
199
|
-
-h (-htmlFormat) Use HMTL formatting for output
|
200
|
-
-H (-hex) Show tag ID number in hexadecimal
|
201
|
-
-htmlDump[OFFSET] Generate HTML-format binary dump
|
202
|
-
-j[=JSONFILE] (-json) Export/import tags in JSON format
|
203
|
-
-l (-long) Use long 2-line output format
|
204
|
-
-L (-latin) Use Windows Latin1 encoding
|
205
|
-
-lang [LANG] Set current language
|
206
|
-
-listItem INDEX Extract specific item from a list
|
207
|
-
-n (--printConv) Read/write numerical tag values
|
208
|
-
-p FMTFILE (-printFormat) Print output in specified format
|
209
|
-
-php Export tags as a PHP Array
|
210
|
-
-s[NUM] (-short) Short output format
|
211
|
-
-S (-veryShort) Very short output format
|
212
|
-
-sep STR (-separator) Set separator string for list items
|
213
|
-
-sort Sort output alphabetically
|
214
|
-
-struct Enable output of structured information
|
215
|
-
-t (-tab) Output in tab-delimited list format
|
216
|
-
-T (-table) Output in tabular format
|
217
|
-
-v[NUM] (-verbose) Print verbose messages
|
218
|
-
-w[+|!] EXT (-textOut) Write (or overwrite!) output text files
|
219
|
-
-W[+|!] FMT (-tagOut) Write output text file for each tag
|
220
|
-
-Wext EXT (-tagOutExt) Write only specified file types with -W
|
221
|
-
-X (-xmlFormat) Use RDF/XML output format</pre>
|
222
|
-
<p><a href="#processing_control">Processing control</a></p>
|
223
|
-
<pre>
|
224
|
-
-a (-duplicates) Allow duplicate tags to be extracted
|
225
|
-
-e (--composite) Do not calculate composite tags
|
226
|
-
-ee (-extractEmbedded) Extract information from embedded files
|
227
|
-
-ext EXT (-extension) Process files with specified extension
|
228
|
-
-F[OFFSET] (-fixBase) Fix the base for maker notes offsets
|
229
|
-
-fast[NUM] Increase speed for slow devices
|
230
|
-
-fileOrder [-]TAG Set file processing order
|
231
|
-
-i DIR (-ignore) Ignore specified directory name
|
232
|
-
-if EXPR Conditionally process files
|
233
|
-
-m (-ignoreMinorErrors) Ignore minor errors and warnings
|
234
|
-
-o OUTFILE (-out) Set output file or directory name
|
235
|
-
-overwrite_original Overwrite original by renaming tmp file
|
236
|
-
-overwrite_original_in_place Overwrite original by copying tmp file
|
237
|
-
-P (-preserve) Preserve date/time of original file
|
238
|
-
-password PASSWD Password for processing protected files
|
239
|
-
-progress Show file progress count
|
240
|
-
-q (-quiet) Quiet processing
|
241
|
-
-r[.] (-recurse) Recursively process subdirectories
|
242
|
-
-scanForXMP Brute force XMP scan
|
243
|
-
-u (-unknown) Extract unknown tags
|
244
|
-
-U (-unknown2) Extract unknown binary tags too
|
245
|
-
-wm MODE (-writeMode) Set mode for writing/creating tags
|
246
|
-
-z (-zip) Read/write compressed information</pre>
|
247
|
-
<p><a href="#special_features">Special features</a></p>
|
248
|
-
<pre>
|
249
|
-
-geotag TRKFILE Geotag images from specified GPS log
|
250
|
-
-globalTimeShift SHIFT Shift all formatted date/time values
|
251
|
-
-use MODULE Add features from plug-in module</pre>
|
252
|
-
<p><a href="#utilities">Utilities</a></p>
|
253
|
-
<pre>
|
254
|
-
-delete_original[!] Delete "_original" backups
|
255
|
-
-restore_original Restore from "_original" backups</pre>
|
256
|
-
<p><a href="#other_options">Other options</a></p>
|
257
|
-
<pre>
|
258
|
-
-@ ARGFILE Read command-line arguments from file
|
259
|
-
-k (-pause) Pause before terminating
|
260
|
-
-list[w|f|wf|g[NUM]|d|x] List various exiftool capabilities
|
261
|
-
-ver Print exiftool version number</pre>
|
262
|
-
<p><a href="#advanced_options">Advanced options</a></p>
|
263
|
-
<pre>
|
264
|
-
-api OPT[=VAL] Set ExifTool API option
|
265
|
-
-common_args Define common arguments
|
266
|
-
-config CFGFILE Specify configuration file name
|
267
|
-
-echo[NUM] TEXT Echo text to stdout or stderr
|
268
|
-
-execute[NUM] Execute multiple commands on one line
|
269
|
-
-srcfile FMT Set different source file name
|
270
|
-
-stay_open FLAG Keep reading -@ argfile even after EOF
|
271
|
-
-userParam PARAM[=VAL] Set user parameter (API UserParam opt)</pre>
|
272
|
-
<p>
|
273
|
-
</p>
|
274
|
-
<h2><a name="option_details">Option Details</a></h2>
|
275
|
-
<p>
|
276
|
-
</p>
|
277
|
-
<h3><a name="tag_operations">Tag operations</a></h3>
|
278
|
-
<dl>
|
279
|
-
<dt><strong><a name="tag" class="item"><strong>-</strong><em>TAG</em></a></strong></dt>
|
280
|
-
|
281
|
-
<dd>
|
282
|
-
<p>Extract information for the specified tag (eg. <code>-CreateDate</code>). Multiple
|
283
|
-
tags may be specified in a single command. A tag name is the handle by
|
284
|
-
which a piece of information is referenced. See
|
285
|
-
<a href="TagNames/index.html">Image::ExifTool::TagNames</a> for documentation on
|
286
|
-
available tag names. A tag name may include leading group names separated
|
287
|
-
by colons (eg. <code>-EXIF:CreateDate</code>, or <code>-Doc1:XMP:Creator</code>), and each group
|
288
|
-
name may be prefixed by a digit to specify family number (eg.
|
289
|
-
<code>-1IPTC:City</code>). Use the <strong>-listg</strong> option to list available group names by
|
290
|
-
family.</p>
|
291
|
-
<p>A special tag name of <code>All</code> may be used to indicate all meta information.
|
292
|
-
This is particularly useful when a group name is specified to extract all
|
293
|
-
information in a group (but beware that unless the <strong>-a</strong> option is also
|
294
|
-
used, some tags in the group may be suppressed by same-named tags in other
|
295
|
-
groups). The wildcard characters <code>?</code> and <code>*</code> may be used in a tag name to
|
296
|
-
match any single character and zero or more characters respectively. These
|
297
|
-
may not be used in a group name, with the exception that a group name of
|
298
|
-
<code>*</code> (or <code>All</code>) may be used to extract all instances of a tag (as if <strong>-a</strong>
|
299
|
-
was used). Note that arguments containing wildcards must be quoted on the
|
300
|
-
command line of most systems to prevent shell globbing.</p>
|
301
|
-
<p>A <code>#</code> may be appended to the tag name to disable the print conversion on a
|
302
|
-
per-tag basis (see the <strong>-n</strong> option). This may also be used when writing or
|
303
|
-
copying tags.</p>
|
304
|
-
<p>If no tags are specified, all available information is extracted (as if
|
305
|
-
<code>-All</code> had been specified).</p>
|
306
|
-
<p>Note: Descriptions, not tag names, are shown by default when extracting
|
307
|
-
information. Use the <strong>-s</strong> option to see the tag names instead.</p>
|
308
|
-
</dd>
|
309
|
-
<dt><strong><a name="tag2" class="item"><strong>--</strong><em>TAG</em></a></strong></dt>
|
310
|
-
|
311
|
-
<dd>
|
312
|
-
<p>Exclude specified tag from extracted information. Same as the <strong>-x</strong> option.
|
313
|
-
Group names and wildcards are permitted as described above for <strong>-TAG</strong>.
|
314
|
-
Once excluded from the output, a tag may not be re-included by a subsequent
|
315
|
-
option. May also be used following a <strong>-tagsFromFile</strong> option to exclude
|
316
|
-
tags from being copied (when redirecting to another tag, it is the source
|
317
|
-
tag that should be excluded), or to exclude groups from being deleted when
|
318
|
-
deleting all information (eg. <code>-all= --exif:all</code> deletes all but EXIF
|
319
|
-
information). But note that this will not exclude individual tags from a
|
320
|
-
group delete (unless a family 2 group is specified, see note 4 below).
|
321
|
-
Instead, individual tags may be recovered using the <strong>-tagsFromFile</strong> option
|
322
|
-
(eg. <code>-all= -tagsfromfile @ -artist</code>).</p>
|
323
|
-
</dd>
|
324
|
-
<dt><strong><a name="tag_value" class="item"><strong>-</strong><em>TAG</em>[+-]<strong>=</strong>[<em>VALUE</em>]</a></strong></dt>
|
325
|
-
|
326
|
-
<dd>
|
327
|
-
<p>Write a new value for the specified tag (eg. <code>-comment=wow</code>), or delete the
|
328
|
-
tag if no <em>VALUE</em> is given (eg. <code>-comment=</code>). <code>+=</code> and <code>-=</code> are used to
|
329
|
-
add or remove existing entries from a list, or to shift date/time values
|
330
|
-
(see <a href="Shift.html">Image::ExifTool::Shift.pl</a> for details).
|
331
|
-
<code>+=</code> may also be used to increment numerical values, and <code>-=</code> may be used
|
332
|
-
to conditionally delete or replace a tag (see <a href="#writing_examples">WRITING EXAMPLES</a> for
|
333
|
-
examples).</p>
|
334
|
-
<p><em>TAG</em> may contain one or more leading family 0, 1 or 2 group names,
|
335
|
-
prefixed by optional family numbers, and separated colons. If no group name
|
336
|
-
is specified, the tag is created in the preferred group, and updated in any
|
337
|
-
other location where a same-named tag already exists. The preferred group
|
338
|
-
is the first group in the following list where <em>TAG</em> is valid: 1) EXIF, 2)
|
339
|
-
IPTC, 3) XMP.</p>
|
340
|
-
<p>The wildcards <code>*</code> and <code>?</code> may be used in tag names to assign the same
|
341
|
-
value to multiple tags. When specified with wildcards, "unsafe" tags are
|
342
|
-
not written. A tag name of <code>All</code> is eqivalent to <code>*</code> (except that it
|
343
|
-
doesn't require quoting, while arguments with wildcards do on systems with
|
344
|
-
shell globbing), and is often used when deleting all metadata (ie. <code>-All=</code>)
|
345
|
-
or an entire group (eg. <code>-GROUP:All=</code>, see note 4 below). Note that not
|
346
|
-
all groups are deletable, and that the JPEG APP14 "Adobe" group is not
|
347
|
-
removed by default with <code>-All=</code> because it may affect the appearance of the
|
348
|
-
image. However, this will remove color space information, so the colors may
|
349
|
-
be affected (but this may be avoided by copying back the tags defined by the
|
350
|
-
ColorSpaceTags shortcut). Use the <strong>-listd</strong> option for a complete list of
|
351
|
-
deletable groups, and see note 5 below regarding the "APP" groups. Also,
|
352
|
-
within an image some groups may be contained within others, and these groups
|
353
|
-
are removed if the containing group is deleted:</p>
|
354
|
-
<pre>
|
355
|
-
JPEG Image:
|
356
|
-
- Deleting EXIF or IFD0 also deletes ExifIFD, GlobParamIFD,
|
357
|
-
GPS, IFD1, InteropIFD, MakerNotes, PrintIM and SubIFD.
|
358
|
-
- Deleting ExifIFD also deletes InteropIFD and MakerNotes.
|
359
|
-
- Deleting Photoshop also deletes IPTC.</pre>
|
360
|
-
<pre>
|
361
|
-
TIFF Image:
|
362
|
-
- Deleting EXIF only removes ExifIFD which also deletes
|
363
|
-
InteropIFD and MakerNotes.</pre>
|
364
|
-
<p>Notes:</p>
|
365
|
-
<p>1) <strong>Many tag values may be assigned in a single command</strong>. If two
|
366
|
-
assignments affect the same tag, the latter takes precedence (except for
|
367
|
-
list-type tags, where both values are written).</p>
|
368
|
-
<p>2) In general, MakerNotes tags are considered "Permanent", and may be edited
|
369
|
-
but not created or deleted individually. This avoids many potential
|
370
|
-
problems including the inevitable compatibility problems with OEM software
|
371
|
-
which may be very inflexible about the information it expects to find in the
|
372
|
-
maker notes.</p>
|
373
|
-
<p>3) Changes to PDF files are reversible because the original information is
|
374
|
-
never actually deleted from the file. So ExifTool alone may not be used to
|
375
|
-
securely edit metadata in PDF files.</p>
|
376
|
-
<p>4) Specifying <code>-GROUP:all=</code> deletes the entire group as a block only if a
|
377
|
-
single family 0 or 1 group is specified. Otherwise all deletable tags in
|
378
|
-
the specified group(s) are removed individually, and in this case is it
|
379
|
-
possible to exclude individual tags from a mass delete. For example,
|
380
|
-
<code>-time:all --Exif:Time:All</code> removes all deletable Time tags except those in
|
381
|
-
the EXIF. This difference also applies if family 2 is specified when
|
382
|
-
deleting all groups. For example, <code>-2all:all=</code> deletes tags individually,
|
383
|
-
while <code>-all:all=</code> deletes entire blocks.</p>
|
384
|
-
<p>5) The "APP" group names ("APP0" through "APP15") are used to delete JPEG
|
385
|
-
application segments which are not associated with another deletable group.
|
386
|
-
For example, specifying <code>-APP14:All=</code> will NOT delete the APP14 "Adobe"
|
387
|
-
segment because this is accomplished with <code>-Adobe:All</code>.</p>
|
388
|
-
<p>Special feature: Integer values may be specified in hexadecimal with a
|
389
|
-
leading <code>0x</code>, and simple rational values may be specified as fractions.</p>
|
390
|
-
</dd>
|
391
|
-
<dt><strong><a name="tag_datfile_or_tag_fmt" class="item"><strong>-</strong><em>TAG</em><=<em>DATFILE</em> or <strong>-</strong><em>TAG</em><=<em>FMT</em></a></strong></dt>
|
392
|
-
|
393
|
-
<dd>
|
394
|
-
<p>Set the value of a tag from the contents of file <em>DATFILE</em>. The file name
|
395
|
-
may also be given by a <em>FMT</em> string where %d, %f and %e represent the
|
396
|
-
directory, file name and extension of the original <em>FILE</em> (see the <strong>-w</strong>
|
397
|
-
option for more details). Note that quotes are required around this
|
398
|
-
argument to prevent shell redirection since it contains a <code><</code> symbol.
|
399
|
-
If <em>DATFILE</em>/<em>FMT</em> is not provided, the effect is the same as <a href="#tag"><code>-TAG=</code></a>,
|
400
|
-
and the tag is simply deleted. <code>+<=</code> or <code>-<=</code> may also be used to
|
401
|
-
add or delete specific list entries, or to shift date/time values.</p>
|
402
|
-
</dd>
|
403
|
-
<dt><strong><a name="tagsfromfile_srcfile_or_fmt" class="item"><strong>-tagsFromFile</strong> <em>SRCFILE</em> or <em>FMT</em></a></strong></dt>
|
404
|
-
|
405
|
-
<dd>
|
406
|
-
<p>Copy tag values from <em>SRCFILE</em> to <em>FILE</em>. Tag names on the command line
|
407
|
-
after this option specify the tags to be copied, or excluded from the copy.
|
408
|
-
Wildcards are permitted in these tag names. If no tags are specified, then
|
409
|
-
all possible tags (see note 1 below) from the source file are copied to
|
410
|
-
same-named tags in the preferred location of the output file (the same as
|
411
|
-
specifying <code>-all</code>). More than one <strong>-tagsFromFile</strong> option may be used to
|
412
|
-
copy tags from multiple files.</p>
|
413
|
-
<p>By default, this option will update any existing and writable same-named
|
414
|
-
tags in the output <em>FILE</em>, but will create new tags only in their preferred
|
415
|
-
groups. This allows some information to be automatically transferred to the
|
416
|
-
appropriate group when copying between images of different formats. However,
|
417
|
-
if a group name is specified for a tag then the information is written only
|
418
|
-
to this group (unless redirected to another group, see below). If <code>All</code> is
|
419
|
-
used as a group name, then the specified tag(s) are written to the same
|
420
|
-
family 1 group they had in the source file (ie. the same specific location,
|
421
|
-
like ExifIFD or XMP-dc). For example, the common operation of copying all
|
422
|
-
writable tags to the same specific locations in the output <em>FILE</em> is
|
423
|
-
achieved by adding <code>-all:all</code>. A different family may be specified by
|
424
|
-
adding a leading family number to the group name (eg. <code>-0all:all</code> preserves
|
425
|
-
the same general location, like EXIF or XMP).</p>
|
426
|
-
<p><em>SRCFILE</em> may be the same as <em>FILE</em> to move information around within a
|
427
|
-
single file. In this case, <code>@</code> may be used to represent the source file
|
428
|
-
(ie. <code>-tagsFromFile @</code>), permitting this feature to be used for batch
|
429
|
-
processing multiple files. Specified tags are then copied from each file in
|
430
|
-
turn as it is rewritten. For advanced batch use, the source file name may
|
431
|
-
also be specified using a <em>FMT</em> string in which %d, %f and %e represent the
|
432
|
-
directory, file name and extension of <em>FILE</em>. See <strong>-w</strong> option for <em>FMT</em>
|
433
|
-
string examples.</p>
|
434
|
-
<p>A powerful redirection feature allows a destination tag to be specified for
|
435
|
-
each copied tag. With this feature, information may be written to a tag
|
436
|
-
with a different name or group. This is done using
|
437
|
-
"'-<em>DSTTAG</em><<em>SRCTAG</em>'" or
|
438
|
-
"'-<em>SRCTAG</em>><em>DSTTAG</em>'" on the command line after
|
439
|
-
<strong>-tagsFromFile</strong>, and causes the value of <em>SRCTAG</em> to be copied from
|
440
|
-
<em>SRCFILE</em> and written to <em>DSTTAG</em> in <em>FILE</em>. Note that this argument
|
441
|
-
must be quoted to prevent shell redirection, and there is no <code>=</code> sign as
|
442
|
-
when assigning new values. Source and/or destination tags may be prefixed
|
443
|
-
by a group name and/or suffixed by <code>#</code>. Wildcards are allowed in both the
|
444
|
-
source and destination tag names. A destination group and/or tag name of
|
445
|
-
<code>All</code> or <code>*</code> writes to the same family 1 group and/or tag name as the
|
446
|
-
source. If no destination group is specified, the information is written to
|
447
|
-
the preferred group. Whitespace around the <code>></code> or <code><</code> is ignored.
|
448
|
-
As a convenience, <code>-tagsFromFile @</code> is assumed for any redirected tags
|
449
|
-
which are specified without a prior <strong>-tagsFromFile</strong> option. Copied tags
|
450
|
-
may also be added or deleted from a list with arguments of the form
|
451
|
-
"'-<em>SRCTAG</em>+<<em>DSTTAG</em>'" or
|
452
|
-
"'-<em>SRCTAG</em>-<<em>DSTTAG</em>'".</p>
|
453
|
-
<p>An extension of the redirection feature allows strings involving tag names
|
454
|
-
to be used on the right hand side of the <code><</code> symbol with the syntax
|
455
|
-
"'-<em>DSTTAG</em><<em>STR</em>'", where tag names in <em>STR</em> are
|
456
|
-
prefixed with a <code>$</code> symbol. See the <strong>-p</strong> option for more details about
|
457
|
-
this syntax. Strings starting with a <code>=</code> sign must insert a single space
|
458
|
-
after the <code><</code> to avoid confusion with the <code><=</code> operator which sets
|
459
|
-
the tag value from the contents of a file. A single space at the start of
|
460
|
-
the string is removed if it exists, but all other whitespace in the string
|
461
|
-
is preserved. See note 8 below about using shortcuts or wildcards with the
|
462
|
-
redirection feature.</p>
|
463
|
-
<p>See <a href="#copying_examples">COPYING EXAMPLES</a> for examples using <strong>-tagsFromFile</strong>.</p>
|
464
|
-
<p>Notes:</p>
|
465
|
-
<p>1) Some tags (generally tags which may affect the appearance of the image)
|
466
|
-
are considered "unsafe" to write, and are only copied if specified
|
467
|
-
explicitly (ie. no wildcards). See the
|
468
|
-
<a href="TagNames/index.html">tag name documentation</a> for more details about
|
469
|
-
"unsafe" tags.</p>
|
470
|
-
<p>2) Be aware of the difference between excluding a tag from being copied
|
471
|
-
(--<em>TAG</em>), and deleting a tag (-<em>TAG</em>=). Excluding a tag prevents it from
|
472
|
-
being copied to the destination image, but deleting will remove a
|
473
|
-
pre-existing tag from the image.</p>
|
474
|
-
<p>3) The maker note information is copied as a block, so it isn't affected
|
475
|
-
like other information by subsequent tag assignments on the command line.
|
476
|
-
Also, since the PreviewImage referenced from the maker notes may be rather
|
477
|
-
large, it is not copied, and must be transferred separately if desired.</p>
|
478
|
-
<p>4) The order of operations is to copy all specified tags at the point of the
|
479
|
-
<strong>-tagsFromFile</strong> option in the command line. Any tag assignment to the
|
480
|
-
right of the <strong>-tagsFromFile</strong> option is made after all tags are copied. For
|
481
|
-
example, new tag values are set in the order One, Two, Three then Four with
|
482
|
-
this command:</p>
|
483
|
-
<pre>
|
484
|
-
exiftool -One=1 -tagsFromFile s.jpg -Two -Four=4 -Three d.jpg</pre>
|
485
|
-
<p>This is significant in the case where an overlap exists between the copied
|
486
|
-
and assigned tags because later operations may override earlier ones.</p>
|
487
|
-
<p>5) The normal behaviour of copied tags differs subtly from that of assigned
|
488
|
-
tags for list-type tags. When copying to a list, each copied tag overrides
|
489
|
-
any previous operations on the list. While this avoids duplicate list items
|
490
|
-
when copying groups of tags from a file containing redundant information, it
|
491
|
-
also prevents values of different tags from being copied into the same list
|
492
|
-
when this is the intent. So a <strong>-addTagsFromFile</strong> option is provided which
|
493
|
-
allows copying of multiple tags into the same list. eg)</p>
|
494
|
-
<pre>
|
495
|
-
exiftool -addtagsfromfile @ '-subject<make' '-subject<model' ...</pre>
|
496
|
-
<p>Other than this difference, the <strong>-tagsFromFile</strong> and <strong>-addTagsFromFile</strong>
|
497
|
-
options are equivalent.</p>
|
498
|
-
<p>6) The <strong>-a</strong> option (allow duplicate tags) is always in effect when copying
|
499
|
-
tags from <em>SRCFILE</em>.</p>
|
500
|
-
<p>7) Structured tags are copied by default when copying tags. See the
|
501
|
-
<strong>-struct</strong> option for details.</p>
|
502
|
-
<p>8) With the redirection feature, copying a tag directly (ie.
|
503
|
-
"'-<em>DSTTAG</em><<em>SRCTAG</em>'") is not the same as interpolating
|
504
|
-
its value inside a string (ie. "'-<em>DSTTAG</em><$<em>SRCTAG</em>'")
|
505
|
-
for <a href="http://search.cpan.org/dist/Image-ExifTool/lib/Image/ExifTool/Shortcuts.pm">shortcut tags</a> or tag names containing
|
506
|
-
wildcards. When copying directly, the values of each matching source tag
|
507
|
-
are copied individually to the destination tag (as if multiple redirection
|
508
|
-
arguments were used). However, when interpolated inside a string, the
|
509
|
-
values of shortcut tags are concatenated, and wildcards are not allowed.</p>
|
510
|
-
</dd>
|
511
|
-
<dt><strong><strong>-x</strong> <em>TAG</em> (<strong>-exclude</strong>)</strong></dt>
|
512
|
-
|
513
|
-
<dd>
|
514
|
-
<p>Exclude the specified tag. There may be multiple <strong>-x</strong> options. This has
|
515
|
-
the same effect as --<em>TAG</em> on the command line. See the --<em>TAG</em>
|
516
|
-
documentation above for a complete description.</p>
|
517
|
-
</dd>
|
518
|
-
</dl>
|
519
|
-
<p>
|
520
|
-
</p>
|
521
|
-
<h3><a name="input_output_text_formatting">Input-output text formatting</a></h3>
|
522
|
-
<p>Note that trailing spaces are removed from extracted values for most output
|
523
|
-
text formats. The exceptions are <a href="#b"><code>-b</code></a>, <code>-csv</code>, <code>-j</code> and <a href="#x"><code>-X</code></a>.</p>
|
524
|
-
<dl>
|
525
|
-
<dt><strong><a name="args" class="item"><strong>-args</strong> (<strong>-argFormat</strong>)</a></strong></dt>
|
526
|
-
|
527
|
-
<dd>
|
528
|
-
<p>Output information in the form of exiftool arguments, suitable for use with
|
529
|
-
the <strong>-@</strong> option when writing. May be combined with the <strong>-G</strong> option to
|
530
|
-
include group names. This feature may be used to effectively copy tags
|
531
|
-
between images, but allows the metadata to be altered by editing the
|
532
|
-
intermediate file (<code>out.args</code> in this example):</p>
|
533
|
-
<pre>
|
534
|
-
exiftool -args -G1 --filename --directory src.jpg > out.args
|
535
|
-
exiftool -@ out.args dst.jpg</pre>
|
536
|
-
<p>Note: Be careful when copying information with this technique since it is
|
537
|
-
easy to write tags which are normally considered "unsafe". For instance,
|
538
|
-
the FileName and Directory tags are excluded in the example above to avoid
|
539
|
-
renaming and moving the destination file. Also note that the second command
|
540
|
-
above will produce warning messages for any tags which are not writable.</p>
|
541
|
-
<p>As well, the <strong>-sep</strong> option should be used when reading back to maintain
|
542
|
-
separate list items, and the <strong>-struct</strong> option may be used when extracting
|
543
|
-
to preserve structured XMP information.</p>
|
544
|
-
</dd>
|
545
|
-
<dt><strong><a name="b" class="item"><strong>-b</strong> (<strong>-binary</strong>)</a></strong></dt>
|
546
|
-
|
547
|
-
<dd>
|
548
|
-
<p>Output requested metadata in binary format without tag names or
|
549
|
-
descriptions. This option is mainly used for extracting embedded images or
|
550
|
-
other binary data, but it may also be useful for some text strings since
|
551
|
-
control characters (such as newlines) are not replaced by '.' as they are in
|
552
|
-
the default output. List items are separated by a newline when extracted
|
553
|
-
with the <strong>-b</strong> option. May be combined with <code>-j</code>, <a href="#php"><code>-php</code></a> or <a href="#x"><code>-X</code></a> to
|
554
|
-
extract binary data in JSON, PHP or XML format.</p>
|
555
|
-
</dd>
|
556
|
-
<dt><strong><a name="fmt" class="item"><strong>-c</strong> <em>FMT</em> (<strong>-coordFormat</strong>)</a></strong></dt>
|
557
|
-
|
558
|
-
<dd>
|
559
|
-
<p>Set the print format for GPS coordinates. <em>FMT</em> uses the same syntax as
|
560
|
-
the <code>printf</code> format string. The specifiers correspond to degrees, minutes
|
561
|
-
and seconds in that order, but minutes and seconds are optional. For
|
562
|
-
example, the following table gives the output for the same coordinate using
|
563
|
-
various formats:</p>
|
564
|
-
<pre>
|
565
|
-
FMT Output
|
566
|
-
------------------- ------------------
|
567
|
-
"%d deg %d' %.2f"\" 54 deg 59' 22.80" (default for reading)
|
568
|
-
"%d %d %.8f" 54 59 22.80000000 (default for copying)
|
569
|
-
"%d deg %.4f min" 54 deg 59.3800 min
|
570
|
-
"%.6f degrees" 54.989667 degrees</pre>
|
571
|
-
<p>Notes:</p>
|
572
|
-
<p>1) To avoid loss of precision, the default coordinate format is different
|
573
|
-
when copying tags using the <strong>-tagsFromFile</strong> option.</p>
|
574
|
-
<p>2) If the hemisphere is known, a reference direction (N, S, E or W) is
|
575
|
-
appended to each printed coordinate, but adding a <code>+</code> to the format
|
576
|
-
specifier (eg. <code>%+.6f</code>) prints a signed coordinate instead.</p>
|
577
|
-
<p>3) This print formatting may be disabled with the <strong>-n</strong> option to extract
|
578
|
-
coordinates as signed decimal degrees.</p>
|
579
|
-
</dd>
|
580
|
-
<dt><strong><a name="charset_type_charset" class="item"><strong>-charset</strong> [[<em>TYPE</em>=]<em>CHARSET</em>]</a></strong></dt>
|
581
|
-
|
582
|
-
<dd>
|
583
|
-
<p>If <em>TYPE</em> is <code>ExifTool</code> or not specified, this option sets the ExifTool
|
584
|
-
character encoding for output tag values when reading and input values when
|
585
|
-
writing. The default ExifTool encoding is <code>UTF8</code>. If no <em>CHARSET</em> is
|
586
|
-
given, a list of available character sets is returned. Valid <em>CHARSET</em>
|
587
|
-
values are:</p>
|
588
|
-
<pre>
|
589
|
-
CHARSET Alias(es) Description
|
590
|
-
---------- --------------- ----------------------------------
|
591
|
-
UTF8 cp65001, UTF-8 UTF-8 characters (default)
|
592
|
-
Latin cp1252, Latin1 Windows Latin1 (West European)
|
593
|
-
Latin2 cp1250 Windows Latin2 (Central European)
|
594
|
-
Cyrillic cp1251, Russian Windows Cyrillic
|
595
|
-
Greek cp1253 Windows Greek
|
596
|
-
Turkish cp1254 Windows Turkish
|
597
|
-
Hebrew cp1255 Windows Hebrew
|
598
|
-
Arabic cp1256 Windows Arabic
|
599
|
-
Baltic cp1257 Windows Baltic
|
600
|
-
Vietnam cp1258 Windows Vietnamese
|
601
|
-
Thai cp874 Windows Thai
|
602
|
-
MacRoman cp10000, Roman Macintosh Roman
|
603
|
-
MacLatin2 cp10029 Macintosh Latin2 (Central Europe)
|
604
|
-
MacCyrillic cp10007 Macintosh Cyrillic
|
605
|
-
MacGreek cp10006 Macintosh Greek
|
606
|
-
MacTurkish cp10081 Macintosh Turkish
|
607
|
-
MacRomanian cp10010 Macintosh Romanian
|
608
|
-
MacIceland cp10079 Macintosh Icelandic
|
609
|
-
MacCroatian cp10082 Macintosh Croatian</pre>
|
610
|
-
<p><em>TYPE</em> may be <code>FileName</code> to specify the encoding of file names on the
|
611
|
-
command line (ie. <em>FILE</em> arguments). In Windows, this triggers use of
|
612
|
-
wide-character i/o routines, thus providing support for Unicode file names.
|
613
|
-
See the <a href="#windows_unicode_file_names">WINDOWS UNICODE FILE NAMES</a> section below for details.</p>
|
614
|
-
<p>Other values of <em>TYPE</em> listed below are used to specify the internal
|
615
|
-
encoding of various meta information formats.</p>
|
616
|
-
<pre>
|
617
|
-
TYPE Description Default
|
618
|
-
--------- ------------------------------------------- -------
|
619
|
-
EXIF Internal encoding of EXIF "ASCII" strings (none)
|
620
|
-
ID3 Internal encoding of ID3v1 information Latin
|
621
|
-
IPTC Internal IPTC encoding to assume when Latin
|
622
|
-
IPTC:CodedCharacterSet is not defined
|
623
|
-
Photoshop Internal encoding of Photoshop IRB strings Latin
|
624
|
-
QuickTime Internal encoding of QuickTime strings MacRoman</pre>
|
625
|
-
<p>See <a href="http://owl.phy.queensu.ca/~phil/exiftool/faq.html#Q10">http://owl.phy.queensu.ca/~phil/exiftool/faq.html#Q10</a> for more
|
626
|
-
information about coded character sets.</p>
|
627
|
-
</dd>
|
628
|
-
<dt><strong><a name="csv_csvfile" class="item"><strong>-csv</strong>[=<em>CSVFILE</em>]</a></strong></dt>
|
629
|
-
|
630
|
-
<dd>
|
631
|
-
<p>Export information in CSV format, or import information if <em>CSVFILE</em> is
|
632
|
-
specified. When importing, the CSV file must be in exactly the same format
|
633
|
-
as the exported file. The first row of the <em>CSVFILE</em> must be the ExifTool
|
634
|
-
tag names (with optional group names) for each column of the file, and
|
635
|
-
values must be separated by commas. A special "SourceFile" column specifies
|
636
|
-
the files associated with each row of information (and a SourceFile of "*"
|
637
|
-
may be used to define default tags to be imported for all files). The
|
638
|
-
following examples demonstrate basic use of this option:</p>
|
639
|
-
<pre>
|
640
|
-
# generate CSV file with common tags from all images in a directory
|
641
|
-
exiftool -common -csv dir > out.csv</pre>
|
642
|
-
<pre>
|
643
|
-
# update metadata for all images in a directory from CSV file
|
644
|
-
exiftool -csv=a.csv dir</pre>
|
645
|
-
<p>Empty values are ignored when importing. Also, FileName and Directory
|
646
|
-
columns are ignored if they exist (ie. ExifTool will not attempt to write
|
647
|
-
these tags with a CSV import). To force a tag to be deleted, use the <strong>-f</strong>
|
648
|
-
option and set the value to "-" in the CSV file (or to the MissingTagValue
|
649
|
-
if this API option was used). Multiple databases may be imported in a
|
650
|
-
single command.</p>
|
651
|
-
<p>When exporting a CSV file, the <strong>-g</strong> or <strong>-G</strong> option to add group names to
|
652
|
-
the tag headings. If the <strong>-a</strong> option is used to allow duplicate tag names,
|
653
|
-
the duplicate tags are only included in the CSV output if the column
|
654
|
-
headings are unique. Adding the <strong>-G4</strong> option ensures a unique column
|
655
|
-
heading for each tag. When exporting specific tags, the CSV columns are
|
656
|
-
arranged in the same order as the specified tags provided the column
|
657
|
-
headings exactly match the specified tag names, otherwise the columns are
|
658
|
-
sorted in alphabetical order.</p>
|
659
|
-
<p>When importing from a CSV file, only files specified on the command line are
|
660
|
-
processed. Any extra entries in the CSV file are ignored.</p>
|
661
|
-
<p>List-type tags are stored as simple strings in a CSV file, but the <strong>-sep</strong>
|
662
|
-
option may be used to split them back into separate items when importing.</p>
|
663
|
-
<p>Special feature: <strong>-csv</strong>+=<em>CSVFILE</em> may be used to add items to existing
|
664
|
-
lists. This affects only list-type tags. Also applies to the <strong>-j</strong> option.</p>
|
665
|
-
<p>Note that this option is fundamentally different than all other output
|
666
|
-
format options because it requires information from all input files to be
|
667
|
-
buffered in memory before the output is written. This may result in
|
668
|
-
excessive memory usage when processing a very large number of files with a
|
669
|
-
single command. Also, it makes this option incompatible with the <strong>-w</strong>
|
670
|
-
option.</p>
|
671
|
-
</dd>
|
672
|
-
<dt><strong><strong>-d</strong> <em>FMT</em> (<strong>-dateFormat</strong>)</strong></dt>
|
673
|
-
|
674
|
-
<dd>
|
675
|
-
<p>Set the format for date/time tag values. The specifics of the <em>FMT</em> syntax
|
676
|
-
are system dependent -- consult the <code>strftime</code> man page on your system for
|
677
|
-
details. The default format is equivalent to "%Y:%m:%d %H:%M:%S". This
|
678
|
-
option has no effect on date-only or time-only tags and ignores timezone
|
679
|
-
information if present. Only one <strong>-d</strong> option may be used per command. The
|
680
|
-
inverse operation (ie. un-formatting a date/time value) is currently not
|
681
|
-
applied when writing a date/time tag.</p>
|
682
|
-
</dd>
|
683
|
-
<dt><strong><a name="d" class="item"><strong>-D</strong> (<strong>-decimal</strong>)</a></strong></dt>
|
684
|
-
|
685
|
-
<dd>
|
686
|
-
<p>Show tag ID number in decimal when extracting information.</p>
|
687
|
-
</dd>
|
688
|
-
<dt><strong><a name="ex" class="item"><strong>-E</strong>, <strong>-ex</strong> (<strong>-escapeHTML</strong>, <strong>-escapeXML</strong>)</a></strong></dt>
|
689
|
-
|
690
|
-
<dd>
|
691
|
-
<p>Escape characters in output values for HTML (<strong>-E</strong>) or XML (<strong>-ex</strong>). For
|
692
|
-
HTML, all characters with Unicode code points above U+007F are escaped as
|
693
|
-
well as the following 5 characters: & (&amp;) ' (&#39;) " (&quot;)
|
694
|
-
> (&gt;) and < (&lt;). For XML, only these 5 characters are
|
695
|
-
escaped. The <strong>-E</strong> option is implied with <strong>-h</strong>, and <strong>-ex</strong> is implied with
|
696
|
-
<strong>-X</strong>. The inverse conversion is applied when writing tags.</p>
|
697
|
-
</dd>
|
698
|
-
<dt><strong><a name="f" class="item"><strong>-f</strong> (<strong>-forcePrint</strong>)</a></strong></dt>
|
699
|
-
|
700
|
-
<dd>
|
701
|
-
<p>Force printing of tags even if their values are not found. This option only
|
702
|
-
applies when specific tags are requested on the command line (ie. not with
|
703
|
-
wildcards or by <code>-all</code>). With this option, a dash (<code>-</code>) is printed for
|
704
|
-
the value of any missing tag, but the dash may be changed via the API
|
705
|
-
MissingTagValue option. May also be used to add a 'flags' attribute to the
|
706
|
-
<strong>-listx</strong> output, or to allow tags to be deleted when writing with the
|
707
|
-
<strong>-csv</strong>=<em>CSVFILE</em> feature.</p>
|
708
|
-
</dd>
|
709
|
-
<dt><strong><a name="g_num_num_groupheadings" class="item"><strong>-g</strong>[<em>NUM</em>][:<em>NUM</em>...] (<strong>-groupHeadings</strong>)</a></strong></dt>
|
710
|
-
|
711
|
-
<dd>
|
712
|
-
<p>Organize output by tag group. <em>NUM</em> specifies a group family number, and
|
713
|
-
may be 0 (general location), 1 (specific location), 2 (category), 3
|
714
|
-
(document number) or 4 (instance number). Multiple families may be
|
715
|
-
specified by separating them with colons. By default the resulting group
|
716
|
-
name is simplified by removing any leading <code>Main:</code> and collapsing adjacent
|
717
|
-
identical group names, but this can be avoided by placing a colon before the
|
718
|
-
first family number (eg. <strong>-g:3:1</strong>). If <em>NUM</em> is not specified, <strong>-g0</strong> is
|
719
|
-
assumed. Use the <strong>-listg</strong> option to list group names for a specified
|
720
|
-
family.</p>
|
721
|
-
</dd>
|
722
|
-
<dt><strong><a name="g_num_num_groupnames" class="item"><strong>-G</strong>[<em>NUM</em>][:<em>NUM</em>...] (<strong>-groupNames</strong>)</a></strong></dt>
|
723
|
-
|
724
|
-
<dd>
|
725
|
-
<p>Same as <strong>-g</strong> but print group name for each tag.</p>
|
726
|
-
</dd>
|
727
|
-
<dt><strong><a name="h" class="item"><strong>-h</strong> (<strong>-htmlFormat</strong>)</a></strong></dt>
|
728
|
-
|
729
|
-
<dd>
|
730
|
-
<p>Use HTML table formatting for output. Implies the <strong>-E</strong> option. The
|
731
|
-
formatting options <strong>-D</strong>, <strong>-H</strong>, <strong>-g</strong>, <strong>-G</strong>, <strong>-l</strong> and <strong>-s</strong> may be used
|
732
|
-
in combination with <strong>-h</strong> to influence the HTML format.</p>
|
733
|
-
</dd>
|
734
|
-
<dt><strong><a name="h" class="item"><strong>-H</strong> (<strong>-hex</strong>)</a></strong></dt>
|
735
|
-
|
736
|
-
<dd>
|
737
|
-
<p>Show tag ID number in hexadecimal when extracting information.</p>
|
738
|
-
</dd>
|
739
|
-
<dt><strong><a name="htmldump_offset" class="item"><strong>-htmlDump</strong>[<em>OFFSET</em>]</a></strong></dt>
|
740
|
-
|
741
|
-
<dd>
|
742
|
-
<p>Generate a dynamic web page containing a hex dump of the EXIF information.
|
743
|
-
This can be a very powerful tool for low-level analysis of EXIF information.
|
744
|
-
The <strong>-htmlDump</strong> option is also invoked if the <strong>-v</strong> and <strong>-h</strong> options are
|
745
|
-
used together. The verbose level controls the maximum length of the blocks
|
746
|
-
dumped. An <em>OFFSET</em> may be given to specify the base for displayed
|
747
|
-
offsets. If not provided, the EXIF/TIFF base offset is used. Use
|
748
|
-
<strong>-htmlDump0</strong> for absolute offsets. Currently only EXIF/TIFF and JPEG
|
749
|
-
information is dumped, but the -u option can be used to give a raw hex dump
|
750
|
-
of other file formats.</p>
|
751
|
-
</dd>
|
752
|
-
<dt><strong><a name="j_jsonfile_json" class="item"><strong>-j</strong>[=<em>JSONFILE</em>] (<strong>-json</strong>)</a></strong></dt>
|
753
|
-
|
754
|
-
<dd>
|
755
|
-
<p>Use JSON (JavaScript Object Notation) formatting for console output, or
|
756
|
-
import JSON file if <em>JSONFILE</em> is specified. This option may be combined
|
757
|
-
with <strong>-g</strong> to organize the output into objects by group, or <strong>-G</strong> to add
|
758
|
-
group names to each tag. List-type tags with multiple items are output as
|
759
|
-
JSON arrays unless <strong>-sep</strong> is used. By default XMP structures are flattened
|
760
|
-
into individual tags in the JSON output, but the original structure may be
|
761
|
-
preserved with the <strong>-struct</strong> option (this also causes all list-type XMP
|
762
|
-
tags to be output as JSON arrays, otherwise single-item lists are output as
|
763
|
-
simple strings). The <strong>-a</strong> option is implied if the <strong>-g</strong> or <strong>-G</strong> options
|
764
|
-
are used, otherwise it is ignored and duplicate tags are suppressed. Adding
|
765
|
-
the <strong>-D</strong> or <strong>-H</strong> option changes tag values to JSON objects with "val" and
|
766
|
-
"id" fields, and adding <strong>-l</strong> adds a "desc" field, and a "num" field if the
|
767
|
-
numerical value is different from the converted "val". The <strong>-b</strong> option may
|
768
|
-
be added to output binary data, encoded in base64 if necessary (indicated by
|
769
|
-
"base64:" as the first 7 bytes of the value). The JSON output is UTF-8
|
770
|
-
regardless of any <strong>-L</strong> or <strong>-charset</strong> option setting, but the UTF-8
|
771
|
-
validation is disabled if a character set other than UTF-8 is specified.</p>
|
772
|
-
<p>If <em>JSONFILE</em> is specified, the file is imported and the tag definitions
|
773
|
-
from the file are used to set tag values on a per-file basis. The special
|
774
|
-
"SourceFile" entry in each JSON object associates the information with a
|
775
|
-
specific target file. An object with a missing SourceFile or a SourceFile
|
776
|
-
of "*" defines default tags for all target files. The imported JSON file
|
777
|
-
must have the same format as the exported JSON files with the exception that
|
778
|
-
the <strong>-g</strong> option is not compatible with the import file format (use <strong>-G</strong>
|
779
|
-
instead). Additionally, tag names in the input JSON file may be suffixed
|
780
|
-
with a <code>#</code> to disable print conversion.</p>
|
781
|
-
<p>Unlike CSV import, empty values are not ignored, and will cause an empty
|
782
|
-
value to be written if supported by the specific metadata type. Tags are
|
783
|
-
deleted by using the <strong>-f</strong> option and setting the tag value to "-" (or to
|
784
|
-
the MissingTagValue setting if this API option was used). Importing with
|
785
|
-
<strong>-j</strong>+=<em>JSONFILE</em> causes new values to be added to existing lists.</p>
|
786
|
-
</dd>
|
787
|
-
<dt><strong><a name="l" class="item"><strong>-l</strong> (<strong>-long</strong>)</a></strong></dt>
|
788
|
-
|
789
|
-
<dd>
|
790
|
-
<p>Use long 2-line Canon-style output format. Adds a description and
|
791
|
-
unconverted value (if it is different from the converted value) to the XML,
|
792
|
-
JSON or PHP output when <strong>-X</strong>, <strong>-j</strong> or <strong>-php</strong> is used. May also be
|
793
|
-
combined with <strong>-listf</strong>, <strong>-listr</strong> or <strong>-listwf</strong> to add descriptions of the
|
794
|
-
file types.</p>
|
795
|
-
</dd>
|
796
|
-
<dt><strong><a name="l" class="item"><strong>-L</strong> (<strong>-latin</strong>)</a></strong></dt>
|
797
|
-
|
798
|
-
<dd>
|
799
|
-
<p>Use Windows Latin1 encoding (cp1252) for output tag values instead of the
|
800
|
-
default UTF-8. When writing, <strong>-L</strong> specifies that input text values are
|
801
|
-
Latin1 instead of UTF-8. Equivalent to <code>-charset latin</code>.</p>
|
802
|
-
</dd>
|
803
|
-
<dt><strong><a name="lang_lang" class="item"><strong>-lang</strong> [<em>LANG</em>]</a></strong></dt>
|
804
|
-
|
805
|
-
<dd>
|
806
|
-
<p>Set current language for tag descriptions and converted values. <em>LANG</em> is
|
807
|
-
<code>de</code>, <code>fr</code>, <code>ja</code>, etc. Use <strong>-lang</strong> with no other arguments to get a
|
808
|
-
list of available languages. The default language is <code>en</code> if <strong>-lang</strong> is
|
809
|
-
not specified. Note that tag/group names are always English, independent of
|
810
|
-
the <strong>-lang</strong> setting, and translation of warning/error messages has not yet
|
811
|
-
been implemented. May also be combined with <strong>-listx</strong> to output
|
812
|
-
descriptions in one language only.</p>
|
813
|
-
<p>By default, ExifTool uses UTF-8 encoding for special characters, but the
|
814
|
-
the <strong>-L</strong> or <strong>-charset</strong> option may be used to invoke other encodings.</p>
|
815
|
-
<p>Currently, the language support is not complete, but users are welcome to
|
816
|
-
help improve this by submitting their own translations. To submit a set of
|
817
|
-
translations, first use the <strong>-listx</strong> option and redirect the output to a
|
818
|
-
file to generate an XML tag database, then add entries for other languages,
|
819
|
-
zip this file, and email it to phil at owl.phy.queensu.ca for inclusion in
|
820
|
-
ExifTool.</p>
|
821
|
-
</dd>
|
822
|
-
<dt><strong><a name="listitem_index" class="item"><strong>-listItem</strong> <em>INDEX</em></a></strong></dt>
|
823
|
-
|
824
|
-
<dd>
|
825
|
-
<p>For list-type tags, this causes only the item with the specified index to be
|
826
|
-
extracted. <em>INDEX</em> is 0 for the first item in the list. Negative indices
|
827
|
-
may also be used to reference items from the end of the list. Has no effect
|
828
|
-
on single-valued tags. Also applies to tag values when copying, and in
|
829
|
-
<strong>-if</strong> conditions.</p>
|
830
|
-
</dd>
|
831
|
-
<dt><strong><a name="n" class="item"><strong>-n</strong> (<strong>--printConv</strong>)</a></strong></dt>
|
832
|
-
|
833
|
-
<dd>
|
834
|
-
<p>Read and write values as numbers instead of words. By default, extracted
|
835
|
-
values are converted to a more human-readable format for printing, but the
|
836
|
-
<strong>-n</strong> option disables this print conversion for all tags. For example:</p>
|
837
|
-
<pre>
|
838
|
-
> exiftool -Orientation -S a.jpg
|
839
|
-
Orientation: Rotate 90 CW
|
840
|
-
> exiftool -Orientation -S -n a.jpg
|
841
|
-
Orientation: 6</pre>
|
842
|
-
<p>The print conversion may also be disabled on a per-tag basis by suffixing
|
843
|
-
the tag name with a <code>#</code> character:</p>
|
844
|
-
<pre>
|
845
|
-
> exiftool -Orientation# -Orientation -S a.jpg
|
846
|
-
Orientation: 6
|
847
|
-
Orientation: Rotate 90 CW</pre>
|
848
|
-
<p>These techniques may also be used to disable the inverse print conversion
|
849
|
-
when writing. For example, the following commands all have the same effect:</p>
|
850
|
-
<pre>
|
851
|
-
> exiftool -Orientation='Rotate 90 CW' a.jpg
|
852
|
-
> exiftool -Orientation=6 -n a.jpg
|
853
|
-
> exiftool -Orientation#=6 a.jpg</pre>
|
854
|
-
</dd>
|
855
|
-
<dt><strong><a name="str" class="item"><strong>-p</strong> <em>FMTFILE</em> or <em>STR</em> (<strong>-printFormat</strong>)</a></strong></dt>
|
856
|
-
|
857
|
-
<dd>
|
858
|
-
<p>Print output in the format specified by the given file or string (and ignore
|
859
|
-
other format options). Tag names in the format file or string begin with a
|
860
|
-
<code>$</code> symbol and may contain a leading group names and/or a trailing <code>#</code>.
|
861
|
-
Case is not significant. Braces <code>{}</code> may be used around the tag name to
|
862
|
-
separate it from subsequent text. Use <code>$$</code> to represent a <code>$</code> symbol, and
|
863
|
-
<code>$/</code> for a newline. Multiple <strong>-p</strong> options may be used, each contributing
|
864
|
-
a line of text to the output. Lines beginning with <code>#[HEAD]</code> and
|
865
|
-
<code>#[TAIL]</code> are output only for the first and last processed files
|
866
|
-
respectively. Lines beginning with <code>#[BODY]</code> and lines not beginning with
|
867
|
-
<code>#</code> are output for each processed file. Other lines beginning with <code>#</code>
|
868
|
-
are ignored. For example, this format file:</p>
|
869
|
-
<pre>
|
870
|
-
# this is a comment line
|
871
|
-
#[HEAD]-- Generated by ExifTool $exifToolVersion --
|
872
|
-
File: $FileName - $DateTimeOriginal
|
873
|
-
(f/$Aperture, ${ShutterSpeed}s, ISO $EXIF:ISO)
|
874
|
-
#[TAIL]-- end --</pre>
|
875
|
-
<p>with this command:</p>
|
876
|
-
<pre>
|
877
|
-
exiftool -p test.fmt a.jpg b.jpg</pre>
|
878
|
-
<p>produces output like this:</p>
|
879
|
-
<pre>
|
880
|
-
-- Generated by ExifTool 10.04 --
|
881
|
-
File: a.jpg - 2003:10:31 15:44:19
|
882
|
-
(f/5.6, 1/60s, ISO 100)
|
883
|
-
File: b.jpg - 2006:05:23 11:57:38
|
884
|
-
(f/8.0, 1/13s, ISO 100)
|
885
|
-
-- end --</pre>
|
886
|
-
<p>When <strong>-ee</strong> (<strong>-extractEmbedded</strong>) is combined with <strong>-p</strong>, embedded documents
|
887
|
-
are effectively processed as separate input files.</p>
|
888
|
-
<p>If a specified tag does not exist, a minor warning is issued and the line
|
889
|
-
with the missing tag is not printed. However, the <strong>-f</strong> option may be used
|
890
|
-
to set the value of missing tags to '-' (but this may be configured via the
|
891
|
-
MissingTagValue API option), or the <strong>-m</strong> option may be used to ignore minor
|
892
|
-
warnings and leave the missing values empty.</p>
|
893
|
-
<p>An advanced formatting feature allows an arbitrary Perl expression to be
|
894
|
-
applied to the value of any tag by placing it inside the braces after a
|
895
|
-
semicolon following the tag name. The expression has access to the value of
|
896
|
-
this tag through the default input variable (<code>$_</code>), and the full API
|
897
|
-
through the current ExifTool object (<code>$self</code>). It may contain any valid
|
898
|
-
Perl code, including translation (<code>tr///</code>) and substitution (<code>s///</code>)
|
899
|
-
operations, but note that braces within the expression must be balanced.
|
900
|
-
The example below prints the camera Make with spaces translated to
|
901
|
-
underlines, and multiple consecutive underlines replaced by a single
|
902
|
-
underline:</p>
|
903
|
-
<pre>
|
904
|
-
exiftool -p '${make;tr/ /_/;s/__+/_/g}' image.jpg</pre>
|
905
|
-
<p>A default expression of <code>tr(/\\?*:|"<>\0)()d</code> is assumed if the
|
906
|
-
expression is empty. This removes the characters / \ ? * : | < >
|
907
|
-
and null from the printed value. (These characters are illegal in Windows
|
908
|
-
file names, so this feature is useful if tag values are used in file names.)</p>
|
909
|
-
</dd>
|
910
|
-
<dt><strong><a name="php" class="item"><strong>-php</strong></a></strong></dt>
|
911
|
-
|
912
|
-
<dd>
|
913
|
-
<p>Format output as a PHP Array. The <strong>-g</strong>, <strong>-G</strong>, <strong>-D</strong>, <strong>-H</strong>, <strong>-l</strong>,
|
914
|
-
<strong>-sep</strong> and <strong>-struct</strong> options combine with <strong>-php</strong>, and duplicate tags are
|
915
|
-
handled in the same way as with the <strong>-json</strong> option. As well, the <strong>-b</strong>
|
916
|
-
option may be added to output binary data. Here is a simple example showing
|
917
|
-
how this could be used in a PHP script:</p>
|
918
|
-
<pre>
|
919
|
-
<?php
|
920
|
-
eval('$array=' . `exiftool -php -q image.jpg`);
|
921
|
-
print_r($array);
|
922
|
-
?></pre>
|
923
|
-
</dd>
|
924
|
-
<dt><strong><a name="s_num_short" class="item"><strong>-s</strong>[<em>NUM</em>] (<strong>-short</strong>)</a></strong></dt>
|
925
|
-
|
926
|
-
<dd>
|
927
|
-
<p>Short output format. Prints tag names instead of descriptions. Add <em>NUM</em>
|
928
|
-
or up to 3 <strong>-s</strong> options for even shorter formats:</p>
|
929
|
-
<pre>
|
930
|
-
-s1 or -s - print tag names instead of descriptions
|
931
|
-
-s2 or -s -s - no extra spaces to column-align values
|
932
|
-
-s3 or -s -s -s - print values only (no tag names)</pre>
|
933
|
-
<p>Also effective when combined with <strong>-t</strong>, <strong>-h</strong>, <strong>-X</strong> or <strong>-listx</strong> options.</p>
|
934
|
-
</dd>
|
935
|
-
<dt><strong><a name="s" class="item"><strong>-S</strong> (<strong>-veryShort</strong>)</a></strong></dt>
|
936
|
-
|
937
|
-
<dd>
|
938
|
-
<p>Very short format. The same as <strong>-s2</strong> or two <strong>-s</strong> options. Tag names are
|
939
|
-
printed instead of descriptions, and no extra spaces are added to
|
940
|
-
column-align values.</p>
|
941
|
-
</dd>
|
942
|
-
<dt><strong><strong>-sep</strong> <em>STR</em> (<strong>-separator</strong>)</strong></dt>
|
943
|
-
|
944
|
-
<dd>
|
945
|
-
<p>Specify separator string for items in list-type tags. When reading, the
|
946
|
-
default is to join list items with ", ". When writing, this option causes
|
947
|
-
values assigned to list-type tags to be split into individual items at each
|
948
|
-
substring matching <em>STR</em> (otherwise they are not split by default). Space
|
949
|
-
characters in <em>STR</em> match zero or more whitespace characters in the value.</p>
|
950
|
-
<p>Note that an empty separator ("") is allowed, and will join items with no
|
951
|
-
separator when reading, or split the value into individual characters when
|
952
|
-
writing.</p>
|
953
|
-
</dd>
|
954
|
-
<dt><strong><a name="sort_sort" class="item"><strong>-sort</strong>, <strong>--sort</strong></a></strong></dt>
|
955
|
-
|
956
|
-
<dd>
|
957
|
-
<p>Sort output by tag description, or by tag name if the <strong>-s</strong> option is used.
|
958
|
-
When sorting by description, the sort order will depend on the <strong>-lang</strong>
|
959
|
-
option setting. Without the <strong>-sort</strong> option, tags appear in the order they
|
960
|
-
were specified on the command line, or if not specified, the order they were
|
961
|
-
extracted from the file. By default, tags are organized by groups when
|
962
|
-
combined with the <strong>-g</strong> or <strong>-G</strong> option, but this grouping may be disabled
|
963
|
-
with <strong>--sort</strong>.</p>
|
964
|
-
</dd>
|
965
|
-
<dt><strong><a name="struct_struct" class="item"><strong>-struct</strong>, <strong>--struct</strong></a></strong></dt>
|
966
|
-
|
967
|
-
<dd>
|
968
|
-
<p>Output structured XMP information instead of flattening to individual tags.
|
969
|
-
This option works well when combined with the XML (<strong>-X</strong>) and JSON (<strong>-j</strong>)
|
970
|
-
output formats. For other output formats, the structures are serialized
|
971
|
-
into the same format as when writing structured information (see
|
972
|
-
<a href="http://owl.phy.queensu.ca/~phil/exiftool/struct.html">http://owl.phy.queensu.ca/~phil/exiftool/struct.html</a> for details). When
|
973
|
-
copying, structured tags are copied by default unless <strong>--struct</strong> is used to
|
974
|
-
disable this feature (although flattened tags may still be copied by
|
975
|
-
specifying them individually unless <strong>-struct</strong> is used). These options have
|
976
|
-
no effect when assigning new values since both flattened and structured tags
|
977
|
-
may always be used when writing.</p>
|
978
|
-
</dd>
|
979
|
-
<dt><strong><a name="t" class="item"><strong>-t</strong> (<strong>-tab</strong>)</a></strong></dt>
|
980
|
-
|
981
|
-
<dd>
|
982
|
-
<p>Output a tab-delimited list of description/values (useful for database
|
983
|
-
import). May be combined with <strong>-s</strong> to print tag names instead of
|
984
|
-
descriptions, or <strong>-S</strong> to print tag values only, tab-delimited on a single
|
985
|
-
line. The <strong>-t</strong> option may also be used to add tag table information to the
|
986
|
-
<strong>-X</strong> option output.</p>
|
987
|
-
</dd>
|
988
|
-
<dt><strong><a name="t" class="item"><strong>-T</strong> (<strong>-table</strong>)</a></strong></dt>
|
989
|
-
|
990
|
-
<dd>
|
991
|
-
<p>Output tag values in table form. Equivalent to <strong>-t -S -q -f</strong>.</p>
|
992
|
-
</dd>
|
993
|
-
<dt><strong><a name="v_num_verbose" class="item"><strong>-v</strong>[<em>NUM</em>] (<strong>-verbose</strong>)</a></strong></dt>
|
994
|
-
|
995
|
-
<dd>
|
996
|
-
<p>Print verbose messages. <em>NUM</em> specifies the level of verbosity in the
|
997
|
-
range 0-5, with higher numbers being more verbose. If <em>NUM</em> is not given,
|
998
|
-
then each <strong>-v</strong> option increases the level of verbosity by 1. With any
|
999
|
-
level greater than 0, most other options are ignored and normal console
|
1000
|
-
output is suppressed unless specific tags are extracted. Using <strong>-v0</strong>
|
1001
|
-
causes the console output buffer to be flushed after each line (which may be
|
1002
|
-
useful to avoid delays when piping exiftool output), and prints the name of
|
1003
|
-
each processed file when writing. Also see the <strong>-progress</strong> option.</p>
|
1004
|
-
</dd>
|
1005
|
-
<dt><strong><strong>-w</strong>[+|!] <em>EXT</em> or <em>FMT</em> (<strong>-textOut</strong>)</strong></dt>
|
1006
|
-
|
1007
|
-
<dd>
|
1008
|
-
<p>Write console output to files with names ending in <em>EXT</em>, one for each
|
1009
|
-
source file. The output file name is obtained by replacing the source file
|
1010
|
-
extension (including the '.') with the specified extension (and a '.' is
|
1011
|
-
added to the start of <em>EXT</em> if it doesn't already contain one).
|
1012
|
-
Alternatively, a <em>FMT</em> string may be used to give more control over the
|
1013
|
-
output file name and directory. In the format string, %d, %f and %e
|
1014
|
-
represent the directory, filename and extension of the source file, and %c
|
1015
|
-
represents a copy number which is automatically incremented if the file
|
1016
|
-
already exists. %d includes the trailing '/' if necessary, but %e does not
|
1017
|
-
include the leading '.'. For example:</p>
|
1018
|
-
<pre>
|
1019
|
-
-w %d%f.txt # same effect as "-w txt"
|
1020
|
-
-w dir/%f_%e.out # write files to "dir" as "FILE_EXT.out"
|
1021
|
-
-w dir2/%d%f.txt # write to "dir2", keeping dir structure
|
1022
|
-
-w a%c.txt # write to "a.txt" or "a1.txt" or "a2.txt"...</pre>
|
1023
|
-
<p>Existing files will not be overwritten unless an exclamation point is added
|
1024
|
-
to the option name (ie. <strong>-w!</strong> or <strong>-textOut!</strong>), or a plus sign to append to
|
1025
|
-
the existing file (ie. <strong>-w+</strong> or <strong>-textOut+</strong>). Both may be used (ie.
|
1026
|
-
<strong>-w+!</strong> or <strong>-textOut+!</strong>) to overwrite output files that didn't exist before
|
1027
|
-
the command was run, and append the output from multiple source files. For
|
1028
|
-
example, to write one output file for all source files in each directory:</p>
|
1029
|
-
<pre>
|
1030
|
-
exiftool -filename -createdate -T -w+! %d/out.txt -r DIR</pre>
|
1031
|
-
<p>Notes:</p>
|
1032
|
-
<p>1) In a Windows BAT file the <code>%</code> character is represented by <code>%%</code>, so an
|
1033
|
-
argument like <code>%d%f.txt</code> is written as <code>%%d%%f.txt</code>.</p>
|
1034
|
-
<p>2) If the argument for <strong>-w</strong> does not contain a format code (%d, %f or %e),
|
1035
|
-
then it is interpreted as a file extension. Therefore it is not possible to
|
1036
|
-
specify a simple filename as an argument, so creating a single output file
|
1037
|
-
from multiple source files is typically done by shell redirection, ie)</p>
|
1038
|
-
<pre>
|
1039
|
-
exiftool FILE1 FILE2 ... > out.txt</pre>
|
1040
|
-
<p>But if necessary, an empty format code may be used to force the argument to
|
1041
|
-
be interpreted as a format string, and the same result may be obtained
|
1042
|
-
without the use of shell redirection:</p>
|
1043
|
-
<pre>
|
1044
|
-
exiftool -w+! %0fout.txt FILE1 FILE2 ...</pre>
|
1045
|
-
<p>Advanced features:</p>
|
1046
|
-
<p>A substring of the original file name, directory or extension may be taken
|
1047
|
-
by specifying a field width immediately following the '%' character. If the
|
1048
|
-
width is negative, the substring is taken from the end. The substring
|
1049
|
-
position (characters to ignore at the start or end of the string) may be
|
1050
|
-
given by a second optional value after a decimal point. For example:</p>
|
1051
|
-
<pre>
|
1052
|
-
Input File Name Format Specifier Output File Name
|
1053
|
-
---------------- ---------------- ----------------
|
1054
|
-
Picture-123.jpg %7f.txt Picture.txt
|
1055
|
-
Picture-123.jpg %-.4f.out Picture.out
|
1056
|
-
Picture-123.jpg %7f.%-3f Picture.123
|
1057
|
-
Picture-123a.jpg Meta%-3.1f.txt Meta123.txt</pre>
|
1058
|
-
<p>For %d, the field width/position specifiers may be applied to the directory
|
1059
|
-
levels instead of substring position by using a colon instead of a decimal
|
1060
|
-
point in the format specifier. For example:</p>
|
1061
|
-
<pre>
|
1062
|
-
Source Dir Format Result Notes
|
1063
|
-
------------ ------ ---------- ------------------
|
1064
|
-
pics/2012/02 %2:d pics/2012/ take top 2 levels
|
1065
|
-
pics/2012/02 %-:1d pics/2012/ up one directory level
|
1066
|
-
pics/2012/02 %:1d 2012/02/ ignore top level
|
1067
|
-
pics/2012/02 %1:1d 2012/ take 1 level after top
|
1068
|
-
/Users/phil %:2d phil/ ignore top 2 levels</pre>
|
1069
|
-
<p>(Note that the root directory counts as one level when an absolute path is
|
1070
|
-
used as in the last example above.)</p>
|
1071
|
-
<p>For %c, these modifiers have a different effects. If a field width is
|
1072
|
-
given, the copy number is padded with zeros to the specified width. A
|
1073
|
-
leading '-' adds a dash before the copy number, and a '+' adds an underline.
|
1074
|
-
By default, the copy number is omitted from the first file of a given name,
|
1075
|
-
but this can be changed by adding a decimal point to the modifier. For
|
1076
|
-
example:</p>
|
1077
|
-
<pre>
|
1078
|
-
-w A%-cZ.txt # AZ.txt, A-1Z.txt, A-2Z.txt ...
|
1079
|
-
-w B%5c.txt # B.txt, B00001.txt, B00002.txt ...
|
1080
|
-
-w C%.c.txt # C0.txt, C1.txt, C2.txt ...
|
1081
|
-
-w D%-.c.txt # D-0.txt, D-1.txt, D-2.txt ...
|
1082
|
-
-w E%-.4c.txt # E-0000.txt, E-0001.txt, E-0002.txt ...
|
1083
|
-
-w F%-.4nc.txt # F-0001.txt, F-0002.txt, F-0003.txt ...
|
1084
|
-
-w G%+c.txt # G.txt, G_1.txt G_2.txt ...
|
1085
|
-
-w H%-lc.txt # H.txt, H-b.txt, H-c.txt ...
|
1086
|
-
-w I.%.3uc.txt # I.AAA.txt, I.AAB.txt, I.AAC.txt ...</pre>
|
1087
|
-
<p>A special feature allows the copy number to be incremented for each
|
1088
|
-
processed file by using %C (upper case) instead of %c. This allows a
|
1089
|
-
sequential number to be added to output file names, even if the names are
|
1090
|
-
different. For %C, a copy number of zero is not omitted as it is with %c.
|
1091
|
-
The number before the decimal place gives the starting index, the number
|
1092
|
-
after the decimal place gives the field width. The following examples show
|
1093
|
-
the output filenames when used with the command
|
1094
|
-
<code>exiftool rose.jpg star.jpg jet.jpg ...</code>:</p>
|
1095
|
-
<pre>
|
1096
|
-
-w %C%f.txt # 0rose.txt, 1star.txt, 2jet.txt
|
1097
|
-
-w %f-%10C.txt # rose-10.txt, star-11.txt, jet-12.txt
|
1098
|
-
-w %.3C-%f.txt # 000-rose.txt, 001-star.txt, 002-jet.txt
|
1099
|
-
-w %57.4C%f.txt # 0057rose.txt, 0058star.txt, 0059jet.txt</pre>
|
1100
|
-
<p>All format codes may be modified by 'l' or 'u' to specify lower or upper
|
1101
|
-
case respectively (ie. <code>%le</code> for a lower case file extension). When used
|
1102
|
-
to modify %c or %C, the numbers are changed to an alphabetical base (see
|
1103
|
-
example H above). Also, %c may be modified by 'n' to count using natural
|
1104
|
-
numbers starting from 1, instead of 0 (see example F above).</p>
|
1105
|
-
<p>This same <em>FMT</em> syntax is used with the <strong>-o</strong> and <strong>-tagsFromFile</strong> options,
|
1106
|
-
although %c is only valid for output file names.</p>
|
1107
|
-
</dd>
|
1108
|
-
<dt><strong><strong>-W</strong>[!|+] <em>FMT</em> (<strong>-tagOut</strong>)</strong></dt>
|
1109
|
-
|
1110
|
-
<dd>
|
1111
|
-
<p>This enhanced version of the <strong>-w</strong> option allows a separate output file to
|
1112
|
-
be created for each extracted tag. The differences between <strong>-W</strong> and <strong>-w</strong>
|
1113
|
-
are as follows:</p>
|
1114
|
-
<p>1) With <strong>-W</strong>, a new output file is created for each extracted tag.</p>
|
1115
|
-
<p>2) <strong>-W</strong> supports three additional format codes: %t, %g and %s represent
|
1116
|
-
the tag name, group name, and suggested extension for the output file (based
|
1117
|
-
on the format of the data). The %g code may be followed by a single digit
|
1118
|
-
to specify the group family number (eg. %g1), otherwise family 0 is assumed.
|
1119
|
-
The substring width/position/case specifiers may be used with these format
|
1120
|
-
codes in exactly the same way as with %f and %e.</p>
|
1121
|
-
<p>3) The argument for <strong>-W</strong> is interpreted as a file name if it contains no
|
1122
|
-
format codes. (For <strong>-w</strong>, this would be a file extension.) This change
|
1123
|
-
allows a simple file name to be specified, which, when combined with the
|
1124
|
-
append feature, provides a method to write metadata from multiple source
|
1125
|
-
files to a single output file without the need for shell redirection.</p>
|
1126
|
-
<p>4) Adding the <strong>-v</strong> option to <strong>-W</strong> generates a list of the tags and output
|
1127
|
-
file names instead of giving a verbose dump of the entire file. (Unless
|
1128
|
-
appending all output to one file for each source file by using <strong>-W+</strong> with
|
1129
|
-
an output file <em>FMT</em> that does not contain %t, $g or %s.)</p>
|
1130
|
-
<p>5) Individual list items are stored in separate files when <strong>-W</strong> is combined
|
1131
|
-
with <strong>-b</strong>, but note that for separate files to be created %c must be used
|
1132
|
-
in <em>FMT</em> to give the files unique names.</p>
|
1133
|
-
</dd>
|
1134
|
-
<dt><strong><a name="ext" class="item"><strong>-Wext</strong> <em>EXT</em>, <strong>--Wext</strong> <em>EXT</em> (<strong>-tagOutExt</strong>)</a></strong></dt>
|
1135
|
-
|
1136
|
-
<dd>
|
1137
|
-
<p>This option is used to specify the type of output file(s) written by the
|
1138
|
-
<strong>-W</strong> option. An output file is written only if the suggested extension
|
1139
|
-
matches <em>EXT</em>. Multiple <strong>-Wext</strong> options may be used to write more than
|
1140
|
-
one type of file. Use <strong>--Wext</strong> to write all but the specified type(s).</p>
|
1141
|
-
</dd>
|
1142
|
-
<dt><strong><a name="x" class="item"><strong>-X</strong> (<strong>-xmlFormat</strong>)</a></strong></dt>
|
1143
|
-
|
1144
|
-
<dd>
|
1145
|
-
<p>Use ExifTool-specific RDF/XML formatting for console output. Implies the
|
1146
|
-
<strong>-a</strong> option, so duplicate tags are extracted. The formatting options
|
1147
|
-
<strong>-b</strong>, <strong>-D</strong>, <strong>-H</strong>, <strong>-l</strong>, <strong>-s</strong>, <strong>-sep</strong>, <strong>-struct</strong> and <strong>-t</strong> may be used
|
1148
|
-
in combination with <strong>-X</strong> to affect the output, but note that the tag ID
|
1149
|
-
(<strong>-D</strong>, <strong>-H</strong> and <strong>-t</strong>), binary data (<strong>-b</strong>) and structured output
|
1150
|
-
(<strong>-struct</strong>) options are not effective for the short output (<strong>-s</strong>). Another
|
1151
|
-
restriction of <strong>-s</strong> is that only one tag with a given group and name may
|
1152
|
-
appear in the output. Note that the tag ID options (<strong>-D</strong>, <strong>-H</strong> and <strong>-t</strong>)
|
1153
|
-
will produce non-standard RDF/XML unless the <strong>-l</strong> option is also used.</p>
|
1154
|
-
<p>By default, <strong>-X</strong> outputs flattened tags, so <strong>-struct</strong> should be added if
|
1155
|
-
required to preserve XMP structures. List-type tags with multiple values
|
1156
|
-
are formatted as an RDF Bag, but they are combined into a single string when
|
1157
|
-
<strong>-s</strong> or <strong>-sep</strong> is used. Using <strong>-L</strong> changes the XML encoding from "UTF-8"
|
1158
|
-
to "windows-1252". Other <strong>-charset</strong> settings change the encoding only if
|
1159
|
-
there is a corresponding standard XML character set. The <strong>-b</strong> option
|
1160
|
-
causes binary data values to be written, encoded in base64 if necessary.
|
1161
|
-
The <strong>-t</strong> option adds tag table information to the output (table <code>name</code>,
|
1162
|
-
decimal tag <code>id</code>, and <code>index</code> for cases where multiple conditional tags
|
1163
|
-
exist with the same ID).</p>
|
1164
|
-
<p>Note: This output is NOT the same as XMP because it uses
|
1165
|
-
dynamically-generated property names corresponding to the ExifTool tag
|
1166
|
-
names, and not the standard XMP properties. To write XMP instead, use the
|
1167
|
-
<strong>-o</strong> option with an XMP extension for the output file.</p>
|
1168
|
-
</dd>
|
1169
|
-
</dl>
|
1170
|
-
<p>
|
1171
|
-
</p>
|
1172
|
-
<h3><a name="processing_control">Processing control</a></h3>
|
1173
|
-
<dl>
|
1174
|
-
<dt><strong><a name="a" class="item"><strong>-a</strong>, <strong>--a</strong> (<strong>-duplicates</strong>, <strong>--duplicates</strong>)</a></strong></dt>
|
1175
|
-
|
1176
|
-
<dd>
|
1177
|
-
<p>Allow (<strong>-a</strong>) or suppress (<strong>--a</strong>) duplicate tag names to be extracted. By
|
1178
|
-
default, duplicate tags are suppressed unless the <strong>-ee</strong> or <strong>-X</strong> options
|
1179
|
-
are used or the Duplicates option is enabled in the configuration file.</p>
|
1180
|
-
</dd>
|
1181
|
-
<dt><strong><a name="e" class="item"><strong>-e</strong> (<strong>--composite</strong>)</a></strong></dt>
|
1182
|
-
|
1183
|
-
<dd>
|
1184
|
-
<p>Extract existing tags only -- don't calculate composite tags.</p>
|
1185
|
-
</dd>
|
1186
|
-
<dt><strong><a name="ee" class="item"><strong>-ee</strong> (<strong>-extractEmbedded</strong>)</a></strong></dt>
|
1187
|
-
|
1188
|
-
<dd>
|
1189
|
-
<p>Extract information from embedded documents in EPS files, embedded EPS
|
1190
|
-
information and JPEG and Jpeg2000 images in PDF files, embedded MPF images
|
1191
|
-
in JPEG and MPO files, streaming metadata in AVCHD videos, and the resource
|
1192
|
-
fork of Mac OS files. Implies the <strong>-a</strong> option. Use <strong>-g3</strong> or <strong>-G3</strong> to
|
1193
|
-
identify the originating document for extracted information. Embedded
|
1194
|
-
documents containing sub-documents are indicated with dashes in the family 3
|
1195
|
-
group name. (eg. <code>Doc2-3</code> is the 3rd sub-document of the 2nd embedded
|
1196
|
-
document.) Note that this option may increase processing time substantially,
|
1197
|
-
especially for PDF files with many embedded images.</p>
|
1198
|
-
</dd>
|
1199
|
-
<dt><strong><strong>-ext</strong> <em>EXT</em>, <strong>--ext</strong> <em>EXT</em> (<strong>-extension</strong>)</strong></dt>
|
1200
|
-
|
1201
|
-
<dd>
|
1202
|
-
<p>Process only files with (<strong>-ext</strong>) or without (<strong>--ext</strong>) a specified
|
1203
|
-
extension. There may be multiple <strong>-ext</strong> and <strong>--ext</strong> options. Extensions
|
1204
|
-
may begin with a leading '.', and case is not significant. For example:</p>
|
1205
|
-
<pre>
|
1206
|
-
exiftool -ext .JPG DIR # process only JPG files
|
1207
|
-
exiftool --ext cr2 --ext dng DIR # supported files but CR2/DNG
|
1208
|
-
exiftool --ext . DIR # ignore if no extension
|
1209
|
-
exiftool -ext "*" DIR # process all files
|
1210
|
-
exiftool -ext "*" --ext xml DIR # process all but XML files</pre>
|
1211
|
-
<p>The extension may be <code>"*"</code> as in the last two examples above to force
|
1212
|
-
processing files with any extension (not just supported files).</p>
|
1213
|
-
<p>Using this option has two main advantages over specifying <code>*.EXT</code> on the
|
1214
|
-
command line: 1) It applies to files in subdirectories when combined with
|
1215
|
-
the <strong>-r</strong> option. 2) The <strong>-ext</strong> option is case-insensitive, which is
|
1216
|
-
useful when processing files on case-sensitive filesystems.</p>
|
1217
|
-
</dd>
|
1218
|
-
<dt><strong><a name="f_offset_fixbase" class="item"><strong>-F</strong>[<em>OFFSET</em>] (<strong>-fixBase</strong>)</a></strong></dt>
|
1219
|
-
|
1220
|
-
<dd>
|
1221
|
-
<p>Fix the base for maker notes offsets. A common problem with some image
|
1222
|
-
editors is that offsets in the maker notes are not adjusted properly when
|
1223
|
-
the file is modified. This may cause the wrong values to be extracted for
|
1224
|
-
some maker note entries when reading the edited file. This option allows an
|
1225
|
-
integer <em>OFFSET</em> to be specified for adjusting the maker notes base offset.
|
1226
|
-
If no <em>OFFSET</em> is given, ExifTool takes its best guess at the correct base.
|
1227
|
-
Note that exiftool will automatically fix the offsets for images which store
|
1228
|
-
original offset information (eg. newer Canon models). Offsets are fixed
|
1229
|
-
permanently if <strong>-F</strong> is used when writing EXIF to an image. eg)</p>
|
1230
|
-
<pre>
|
1231
|
-
exiftool -F -exif:resolutionunit=inches image.jpg</pre>
|
1232
|
-
</dd>
|
1233
|
-
<dt><strong><a name="fast_num" class="item"><strong>-fast</strong>[<em>NUM</em>]</a></strong></dt>
|
1234
|
-
|
1235
|
-
<dd>
|
1236
|
-
<p>Increase speed of extracting information from JPEG images. With this
|
1237
|
-
option, ExifTool will not scan to the end of a JPEG image to check for an
|
1238
|
-
AFCP or PreviewImage trailer, or past the first comment in GIF images or the
|
1239
|
-
audio/video data in WAV/AVI files to search for additional metadata. These
|
1240
|
-
speed benefits are small when reading images directly from disk, but can be
|
1241
|
-
substantial if piping images through a network connection. For more
|
1242
|
-
substantial speed benefits, <strong>-fast2</strong> also causes exiftool to avoid
|
1243
|
-
extracting any EXIF MakerNote information. <strong>-fast3</strong> avoids processing the
|
1244
|
-
file entirely, and returns only an initial guess at FileType and the pseudo
|
1245
|
-
System tags.</p>
|
1246
|
-
</dd>
|
1247
|
-
<dt><strong><a name="fileorder_tag" class="item"><strong>-fileOrder</strong> [-]<em>TAG</em></a></strong></dt>
|
1248
|
-
|
1249
|
-
<dd>
|
1250
|
-
<p>Set file processing order according to the sorted value of the specified
|
1251
|
-
<em>TAG</em>. For example, to process files in order of date:</p>
|
1252
|
-
<pre>
|
1253
|
-
exiftool -fileOrder DateTimeOriginal DIR</pre>
|
1254
|
-
<p>Additional <strong>-fileOrder</strong> options may be added for secondary sort keys.
|
1255
|
-
Numbers are sorted numerically, and all other values are sorted
|
1256
|
-
alphabetically. The sort order may be reversed by prefixing the tag name
|
1257
|
-
with a <code>-</code> (eg. <code>-fileOrder -createdate</code>). Print conversion of the sorted
|
1258
|
-
values is disabled with the <strong>-n</strong> option, or a <code>#</code> appended to the tag
|
1259
|
-
name. Other formatting options (eg. <strong>-d</strong>) have no effect on the sorted
|
1260
|
-
values. Note that the <strong>-fileOrder</strong> option has a large performance impact
|
1261
|
-
since it involves an additional processing pass of each file.</p>
|
1262
|
-
</dd>
|
1263
|
-
<dt><strong><a name="dir" class="item"><strong>-i</strong> <em>DIR</em> (<strong>-ignore</strong>)</a></strong></dt>
|
1264
|
-
|
1265
|
-
<dd>
|
1266
|
-
<p>Ignore specified directory name. Use multiple <strong>-i</strong> options to ignore more
|
1267
|
-
than one directory name. A special <em>DIR</em> value of <code>SYMLINKS</code> (case
|
1268
|
-
sensitive) may be specified to ignore symbolic links when the <strong>-r</strong> option
|
1269
|
-
is used.</p>
|
1270
|
-
</dd>
|
1271
|
-
<dt><strong><a name="if_expr" class="item"><strong>-if</strong> <em>EXPR</em></a></strong></dt>
|
1272
|
-
|
1273
|
-
<dd>
|
1274
|
-
<p>Specify a condition to be evaluated before processing each <em>FILE</em>. <em>EXPR</em>
|
1275
|
-
is a Perl-like logic expression containing tag names prefixed by <code>$</code>
|
1276
|
-
symbols. It is evaluated with the tags from each <em>FILE</em> in turn, and the
|
1277
|
-
file is processed only if the expression returns true. Unlike Perl variable
|
1278
|
-
names, tag names are not case sensitive and may contain a hyphen. As well,
|
1279
|
-
tag names may have a leading group names separated by colons, and/or a
|
1280
|
-
trailing <code>#</code> character to disable print conversion. The expression
|
1281
|
-
<code>$GROUP:all</code> evaluates to 1 if any tag exists in the specified <code>GROUP</code>, or
|
1282
|
-
0 otherwise (see note 2 below). When multiple <strong>-if</strong> options are used, all
|
1283
|
-
conditions must be satisfied to process the file. Returns an exit status of
|
1284
|
-
1 if all files fail the condition. Below are a few examples:</p>
|
1285
|
-
<pre>
|
1286
|
-
# extract shutterspeed from all Canon images in a directory
|
1287
|
-
exiftool -shutterspeed -if '$make eq "Canon"' dir</pre>
|
1288
|
-
<pre>
|
1289
|
-
# add one hour to all images created on or after Apr. 2, 2006
|
1290
|
-
exiftool -alldates+=1 -if '$CreateDate ge "2006:04:02"' dir</pre>
|
1291
|
-
<pre>
|
1292
|
-
# set EXIF ISO value if possible, unless it is set already
|
1293
|
-
exiftool '-exif:iso<iso' -if 'not $exif:iso' dir</pre>
|
1294
|
-
<pre>
|
1295
|
-
# find images containing a specific keyword (case insensitive)
|
1296
|
-
exiftool -if '$keywords =~ /harvey/i' -filename dir</pre>
|
1297
|
-
<p>Notes:</p>
|
1298
|
-
<p>1) The <strong>-n</strong> and <strong>-b</strong> options also apply to tags used in <em>EXPR</em>.</p>
|
1299
|
-
<p>2) Some binary data blocks are not extracted unless specified explicitly.
|
1300
|
-
These tags are not available for use in the <strong>-if</strong> condition unless they are
|
1301
|
-
also specified on the command line. The alternative is to use the
|
1302
|
-
<code>$GROUP:all</code> syntax. (eg. Use <code>$exif:all</code> instead of <code>$exif</code> in <em>EXPR</em>
|
1303
|
-
to test for the existence of EXIF tags.)</p>
|
1304
|
-
<p>3) Tags in the string are interpolated the same way as with <strong>-p</strong> before the
|
1305
|
-
expression is evaluated. In this interpolation, <code>$/</code> is converted to a
|
1306
|
-
newline and <code>$$</code> represents a single <code>$</code> symbol (so Perl variables, if
|
1307
|
-
used, require a double <code>$</code>).</p>
|
1308
|
-
<p>4) The condition may only test tags from the file being processed. To
|
1309
|
-
process one file based on tags from another, two steps are required. For
|
1310
|
-
example, to process XMP sidecar files in directory <a href="#dir"><code>DIR</code></a> based on tags from
|
1311
|
-
the associated NEF:</p>
|
1312
|
-
<pre>
|
1313
|
-
exiftool -if EXPR -p '$directory/$filename' -ext nef DIR > nef.txt
|
1314
|
-
exiftool -@ nef.txt -srcfile %d%f.xmp ...</pre>
|
1315
|
-
<p>5) The <strong>-a</strong> option has no effect on the evaluation of the expression, and
|
1316
|
-
the values of duplicate tags are accessible only by specifying a group name
|
1317
|
-
(such as a family 4 instance number, eg. <code>$Copy1:TAG</code>, <code>$Copy2:TAG</code>, etc).</p>
|
1318
|
-
</dd>
|
1319
|
-
<dt><strong><a name="m" class="item"><strong>-m</strong> (<strong>-ignoreMinorErrors</strong>)</a></strong></dt>
|
1320
|
-
|
1321
|
-
<dd>
|
1322
|
-
<p>Ignore minor errors and warnings. This enables writing to files with minor
|
1323
|
-
errors and disables some validation checks which could result in minor
|
1324
|
-
warnings. Generally, minor errors/warnings indicate a problem which usually
|
1325
|
-
won't result in loss of metadata if ignored. However, there are exceptions,
|
1326
|
-
so ExifTool leaves it up to you to make the final decision. Minor errors
|
1327
|
-
and warnings are indicated by "[minor]" at the start of the message.
|
1328
|
-
Warnings which affect processing when ignored are indicated by "[Minor]"
|
1329
|
-
(with a capital "M").</p>
|
1330
|
-
</dd>
|
1331
|
-
<dt><strong><strong>-o</strong> <em>OUTFILE</em> or <em>FMT</em> (<strong>-out</strong>)</strong></dt>
|
1332
|
-
|
1333
|
-
<dd>
|
1334
|
-
<p>Set the output file or directory name when writing information. Without
|
1335
|
-
this option, when any "real" tags are written the original file is renamed
|
1336
|
-
to <code>FILE_original</code> and output is written to <em>FILE</em>. When writing only
|
1337
|
-
FileName and/or Directory "pseudo" tags, <strong>-o</strong> causes the file to be copied
|
1338
|
-
instead of moved, but directories specified for either of these tags take
|
1339
|
-
precedence over that specified by the <strong>-o</strong> option.</p>
|
1340
|
-
<p><em>OUTFILE</em> may be <code>-</code> to write to stdout. The output file name may also be
|
1341
|
-
specified using a <em>FMT</em> string in which %d, %f and %e represent the
|
1342
|
-
directory, file name and extension of <em>FILE</em>. Also, %c may be used to add
|
1343
|
-
a copy number. See the <strong>-w</strong> option for <em>FMT</em> string examples.</p>
|
1344
|
-
<p>The output file is taken to be a directory name if it already exists as a
|
1345
|
-
directory or if the name ends with '/'. Output directories are created if
|
1346
|
-
necessary. Existing files will not be overwritten. Combining the
|
1347
|
-
<strong>-overwrite_original</strong> option with <strong>-o</strong> causes the original source file to
|
1348
|
-
be erased after the output file is successfully written.</p>
|
1349
|
-
<p>A special feature of this option allows the creation of certain types of
|
1350
|
-
files from scratch, or with the metadata from another type of file. The
|
1351
|
-
following file types may be created using this technique:</p>
|
1352
|
-
<pre>
|
1353
|
-
XMP, ICC/ICM, MIE, VRD, DR4, EXIF, EXV</pre>
|
1354
|
-
<p>The output file type is determined by the extension of <em>OUTFILE</em> (specified
|
1355
|
-
as <a href="#ext"><code>-.EXT</code></a> when writing to stdout). The output file is then created from a
|
1356
|
-
combination of information in <em>FILE</em> (as if the <strong>-tagsFromFile</strong> option was
|
1357
|
-
used), and tag values assigned on the command line. If no <em>FILE</em> is
|
1358
|
-
specified, the output file may be created from scratch using only tags
|
1359
|
-
assigned on the command line.</p>
|
1360
|
-
</dd>
|
1361
|
-
<dt><strong><a name="overwrite_original" class="item"><strong>-overwrite_original</strong></a></strong></dt>
|
1362
|
-
|
1363
|
-
<dd>
|
1364
|
-
<p>Overwrite the original <em>FILE</em> (instead of preserving it by adding
|
1365
|
-
<code>_original</code> to the file name) when writing information to an image.
|
1366
|
-
Caution: This option should only be used if you already have separate backup
|
1367
|
-
copies of your image files. The overwrite is implemented by renaming a
|
1368
|
-
temporary file to replace the original. This deletes the original file and
|
1369
|
-
replaces it with the edited version in a single operation. When combined
|
1370
|
-
with <strong>-o</strong>, this option causes the original file to be deleted if the output
|
1371
|
-
file was successfully written (ie. the file is moved instead of copied).</p>
|
1372
|
-
</dd>
|
1373
|
-
<dt><strong><a name="overwrite_original_in_place" class="item"><strong>-overwrite_original_in_place</strong></a></strong></dt>
|
1374
|
-
|
1375
|
-
<dd>
|
1376
|
-
<p>Similar to <strong>-overwrite_original</strong> except that an extra step is added to
|
1377
|
-
allow the original file attributes to be preserved. For example, on a Mac
|
1378
|
-
this causes the original file creation date, type, creator, label color,
|
1379
|
-
icon, Finder tags and hard links to the file to be preserved (but note that
|
1380
|
-
the Mac OS resource fork is always preserved unless specifically deleted
|
1381
|
-
with <code>-rsrc:all=</code>). This is implemented by opening the original file in
|
1382
|
-
update mode and replacing its data with a copy of a temporary file before
|
1383
|
-
deleting the temporary. The extra step results in slower performance, so
|
1384
|
-
the <strong>-overwrite_original</strong> option should be used instead unless necessary.</p>
|
1385
|
-
</dd>
|
1386
|
-
<dt><strong><a name="p" class="item"><strong>-P</strong> (<strong>-preserve</strong>)</a></strong></dt>
|
1387
|
-
|
1388
|
-
<dd>
|
1389
|
-
<p>Preserve the filesystem modification date/time of the original file
|
1390
|
-
(<code>FileModifyDate</code>) when writing. Note that some filesystems store a
|
1391
|
-
creation date (<code>FileCreateDate</code>) which is not affected by this option.
|
1392
|
-
This creation date is preserved only on Windows systems where Win32API::File
|
1393
|
-
and Win32::API are available. For other systems, the
|
1394
|
-
<strong>-overwrite_original_in_place</strong> option may be used if necessary to preserve
|
1395
|
-
the creation date. This option is superseded by writing FileModifyDate (and
|
1396
|
-
FileCreateDate) manually.</p>
|
1397
|
-
</dd>
|
1398
|
-
<dt><strong><a name="password_passwd" class="item"><strong>-password</strong> <em>PASSWD</em></a></strong></dt>
|
1399
|
-
|
1400
|
-
<dd>
|
1401
|
-
<p>Specify password to allow processing of password-protected PDF documents.
|
1402
|
-
If a password is required but not given, a warning is issued and the
|
1403
|
-
document is not processed. Ignored if a password is not required.</p>
|
1404
|
-
</dd>
|
1405
|
-
<dt><strong><a name="progress" class="item"><strong>-progress</strong></a></strong></dt>
|
1406
|
-
|
1407
|
-
<dd>
|
1408
|
-
<p>Show file progress count in messages. The progress count appears in
|
1409
|
-
brackets after the name of each processed file, and gives the current file
|
1410
|
-
number and the total number of files to be processed. Implies the <strong>-v0</strong>
|
1411
|
-
option, which prints the name of each processed file when writing. When
|
1412
|
-
combined with the <strong>-if</strong> option, the total count includes all files before
|
1413
|
-
the condition is applied, but files that fail the condition will not have
|
1414
|
-
their names printed.</p>
|
1415
|
-
</dd>
|
1416
|
-
<dt><strong><a name="q" class="item"><strong>-q</strong> (<strong>-quiet</strong>)</a></strong></dt>
|
1417
|
-
|
1418
|
-
<dd>
|
1419
|
-
<p>Quiet processing. One <strong>-q</strong> suppresses normal informational messages, and a
|
1420
|
-
second <strong>-q</strong> suppresses warnings as well. Error messages can not be
|
1421
|
-
suppressed, although minor errors may be downgraded to warnings with the
|
1422
|
-
<strong>-m</strong> option, which may then be suppressed with <code>-q -q</code>.</p>
|
1423
|
-
</dd>
|
1424
|
-
<dt><strong><a name="r_recurse" class="item"><strong>-r</strong>[.] (<strong>-recurse</strong>)</a></strong></dt>
|
1425
|
-
|
1426
|
-
<dd>
|
1427
|
-
<p>Recursively process files in subdirectories. Only meaningful if <em>FILE</em> is
|
1428
|
-
a directory name. Subdirectories with names beginning with "." are not
|
1429
|
-
processed unless "." is added to the option name (ie. <strong>-w.</strong> or
|
1430
|
-
<strong>-recurse.</strong>). By default, exiftool will also follow symbolic links to
|
1431
|
-
directories if supported by the system, but this may be disabled with <code>-i
|
1432
|
-
SYMLINKS</code> (see the <strong>-i</strong> option for details).</p>
|
1433
|
-
</dd>
|
1434
|
-
<dt><strong><a name="scanforxmp" class="item"><strong>-scanForXMP</strong></a></strong></dt>
|
1435
|
-
|
1436
|
-
<dd>
|
1437
|
-
<p>Scan all files (even unsupported formats) for XMP information unless found
|
1438
|
-
already. When combined with the <strong>-fast</strong> option, only unsupported file
|
1439
|
-
types are scanned. Warning: It can be time consuming to scan large files.</p>
|
1440
|
-
</dd>
|
1441
|
-
<dt><strong><a name="u" class="item"><strong>-u</strong> (<strong>-unknown</strong>)</a></strong></dt>
|
1442
|
-
|
1443
|
-
<dd>
|
1444
|
-
<p>Extract values of unknown tags. Add another <strong>-u</strong> to also extract unknown
|
1445
|
-
information from binary data blocks. This option applies to tags with
|
1446
|
-
numerical tag ID's, and causes tag names like "Exif_0xc5d9" to be generated
|
1447
|
-
for unknown information. It has no effect on information types which have
|
1448
|
-
human-readable tag ID's (such as XMP), since unknown tags are extracted
|
1449
|
-
automatically from these formats.</p>
|
1450
|
-
</dd>
|
1451
|
-
<dt><strong><a name="u" class="item"><strong>-U</strong> (<strong>-unknown2</strong>)</a></strong></dt>
|
1452
|
-
|
1453
|
-
<dd>
|
1454
|
-
<p>Extract values of unknown tags as well as unknown information from some
|
1455
|
-
binary data blocks. This is the same as two <strong>-u</strong> options.</p>
|
1456
|
-
</dd>
|
1457
|
-
<dt><strong><a name="mode" class="item"><strong>-wm</strong> <em>MODE</em> (<strong>-writeMode</strong>)</a></strong></dt>
|
1458
|
-
|
1459
|
-
<dd>
|
1460
|
-
<p>Set mode for writing/creating tags. <em>MODE</em> is a string of one or more
|
1461
|
-
characters from the list below. Write mode is <code>wcg</code> unless otherwise
|
1462
|
-
specified.</p>
|
1463
|
-
<pre>
|
1464
|
-
w - Write existing tags
|
1465
|
-
c - Create new tags
|
1466
|
-
g - create new Groups as necessary</pre>
|
1467
|
-
<p>For example, use <code>-wm cg</code> to only create new tags (and avoid editing
|
1468
|
-
existing ones).</p>
|
1469
|
-
<p>The level of the group is the SubDirectory level in the metadata structure.
|
1470
|
-
For XMP or IPTC this is the full XMP/IPTC block (the family 0 group), but
|
1471
|
-
for EXIF this is the individual IFD (the family 1 group).</p>
|
1472
|
-
</dd>
|
1473
|
-
<dt><strong><a name="z" class="item"><strong>-z</strong> (<strong>-zip</strong>)</a></strong></dt>
|
1474
|
-
|
1475
|
-
<dd>
|
1476
|
-
<p>When reading, causes information to be extracted from .gz and .bz2
|
1477
|
-
compressed images. (Only one image per archive. Requires gzip and bzip2 to
|
1478
|
-
be installed on the system.) When writing, causes compressed information to
|
1479
|
-
be written if supported by the metadata format. (eg. PNG supports
|
1480
|
-
compressed textual metadata.) This option also disables the recommended
|
1481
|
-
padding in embedded XMP, saving 2424 bytes when writing XMP in a file.</p>
|
1482
|
-
</dd>
|
1483
|
-
</dl>
|
1484
|
-
<p>
|
1485
|
-
</p>
|
1486
|
-
<h3><a name="special_features">Special features</a></h3>
|
1487
|
-
<dl>
|
1488
|
-
<dt><strong><a name="geotag_trkfile" class="item"><strong>-geotag</strong> <em>TRKFILE</em></a></strong></dt>
|
1489
|
-
|
1490
|
-
<dd>
|
1491
|
-
<p>Geotag images from the specified GPS track log file. Using the <strong>-geotag</strong>
|
1492
|
-
option is equivalent to writing a value to the <code>Geotag</code> tag. After the
|
1493
|
-
<strong>-geotag</strong> option has been specified, the value of the <code>Geotime</code> tag is
|
1494
|
-
written to define a date/time for the position interpolation. If <code>Geotime</code>
|
1495
|
-
is not specified, the value is copied from <code>DateTimeOriginal</code>. For
|
1496
|
-
example, the following two commands are equivalent:</p>
|
1497
|
-
<pre>
|
1498
|
-
exiftool -geotag track.log image.jpg
|
1499
|
-
exiftool -geotag "-Geotime<DateTimeOriginal" image.jpg</pre>
|
1500
|
-
<p>When the <code>Geotime</code> value is converted to UTC, the local system timezone is
|
1501
|
-
assumed unless the date/time value contains a timezone. Writing <code>Geotime</code>
|
1502
|
-
causes the following tags to be written (provided they can be calculated
|
1503
|
-
from the track log, and they are supported by the destination metadata
|
1504
|
-
format): GPSLatitude, GPSLatitudeRef, GPSLongitude, GPSLongitudeRef,
|
1505
|
-
GPSAltitude, GPSAltitudeRef, GPSDateStamp, GPSTimeStamp, GPSDateTime,
|
1506
|
-
GPSTrack, GPSTrackRef, GPSSpeed, GPSSpeedRef, GPSImgDirection,
|
1507
|
-
GPSImgDirectionRef, GPSPitch and GPSRoll. By default, tags are created in
|
1508
|
-
EXIF, and updated in XMP only if they already exist. However,
|
1509
|
-
<code>EXIF:Geotime</code> or <code>XMP:Geotime</code> may be specified to write only EXIF or XMP
|
1510
|
-
tags respectively. Note that GPSPitch and GPSRoll are non-standard, and
|
1511
|
-
require user-defined tags in order to be written.</p>
|
1512
|
-
<p>The <code>Geosync</code> tag may be used to specify a time correction which is applied
|
1513
|
-
to each <code>Geotime</code> value for synchronization with GPS time. For example,
|
1514
|
-
the following command compensates for image times which are 1 minute and 20
|
1515
|
-
seconds behind GPS:</p>
|
1516
|
-
<pre>
|
1517
|
-
exiftool -geosync=+1:20 -geotag a.log DIR</pre>
|
1518
|
-
<p><code>Geosync</code> must be set before <code>Geotime</code> (if specified) to be effective.
|
1519
|
-
Advanced <code>Geosync</code> features allow a linear time drift correction and
|
1520
|
-
synchronization from previously geotagged images. See "geotag.html" in the
|
1521
|
-
full ExifTool distribution for more information.</p>
|
1522
|
-
<p>Multiple <strong>-geotag</strong> options may be used to concatinate GPS track log data.
|
1523
|
-
Also, a single <strong>-geotag</strong> option may be used to load multiple track log
|
1524
|
-
files by using wildcards in the <em>TRKFILE</em> name, but note that in this case
|
1525
|
-
<em>TRKFILE</em> must be quoted on most systems (with the notable exception of
|
1526
|
-
Windows) to prevent filename expansion. For example:</p>
|
1527
|
-
<pre>
|
1528
|
-
exiftool -geotag "TRACKDIR/*.log" IMAGEDIR</pre>
|
1529
|
-
<p>Currently supported track file formats are GPX, NMEA RMC/GGA/GLL, KML, IGC,
|
1530
|
-
Garmin XML and TCX, Magellan PMGNTRK, Honeywell PTNTHPR, Winplus Beacon
|
1531
|
-
text, and Bramor gEO log files. See <a href="#geotagging_examples">GEOTAGGING EXAMPLES</a> for examples.
|
1532
|
-
Also see "geotag.html" in the full ExifTool distribution and the
|
1533
|
-
<a href="ExifTool.html#options">Image::ExifTool Options</a> for more details and for
|
1534
|
-
information about geotag configuration options.</p>
|
1535
|
-
</dd>
|
1536
|
-
<dt><strong><a name="globaltimeshift_shift" class="item"><strong>-globalTimeShift</strong> <em>SHIFT</em></a></strong></dt>
|
1537
|
-
|
1538
|
-
<dd>
|
1539
|
-
<p>Shift all formatted date/time values by the specified amount when reading.
|
1540
|
-
Does not apply to unformatted (<strong>-n</strong>) output. <em>SHIFT</em> takes the same form
|
1541
|
-
as the date/time shift when writing (see
|
1542
|
-
<a href="Shift.html">Image::ExifTool::Shift.pl</a> for details), with a
|
1543
|
-
negative shift being indicated with a minus sign (<code>-</code>) at the start of the
|
1544
|
-
<em>SHIFT</em> string. For example:</p>
|
1545
|
-
<pre>
|
1546
|
-
# return all date/times, shifted back by 1 hour
|
1547
|
-
exiftool -globalTimeShift -1 -time:all a.jpg</pre>
|
1548
|
-
<pre>
|
1549
|
-
# set the file name from the shifted CreateDate (-1 day) for
|
1550
|
-
# all images in a directory
|
1551
|
-
exiftool "-filename<createdate" -globaltimeshift "-0:0:1 0:0:0" \
|
1552
|
-
-d %Y%m%d-%H%M%S.%%e dir</pre>
|
1553
|
-
</dd>
|
1554
|
-
<dt><strong><a name="use_module" class="item"><strong>-use</strong> <em>MODULE</em></a></strong></dt>
|
1555
|
-
|
1556
|
-
<dd>
|
1557
|
-
<p>Add features from specified plug-in <em>MODULE</em>. Currently, the MWG module is
|
1558
|
-
the only plug-in module distributed with exiftool. This module adds
|
1559
|
-
read/write support for tags as recommended by the Metadata Working Group.
|
1560
|
-
To save typing, <code>-use MWG</code> is assumed if the <code>MWG</code> group is specified for
|
1561
|
-
any tag on the command line. See the
|
1562
|
-
<a href="TagNames/MWG.html">MWG Tags documentation</a> for more
|
1563
|
-
details. Note that this option is not reversible, and remains in effect
|
1564
|
-
until the application terminates, even across the <code>-execute</code> option.</p>
|
1565
|
-
</dd>
|
1566
|
-
</dl>
|
1567
|
-
<p>
|
1568
|
-
</p>
|
1569
|
-
<h3><a name="utilities">Utilities</a></h3>
|
1570
|
-
<dl>
|
1571
|
-
<dt><strong><a name="restore_original" class="item"><strong>-restore_original</strong></a></strong></dt>
|
1572
|
-
|
1573
|
-
<dt><strong><a name="delete_original" class="item"><strong>-delete_original</strong>[!]</a></strong></dt>
|
1574
|
-
|
1575
|
-
<dd>
|
1576
|
-
<p>These utility options automate the maintenance of the <code>_original</code> files
|
1577
|
-
created by exiftool. They have no effect on files without an <code>_original</code>
|
1578
|
-
copy. The <strong>-restore_original</strong> option restores the specified files from
|
1579
|
-
their original copies by renaming the <code>_original</code> files to replace the
|
1580
|
-
edited versions. For example, the following command restores the originals
|
1581
|
-
of all JPG images in directory <a href="#dir"><code>DIR</code></a>:</p>
|
1582
|
-
<pre>
|
1583
|
-
exiftool -restore_original -ext jpg DIR</pre>
|
1584
|
-
<p>The <strong>-delete_original</strong> option deletes the <code>_original</code> copies of all files
|
1585
|
-
specified on the command line. Without a trailing <code>!</code> this option prompts
|
1586
|
-
for confirmation before continuing. For example, the following command
|
1587
|
-
deletes <code>a.jpg_original</code> if it exists, after asking "Are you sure?":</p>
|
1588
|
-
<pre>
|
1589
|
-
exiftool -delete_original a.jpg</pre>
|
1590
|
-
<p>These options may not be used with other options to read or write tag values
|
1591
|
-
in the same command, but may be combined with options such <strong>-ext</strong>, <strong>-if</strong>,
|
1592
|
-
<strong>-r</strong>, <strong>-q</strong> and <strong>-v</strong>.</p>
|
1593
|
-
</dd>
|
1594
|
-
</dl>
|
1595
|
-
<p>
|
1596
|
-
</p>
|
1597
|
-
<h3><a name="other_options">Other options</a></h3>
|
1598
|
-
<dl>
|
1599
|
-
<dt><strong><a name="argfile" class="item"><strong>-@</strong> <em>ARGFILE</em></a></strong></dt>
|
1600
|
-
|
1601
|
-
<dd>
|
1602
|
-
<p>Read command-line arguments from the specified file. The file contains one
|
1603
|
-
argument per line (NOT one option per line -- some options require
|
1604
|
-
additional arguments, and all arguments must be placed on separate lines).
|
1605
|
-
Blank lines and lines beginning with <code>#</code> and are ignored. Normal shell
|
1606
|
-
processing of arguments is not performed, which among other things means
|
1607
|
-
that arguments should not be quoted and spaces are treated as any other
|
1608
|
-
character. <em>ARGFILE</em> may exist relative to either the current directory or
|
1609
|
-
the exiftool directory unless an absolute pathname is given.</p>
|
1610
|
-
<p>For example, the following <em>ARGFILE</em> will set the value of Copyright to
|
1611
|
-
"Copyright YYYY, Phil Harvey", where "YYYY" is the year of CreateDate:</p>
|
1612
|
-
<pre>
|
1613
|
-
-d
|
1614
|
-
%Y
|
1615
|
-
-copyright<Copyright $createdate, Phil Harvey</pre>
|
1616
|
-
</dd>
|
1617
|
-
<dt><strong><a name="k" class="item"><strong>-k</strong> (<strong>-pause</strong>)</a></strong></dt>
|
1618
|
-
|
1619
|
-
<dd>
|
1620
|
-
<p>Pause with the message <code>-- press any key --</code> or <code>-- press RETURN --</code>
|
1621
|
-
(depending on your system) before terminating. This option is used to
|
1622
|
-
prevent the command window from closing when run as a Windows drag and drop
|
1623
|
-
application.</p>
|
1624
|
-
</dd>
|
1625
|
-
<dt><strong><a name="list_listw_listf_listr_listwf_listg_num_listd_listx" class="item"><strong>-list</strong>, <strong>-listw</strong>, <strong>-listf</strong>, <strong>-listr</strong>, <strong>-listwf</strong>,
|
1626
|
-
<strong>-listg</strong>[<em>NUM</em>], <strong>-listd</strong>, <strong>-listx</strong></a></strong></dt>
|
1627
|
-
|
1628
|
-
<dd>
|
1629
|
-
<p>Print a list of all valid tag names (<strong>-list</strong>), all writable tag names
|
1630
|
-
(<strong>-listw</strong>), all supported file extensions (<strong>-listf</strong>), all recognized file
|
1631
|
-
extensions (<strong>-listr</strong>), all writable file extensions (<strong>-listwf</strong>), all tag
|
1632
|
-
groups [in a specified family] (<strong>-listg</strong>[<em>NUM</em>]), all deletable tag groups
|
1633
|
-
(<strong>-listd</strong>), or an XML database of tag details including language
|
1634
|
-
translations (<strong>-listx</strong>). The <strong>-list</strong>, <strong>-listw</strong> and <strong>-listx</strong> options may
|
1635
|
-
be followed by an additional argument of the form <code>-GROUP:All</code> to list only
|
1636
|
-
tags in a specific group, where <code>GROUP</code> is one or more family 0-2 group
|
1637
|
-
names (excepting EXIF IFD groups) separated by colons. With <strong>-listg</strong>,
|
1638
|
-
<em>NUM</em> may be given to specify the group family, otherwise family 0 is
|
1639
|
-
assumed. The <strong>-l</strong> option may be combined with <strong>-listf</strong>, <strong>-listr</strong> or
|
1640
|
-
<strong>-listwf</strong> to add file descriptions to the list. The <strong>-lang</strong> option may be
|
1641
|
-
combined with <strong>-listx</strong> to output descriptions in a single language. Here
|
1642
|
-
are some examples:</p>
|
1643
|
-
<pre>
|
1644
|
-
-list # list all tag names
|
1645
|
-
-list -EXIF:All # list all EXIF tags
|
1646
|
-
-list -xmp:time:all # list all XMP tags relating to time
|
1647
|
-
-listw -XMP-dc:All # list all writable XMP-dc tags
|
1648
|
-
-listf # list all supported file extensions
|
1649
|
-
-listr # list all recognized file extensions
|
1650
|
-
-listwf # list all writable file extensions
|
1651
|
-
-listg1 # list all groups in family 1
|
1652
|
-
-listd # list all deletable groups
|
1653
|
-
-listx -EXIF:All # list database of EXIF tags in XML format
|
1654
|
-
-listx -XMP:All -s # list short XML database of XMP tags</pre>
|
1655
|
-
<p>When combined with <strong>-listx</strong>, the <strong>-s</strong> option shortens the output by
|
1656
|
-
omitting the descriptions and values (as in the last example above), and
|
1657
|
-
<strong>-f</strong> adds a 'flags' attribute if applicable. The flags are formatted as a
|
1658
|
-
comma-separated list of the following possible values: Avoid, Binary, List,
|
1659
|
-
Mandatory, Permanent, Protected, Unknown and Unsafe (see the <a href="TagNames/index.html">Tag Name documentation</a>). For XMP List tags, the list type
|
1660
|
-
(Alt, Bag or Seq) is added to the flags, and flattened structure tags are
|
1661
|
-
indicated by a Flattened flag.</p>
|
1662
|
-
<p>Note that none of the <strong>-list</strong> options require an input <em>FILE</em>.</p>
|
1663
|
-
</dd>
|
1664
|
-
<dt><strong><a name="ver" class="item"><strong>-ver</strong></a></strong></dt>
|
1665
|
-
|
1666
|
-
<dd>
|
1667
|
-
<p>Print exiftool version number.</p>
|
1668
|
-
</dd>
|
1669
|
-
</dl>
|
1670
|
-
<p>
|
1671
|
-
</p>
|
1672
|
-
<h3><a name="advanced_options">Advanced options</a></h3>
|
1673
|
-
<p>Among other things, the advanced options allow complex processing to be
|
1674
|
-
performed from a single command without the need for additional scripting.
|
1675
|
-
This may be particularly useful for implementations such as Windows
|
1676
|
-
drag-and-drop applications. These options may also be used to improve
|
1677
|
-
performance in multi-pass processing by reducing the overhead required to
|
1678
|
-
load exiftool for each invocation.</p>
|
1679
|
-
<dl>
|
1680
|
-
<dt><strong><a name="api_opt_val" class="item"><strong>-api</strong> <em>OPT[=VAL]</em></a></strong></dt>
|
1681
|
-
|
1682
|
-
<dd>
|
1683
|
-
<p>Set ExifTool API option. <em>OPT</em> is an API option name. The option value is
|
1684
|
-
set to 1 if <em>=VAL</em> is omitted, or undef if just <em>VAL</em> is omitted. An
|
1685
|
-
option may not be set to an empty string ("") via the command line, but the
|
1686
|
-
config file may be used to accomplish this if necessary. See
|
1687
|
-
<a href="ExifTool.html#options">Image::ExifTool Options</a> for a list of available
|
1688
|
-
API options. This overrides API options set via the config file.</p>
|
1689
|
-
</dd>
|
1690
|
-
<dt><strong><a name="common_args" class="item"><strong>-common_args</strong></a></strong></dt>
|
1691
|
-
|
1692
|
-
<dd>
|
1693
|
-
<p>Specifies that all arguments following this option are common to all
|
1694
|
-
executed commands when <strong>-execute</strong> is used. This and the <strong>-config</strong> option
|
1695
|
-
are the only options that may not be used inside a <strong>-@</strong> <em>ARGFILE</em>. Note
|
1696
|
-
that by definition this option and its arguments MUST come after all other
|
1697
|
-
options on the command line.</p>
|
1698
|
-
</dd>
|
1699
|
-
<dt><strong><a name="config_cfgfile" class="item"><strong>-config</strong> <em>CFGFILE</em></a></strong></dt>
|
1700
|
-
|
1701
|
-
<dd>
|
1702
|
-
<p>Load specified configuration file instead of the default ".ExifTool_config".
|
1703
|
-
If used, this option must come before all other arguments on the command
|
1704
|
-
line. The <em>CFGFILE</em> name may contain a directory specification (otherwise
|
1705
|
-
the file must exist in the current directory), or may be set to an empty
|
1706
|
-
string ("") to disable loading of the config file. See the sample
|
1707
|
-
configuration file and "config.html" in the full ExifTool distribution for
|
1708
|
-
more information about the ExifTool configuration file.</p>
|
1709
|
-
</dd>
|
1710
|
-
<dt><strong><a name="echo_num_text" class="item"><strong>-echo</strong>[<em>NUM</em>] <em>TEXT</em></a></strong></dt>
|
1711
|
-
|
1712
|
-
<dd>
|
1713
|
-
<p>Echo text to stdout (<strong>-echo</strong> or <strong>-echo1</strong>) or stderr (<strong>-echo2</strong>). Text is
|
1714
|
-
output as the command line is parsed, before the processing of any input
|
1715
|
-
files. <em>NUM</em> may also be 3 or 4 to output text (to stdout or stderr
|
1716
|
-
respectively) after processing is complete.</p>
|
1717
|
-
</dd>
|
1718
|
-
<dt><strong><a name="execute_num" class="item"><strong>-execute</strong>[<em>NUM</em>]</a></strong></dt>
|
1719
|
-
|
1720
|
-
<dd>
|
1721
|
-
<p>Execute command for all arguments up to this point on the command line (plus
|
1722
|
-
any arguments specified by <strong>-common_args</strong>). Allows multiple commands to be
|
1723
|
-
executed from a single command line. <em>NUM</em> is an optional number that is
|
1724
|
-
echoed in the "{ready}" message when using the <strong>-stay_open</strong> feature.</p>
|
1725
|
-
</dd>
|
1726
|
-
<dt><strong><a name="srcfile_fmt" class="item"><strong>-srcfile</strong> <em>FMT</em></a></strong></dt>
|
1727
|
-
|
1728
|
-
<dd>
|
1729
|
-
<p>Specify a different source file to be processed based on the name of the
|
1730
|
-
original <em>FILE</em>. This may be useful in some special situations for
|
1731
|
-
processing related preview images or sidecar files. See the <strong>-w</strong> option
|
1732
|
-
for a description of the <em>FMT</em> syntax. Note that file name <em>FMT</em> strings
|
1733
|
-
for all options are based on the original <em>FILE</em> specified from the command
|
1734
|
-
line, not the name of the source file specified by <strong>-srcfile</strong>.</p>
|
1735
|
-
<p>For example, to copy metadata from NEF files to the corresponding JPG
|
1736
|
-
previews in a directory where other JPG images may exist:</p>
|
1737
|
-
<pre>
|
1738
|
-
exiftool -ext nef -tagsfromfile @ -srcfile %d%f.jpg dir</pre>
|
1739
|
-
<p>If than one <strong>-srcfile</strong> option is specified, the files are tested in order
|
1740
|
-
and the first existing source file is processed. If none of the source
|
1741
|
-
files already exist, then exiftool uses the first <strong>-srcfile</strong> specified.</p>
|
1742
|
-
<p>A <em>FMT</em> of <code>@</code> may be used to represent the original <em>FILE</em>, which may be
|
1743
|
-
useful when specifying multiple <strong>-srcfile</strong> options (eg. to fall back to
|
1744
|
-
processing the original <em>FILE</em> if no sidecar exists).</p>
|
1745
|
-
</dd>
|
1746
|
-
<dt><strong><a name="stay_open_flag" class="item"><strong>-stay_open</strong> <em>FLAG</em></a></strong></dt>
|
1747
|
-
|
1748
|
-
<dd>
|
1749
|
-
<p>If <em>FLAG</em> is <code>1</code> or <code>True</code>, causes exiftool keep reading from the <strong>-@</strong>
|
1750
|
-
<em>ARGFILE</em> even after reaching the end of file. This feature allows calling
|
1751
|
-
applications to pre-load exiftool, thus avoiding the overhead of loading
|
1752
|
-
exiftool for each command. The procedure is as follows:</p>
|
1753
|
-
<p>1) Execute <code>exiftool -stay_open True -@ ARGFILE</code>, where <em>ARGFILE</em> is the
|
1754
|
-
name of an existing (possibly empty) argument file or <code>-</code> to pipe arguments
|
1755
|
-
from the standard input.</p>
|
1756
|
-
<p>2) Write exiftool command-line arguments to <em>ARGFILE</em>, one argument per
|
1757
|
-
line (see the <strong>-@</strong> option for details).</p>
|
1758
|
-
<p>3) Write <code>-execute\n</code> to <em>ARGFILE</em>, where <a href="#n"><code>\n</code></a> represents a newline
|
1759
|
-
sequence. (Note: You may need to flush your write buffers here if using
|
1760
|
-
buffered output.) Exiftool will then execute the command with the arguments
|
1761
|
-
received up to this point, send a "{ready}" message to stdout when done
|
1762
|
-
(unless the <strong>-q</strong> or <strong>-T</strong> option is used), and continue trying to read
|
1763
|
-
arguments for the next command from <em>ARGFILE</em>. To aid in command/response
|
1764
|
-
synchronization, any number appended to the <code>-execute</code> option is echoed in
|
1765
|
-
the "{ready}" message. For example, <code>-execute613</code> results in "{ready613}".</p>
|
1766
|
-
<p>4) Repeat steps 2 and 3 for each command.</p>
|
1767
|
-
<p>5) Write <code>-stay_open\nFalse\n</code> to <em>ARGFILE</em> when done. This will cause
|
1768
|
-
exiftool to process any remaining command-line arguments then exit normally.</p>
|
1769
|
-
<p>The input <em>ARGFILE</em> may be changed at any time before step 5 above by
|
1770
|
-
writing the following lines to the currently open <em>ARGFILE</em>:</p>
|
1771
|
-
<pre>
|
1772
|
-
-stay_open
|
1773
|
-
True
|
1774
|
-
-@
|
1775
|
-
NEWARGFILE</pre>
|
1776
|
-
<p>This causes <em>ARGFILE</em> to be closed, and <em>NEWARGFILE</em> to be kept open.
|
1777
|
-
(Without the <strong>-stay_open</strong> here, exiftool would have returned to reading
|
1778
|
-
arguments from <em>ARGFILE</em> after reaching the end of <em>NEWARGFILE</em>.)</p>
|
1779
|
-
<p>Note: When writing arguments to a disk file there is a delay of up to 0.01
|
1780
|
-
seconds after writing <code>-execute\n</code> before exiftool starts processing the
|
1781
|
-
command. This delay may be avoided by sending a CONT signal to the exiftool
|
1782
|
-
process immediately after writing <code>-execute\n</code>. (There is no associated
|
1783
|
-
delay when writing arguments via a pipe with <code>-@ -</code>, so the signal is not
|
1784
|
-
necessary when using this technique.)</p>
|
1785
|
-
</dd>
|
1786
|
-
<dt><strong><a name="userparam_param_val" class="item"><strong>-userParam</strong> <em>PARAM[=VAL]</em></a></strong></dt>
|
1787
|
-
|
1788
|
-
<dd>
|
1789
|
-
<p>Set user parameter. <em>PARAM</em> is an arbitrary user parameter name. This
|
1790
|
-
is an interface to the API UserParam option (see the
|
1791
|
-
<a href="ExifTool.html#options">Image::ExifTool Options</a> documentation), and
|
1792
|
-
provides a method to access user-defined parameters from inside tag name
|
1793
|
-
expressions (as if it were any other tag, see example below), and from
|
1794
|
-
PrintConv/ValueConv logic (via the ExifTool Options function). Similar to
|
1795
|
-
the <strong>-api</strong> option, the parameter value is set to 1 if <em>=VAL</em> is omitted,
|
1796
|
-
or undef if just <em>VAL</em> is omitted.</p>
|
1797
|
-
<pre>
|
1798
|
-
exiftool -p '$test from $filename' -userparam test=Hello FILE</pre>
|
1799
|
-
</dd>
|
1800
|
-
</dl>
|
1801
|
-
<p>
|
1802
|
-
</p>
|
1803
|
-
<hr />
|
1804
|
-
<h1><a name="windows_unicode_file_names">WINDOWS UNICODE FILE NAMES</a></h1>
|
1805
|
-
<p>In Windows, by default, file and directory names are specified on the
|
1806
|
-
command line (or in arg files) using the system code page, which varies with
|
1807
|
-
the system settings. Unfortunately, these code pages are not complete
|
1808
|
-
character sets, so not all file names may be represented.</p>
|
1809
|
-
<p>ExifTool 9.79 and later allow the file name encoding to be specified with
|
1810
|
-
<code>-charset filename=CHARSET</code>, where <code>CHARSET</code> is the name of a valid
|
1811
|
-
ExifTool character set, preferably <code>UTF8</code> (see the <strong>-charset</strong> option for a
|
1812
|
-
complete list). Setting this triggers the use of Windows wide-character i/o
|
1813
|
-
routines, thus providing support for all Unicode file names. But note that
|
1814
|
-
it is not trivial to pass properly encoded file names on the Windows command
|
1815
|
-
line (see <a href="http://owl.phy.queensu.ca/~phil/exiftool/faq.html#Q18">http://owl.phy.queensu.ca/~phil/exiftool/faq.html#Q18</a> for
|
1816
|
-
details), so placing them in a UTF-8 encoded <strong>-@</strong> argfile is recommended if
|
1817
|
-
possible.</p>
|
1818
|
-
<p>When a directory name is provided, the file name encoding need not be
|
1819
|
-
specified (unless the directory name contains special characters), and
|
1820
|
-
ExifTool will automatically use wide-character routines to scan the
|
1821
|
-
directory.</p>
|
1822
|
-
<p>The filename character set applies to the <em>FILE</em> arguments as well as
|
1823
|
-
filename arguments of <strong>-@</strong>, <strong>-geotag</strong>, <strong>-o</strong>, <strong>-p</strong>, <strong>-srcfile</strong>,
|
1824
|
-
<strong>-tagsFromFile</strong>, <strong>-csv</strong>=, <strong>-j</strong>= and <strong>-</strong><em>TAG</em><=. However, it does
|
1825
|
-
not apply to the <strong>-config</strong> filename, which always uses the system character
|
1826
|
-
set. The <code>-charset filename=</code> option must come before the <strong>-@</strong> option to
|
1827
|
-
be effective, but the order doesn't matter with respect to other options.</p>
|
1828
|
-
<p>Notes:</p>
|
1829
|
-
<p>1) FileName and Directory tag values still use the same encoding as other
|
1830
|
-
tag values, and are converted to/from the filename character set when
|
1831
|
-
writing/reading if specified.</p>
|
1832
|
-
<p>2) Unicode support is not yet implemented for other Windows-based systems
|
1833
|
-
like Cygwin.</p>
|
1834
|
-
<p>3) See <a href="#writing_read_only_files">WRITING READ-ONLY FILES</a> below for a note about editing read-only
|
1835
|
-
files with Unicode names.</p>
|
1836
|
-
<p>
|
1837
|
-
</p>
|
1838
|
-
<hr />
|
1839
|
-
<h1><a name="writing_read_only_files">WRITING READ-ONLY FILES</a></h1>
|
1840
|
-
<p>In general, ExifTool may be used to write metadata to read-only files
|
1841
|
-
provided that the user has write permission in the directory. However,
|
1842
|
-
there are two cases where file write permission is also required:</p>
|
1843
|
-
<p>1) When using the <strong>-overwrite_original_in_place</strong> option.</p>
|
1844
|
-
<p>2) On Windows if the file has Unicode characters in its name, and a) the
|
1845
|
-
<strong>-overwrite_original</strong> option is used, or b) the <code>_original</code> backup already
|
1846
|
-
exists.</p>
|
1847
|
-
<p>
|
1848
|
-
</p>
|
1849
|
-
<hr />
|
1850
|
-
<h1><a name="reading_examples">READING EXAMPLES</a></h1>
|
1851
|
-
<p><strong>Note</strong>: Beware when cutting and pasting these examples into your terminal!
|
1852
|
-
Some characters such as single and double quotes and hyphens may have been
|
1853
|
-
changed into similar-looking yet functionally-different characters by the
|
1854
|
-
text formatter used to display this documentation. Also note that Windows
|
1855
|
-
users must use double quotes instead of single quotes as below around
|
1856
|
-
arguments containing special characters.</p>
|
1857
|
-
<dl>
|
1858
|
-
<dt><strong><a name="exiftool_a_u_g1_a_jpg" class="item">exiftool -a -u -g1 a.jpg</a></strong></dt>
|
1859
|
-
|
1860
|
-
<dd>
|
1861
|
-
<p>Print all meta information in an image, including duplicate and unknown
|
1862
|
-
tags, sorted by group (for family 1).</p>
|
1863
|
-
</dd>
|
1864
|
-
<dt><strong><a name="exiftool_common_dir" class="item">exiftool -common dir</a></strong></dt>
|
1865
|
-
|
1866
|
-
<dd>
|
1867
|
-
<p>Print common meta information for all images in <code>dir</code>. <code>-common</code> is a
|
1868
|
-
<a href="http://search.cpan.org/dist/Image-ExifTool/lib/Image/ExifTool/Shortcuts.pm">shortcut tag</a> representing common EXIF meta
|
1869
|
-
information.</p>
|
1870
|
-
</dd>
|
1871
|
-
<dt><strong><a name="exiftool_t_createdate_aperture_shutterspeed_iso_dir_out_txt" class="item">exiftool -T -createdate -aperture -shutterspeed -iso dir > out.txt</a></strong></dt>
|
1872
|
-
|
1873
|
-
<dd>
|
1874
|
-
<p>List specified meta information in tab-delimited column form for all images
|
1875
|
-
in <code>dir</code> to an output text file named "out.txt".</p>
|
1876
|
-
</dd>
|
1877
|
-
<dt><strong><a name="exiftool_s_imagesize_exposuretime_b_jpg" class="item">exiftool -s -ImageSize -ExposureTime b.jpg</a></strong></dt>
|
1878
|
-
|
1879
|
-
<dd>
|
1880
|
-
<p>Print ImageSize and ExposureTime tag names and values.</p>
|
1881
|
-
</dd>
|
1882
|
-
<dt><strong><a name="exiftool_l_canon_c_jpg_d_jpg" class="item">exiftool -l -canon c.jpg d.jpg</a></strong></dt>
|
1883
|
-
|
1884
|
-
<dd>
|
1885
|
-
<p>Print standard Canon information from two image files.</p>
|
1886
|
-
</dd>
|
1887
|
-
<dt><strong><a name="exiftool_r_w_txt_common_pictures" class="item">exiftool -r -w .txt -common pictures</a></strong></dt>
|
1888
|
-
|
1889
|
-
<dd>
|
1890
|
-
<p>Recursively extract common meta information from files in <code>pictures</code>
|
1891
|
-
directory, writing text output to <code>.txt</code> files with the same names.</p>
|
1892
|
-
</dd>
|
1893
|
-
<dt><strong><a name="exiftool_b_thumbnailimage_image_jpg_thumbnail_jpg" class="item">exiftool -b -ThumbnailImage image.jpg > thumbnail.jpg</a></strong></dt>
|
1894
|
-
|
1895
|
-
<dd>
|
1896
|
-
<p>Save thumbnail image from <code>image.jpg</code> to a file called <code>thumbnail.jpg</code>.</p>
|
1897
|
-
</dd>
|
1898
|
-
<dt><strong><a name="exiftool_b_jpgfromraw_w_jfr_jpg_ext_nef_r" class="item">exiftool -b -JpgFromRaw -w _JFR.JPG -ext NEF -r .</a></strong></dt>
|
1899
|
-
|
1900
|
-
<dd>
|
1901
|
-
<p>Recursively extract JPG image from all Nikon NEF files in the current
|
1902
|
-
directory, adding <code>_JFR.JPG</code> for the name of the output JPG files.</p>
|
1903
|
-
</dd>
|
1904
|
-
<dt><strong><a name="exiftool_a_b_w_d_f_t_c_s_preview_all_dir" class="item">exiftool -a -b -W %d%f_%t%-c.%s -preview:all dir</a></strong></dt>
|
1905
|
-
|
1906
|
-
<dd>
|
1907
|
-
<p>Extract all types of preview images (ThumbnailImage, PreviewImage,
|
1908
|
-
JpgFromRaw, etc.) from files in directory "dir", adding the tag name to the
|
1909
|
-
output preview image file names.</p>
|
1910
|
-
</dd>
|
1911
|
-
<dt><strong><a name="exiftool_d_r_a_b_e_y_datetimeoriginal_s_s_ext_jpg" class="item">exiftool -d '%r %a, %B %e, %Y' -DateTimeOriginal -S -s -ext jpg .</a></strong></dt>
|
1912
|
-
|
1913
|
-
<dd>
|
1914
|
-
<p>Print formatted date/time for all JPG files in the current directory.</p>
|
1915
|
-
</dd>
|
1916
|
-
<dt><strong><a name="exiftool_ifd1_xresolution_ifd1_yresolution_image_jpg" class="item">exiftool -IFD1:XResolution -IFD1:YResolution image.jpg</a></strong></dt>
|
1917
|
-
|
1918
|
-
<dd>
|
1919
|
-
<p>Extract image resolution from EXIF IFD1 information (thumbnail image IFD).</p>
|
1920
|
-
</dd>
|
1921
|
-
<dt><strong><a name="exiftool_resolution_image_jpg" class="item">exiftool '-*resolution*' image.jpg</a></strong></dt>
|
1922
|
-
|
1923
|
-
<dd>
|
1924
|
-
<p>Extract all tags with names containing the word "Resolution" from an image.</p>
|
1925
|
-
</dd>
|
1926
|
-
<dt><strong><a name="exiftool_xmp_author_all_a_image_jpg" class="item">exiftool -xmp:author:all -a image.jpg</a></strong></dt>
|
1927
|
-
|
1928
|
-
<dd>
|
1929
|
-
<p>Extract all author-related XMP information from an image.</p>
|
1930
|
-
</dd>
|
1931
|
-
<dt><strong><a name="exiftool_xmp_b_a_jpg_out_xmp" class="item">exiftool -xmp -b a.jpg > out.xmp</a></strong></dt>
|
1932
|
-
|
1933
|
-
<dd>
|
1934
|
-
<p>Extract complete XMP data record intact from <code>a.jpg</code> and write it to
|
1935
|
-
<code>out.xmp</code> using the special <code>XMP</code> tag (see the Extra tags in
|
1936
|
-
<a href="TagNames/index.html">Image::ExifTool::TagNames</a>).</p>
|
1937
|
-
</dd>
|
1938
|
-
<dt><strong><a name="exiftool_p_filename_has_date_datetimeoriginal_q_f_dir" class="item">exiftool -p '$filename has date $dateTimeOriginal' -q -f dir</a></strong></dt>
|
1939
|
-
|
1940
|
-
<dd>
|
1941
|
-
<p>Print one line of output containing the file name and DateTimeOriginal for
|
1942
|
-
each image in directory <code>dir</code>.</p>
|
1943
|
-
</dd>
|
1944
|
-
<dt><strong><a name="exiftool_ee_p_gpslatitude_gpslongitude_gpstimestamp_a_m2ts" class="item">exiftool -ee -p '$gpslatitude, $gpslongitude, $gpstimestamp' a.m2ts</a></strong></dt>
|
1945
|
-
|
1946
|
-
<dd>
|
1947
|
-
<p>Extract all GPS positions from an AVCHD video.</p>
|
1948
|
-
</dd>
|
1949
|
-
<dt><strong><a name="exiftool_icc_profile_b_w_icc_image_jpg" class="item">exiftool -icc_profile -b -w icc image.jpg</a></strong></dt>
|
1950
|
-
|
1951
|
-
<dd>
|
1952
|
-
<p>Save complete ICC_Profile from an image to an output file with the same name
|
1953
|
-
and an extension of <code>.icc</code>.</p>
|
1954
|
-
</dd>
|
1955
|
-
<dt><strong><a name="exiftool_htmldump_w_tmp_f_e_html_t_images" class="item">exiftool -htmldump -w tmp/%f_%e.html t/images</a></strong></dt>
|
1956
|
-
|
1957
|
-
<dd>
|
1958
|
-
<p>Generate HTML pages from a hex dump of EXIF information in all images from
|
1959
|
-
the <code>t/images</code> directory. The output HTML files are written to the <code>tmp</code>
|
1960
|
-
directory (which is created if it didn't exist), with names of the form
|
1961
|
-
'FILENAME_EXT.html'.</p>
|
1962
|
-
</dd>
|
1963
|
-
<dt><strong><a name="exiftool_a_b_ee_embeddedimage_w_image_3g3_s_file_pdf" class="item">exiftool -a -b -ee -embeddedimage -W Image_%.3g3.%s file.pdf</a></strong></dt>
|
1964
|
-
|
1965
|
-
<dd>
|
1966
|
-
<p>Extract embedded JPG and JP2 images from a PDF file. The output images will
|
1967
|
-
have file names like "Image_#.jpg" or "Image_#.jp2", where "#" is the
|
1968
|
-
ExifTool family 3 embedded document number for the image.</p>
|
1969
|
-
</dd>
|
1970
|
-
</dl>
|
1971
|
-
<p>
|
1972
|
-
</p>
|
1973
|
-
<hr />
|
1974
|
-
<h1><a name="writing_examples">WRITING EXAMPLES</a></h1>
|
1975
|
-
<p>Note that quotes are necessary around arguments which contain certain
|
1976
|
-
special characters such as <code>></code>, <code><</code> or any white space. These
|
1977
|
-
quoting techniques are shell dependent, but the examples below will work for
|
1978
|
-
most Unix shells. With the Windows cmd shell however, double quotes should
|
1979
|
-
be used (eg. -Comment="This is a new comment").</p>
|
1980
|
-
<dl>
|
1981
|
-
<dt><strong><a name="exiftool_comment_this_is_a_new_comment_dst_jpg" class="item">exiftool -Comment='This is a new comment' dst.jpg</a></strong></dt>
|
1982
|
-
|
1983
|
-
<dd>
|
1984
|
-
<p>Write new comment to a JPG image (replaces any existing comment).</p>
|
1985
|
-
</dd>
|
1986
|
-
<dt><strong><a name="exiftool_comment_o_newdir_ext_jpg" class="item">exiftool -comment= -o newdir -ext jpg .</a></strong></dt>
|
1987
|
-
|
1988
|
-
<dd>
|
1989
|
-
<p>Remove comment from all JPG images in the current directory, writing the
|
1990
|
-
modified images to a new directory.</p>
|
1991
|
-
</dd>
|
1992
|
-
<dt><strong><a name="exiftool_keywords_exif_keywords_editor_dst_jpg" class="item">exiftool -keywords=EXIF -keywords=editor dst.jpg</a></strong></dt>
|
1993
|
-
|
1994
|
-
<dd>
|
1995
|
-
<p>Replace existing keyword list with two new keywords (<code>EXIF</code> and <code>editor</code>).</p>
|
1996
|
-
</dd>
|
1997
|
-
<dt><strong><a name="exiftool_keywords_word_o_newfile_jpg_src_jpg" class="item">exiftool -Keywords+=word -o newfile.jpg src.jpg</a></strong></dt>
|
1998
|
-
|
1999
|
-
<dd>
|
2000
|
-
<p>Copy a source image to a new file, and add a keyword (<code>word</code>) to the
|
2001
|
-
current list of keywords.</p>
|
2002
|
-
</dd>
|
2003
|
-
<dt><strong><a name="exiftool_exposurecompensation_0_5_a_jpg" class="item">exiftool -exposurecompensation+=-0.5 a.jpg</a></strong></dt>
|
2004
|
-
|
2005
|
-
<dd>
|
2006
|
-
<p>Decrement the value of ExposureCompensation by 0.5 EV. Note that += with a
|
2007
|
-
negative value is used for decrementing because the -= operator is used for
|
2008
|
-
conditional deletion (see next example).</p>
|
2009
|
-
</dd>
|
2010
|
-
<dt><strong><a name="exiftool_credit_xxx_dir" class="item">exiftool -credit-=xxx dir</a></strong></dt>
|
2011
|
-
|
2012
|
-
<dd>
|
2013
|
-
<p>Delete Credit information from all files in a directory where the Credit
|
2014
|
-
value was (<code>xxx</code>).</p>
|
2015
|
-
</dd>
|
2016
|
-
<dt><strong><a name="exiftool_xmp_description_de_k_uuml_hl_e_dst_jpg" class="item">exiftool -xmp:description-de='k&uuml;hl' -E dst.jpg</a></strong></dt>
|
2017
|
-
|
2018
|
-
<dd>
|
2019
|
-
<p>Write alternate language for XMP:Description, using HTML character escaping
|
2020
|
-
to input special characters.</p>
|
2021
|
-
</dd>
|
2022
|
-
<dt><strong><a name="exiftool_all_dst_jpg" class="item">exiftool -all= dst.jpg</a></strong></dt>
|
2023
|
-
|
2024
|
-
<dd>
|
2025
|
-
<p>Delete all meta information from an image. Note: You should NOT do this to
|
2026
|
-
RAW images (except DNG) since proprietary RAW image formats often contain
|
2027
|
-
information in the makernotes that is necessary for converting the image.</p>
|
2028
|
-
</dd>
|
2029
|
-
<dt><strong><a name="exiftool_all_comment_lonely_dst_jpg" class="item">exiftool -all= -comment='lonely' dst.jpg</a></strong></dt>
|
2030
|
-
|
2031
|
-
<dd>
|
2032
|
-
<p>Delete all meta information from an image and add a comment back in. (Note
|
2033
|
-
that the order is important: <code>-comment='lonely' -all=</code> would also delete
|
2034
|
-
the new comment.)</p>
|
2035
|
-
</dd>
|
2036
|
-
<dt><strong><a name="exiftool_all_jfif_all_dst_jpg" class="item">exiftool -all= --jfif:all dst.jpg</a></strong></dt>
|
2037
|
-
|
2038
|
-
<dd>
|
2039
|
-
<p>Delete all meta information except JFIF group from an image.</p>
|
2040
|
-
</dd>
|
2041
|
-
<dt><strong><a name="exiftool_photoshop_all_dst_jpg" class="item">exiftool -Photoshop:All= dst.jpg</a></strong></dt>
|
2042
|
-
|
2043
|
-
<dd>
|
2044
|
-
<p>Delete Photoshop meta information from an image (note that the Photoshop
|
2045
|
-
information also includes IPTC).</p>
|
2046
|
-
</dd>
|
2047
|
-
<dt><strong><a name="exiftool_r_xmp_crss_all_dir" class="item">exiftool -r -XMP-crss:all= DIR</a></strong></dt>
|
2048
|
-
|
2049
|
-
<dd>
|
2050
|
-
<p>Recursively delete all XMP-crss information from images in a directory.</p>
|
2051
|
-
</dd>
|
2052
|
-
<dt><strong><a name="exiftool_thumbnailimage_thumb_jpg_dst_jpg" class="item">exiftool '-ThumbnailImage<=thumb.jpg' dst.jpg</a></strong></dt>
|
2053
|
-
|
2054
|
-
<dd>
|
2055
|
-
<p>Set the thumbnail image from specified file (Note: The quotes are necessary
|
2056
|
-
to prevent shell redirection).</p>
|
2057
|
-
</dd>
|
2058
|
-
<dt><strong><a name="exiftool_jpgfromraw_d_f_jfr_jpg_ext_nef_r" class="item">exiftool '-JpgFromRaw<=%d%f_JFR.JPG' -ext NEF -r .</a></strong></dt>
|
2059
|
-
|
2060
|
-
<dd>
|
2061
|
-
<p>Recursively write JPEG images with filenames ending in <code>_JFR.JPG</code> to the
|
2062
|
-
JpgFromRaw tag of like-named files with extension <code>.NEF</code> in the current
|
2063
|
-
directory. (This is the inverse of the <code>-JpgFromRaw</code> command of the
|
2064
|
-
<a href="#reading_examples">READING EXAMPLES</a> section above.)</p>
|
2065
|
-
</dd>
|
2066
|
-
<dt><strong><a name="exiftool_datetimeoriginal_0_0_0_1_30_0_dir" class="item">exiftool -DateTimeOriginal-='0:0:0 1:30:0' dir</a></strong></dt>
|
2067
|
-
|
2068
|
-
<dd>
|
2069
|
-
<p>Adjust original date/time of all images in directory <code>dir</code> by subtracting
|
2070
|
-
one hour and 30 minutes. (This is equivalent to <code>-DateTimeOriginal-=1.5</code>.
|
2071
|
-
See <a href="Shift.html">Image::ExifTool::Shift.pl</a> for details.)</p>
|
2072
|
-
</dd>
|
2073
|
-
<dt><strong><a name="exiftool_createdate_3_modifydate_3_a_jpg_b_jpg" class="item">exiftool -createdate+=3 -modifydate+=3 a.jpg b.jpg</a></strong></dt>
|
2074
|
-
|
2075
|
-
<dd>
|
2076
|
-
<p>Add 3 hours to the CreateDate and ModifyDate timestamps of two images.</p>
|
2077
|
-
</dd>
|
2078
|
-
<dt><strong><a name="exiftool_alldates_1_30_if_make_eq_canon_dir" class="item">exiftool -AllDates+=1:30 -if '$make eq "Canon"' dir</a></strong></dt>
|
2079
|
-
|
2080
|
-
<dd>
|
2081
|
-
<p>Shift the values of DateTimeOriginal, CreateDate and ModifyDate forward by 1
|
2082
|
-
hour and 30 minutes for all Canon images in a directory. (The AllDates tag
|
2083
|
-
is provided as a shortcut for these three tags, allowing them to be accessed
|
2084
|
-
via a single tag.)</p>
|
2085
|
-
</dd>
|
2086
|
-
<dt><strong><a name="exiftool_xmp_city_kingston_image1_jpg_image2_nef" class="item">exiftool -xmp:city=Kingston image1.jpg image2.nef</a></strong></dt>
|
2087
|
-
|
2088
|
-
<dd>
|
2089
|
-
<p>Write a tag to the XMP group of two images. (Without the <code>xmp:</code> this tag
|
2090
|
-
would get written to the IPTC group since <code>City</code> exists in both, and IPTC
|
2091
|
-
is preferred by default.)</p>
|
2092
|
-
</dd>
|
2093
|
-
<dt><strong><a name="unknown" class="item">exiftool -LightSource-='Unknown (0)' dst.tiff</a></strong></dt>
|
2094
|
-
|
2095
|
-
<dd>
|
2096
|
-
<p>Delete <code>LightSource</code> tag only if it is unknown with a value of 0.</p>
|
2097
|
-
</dd>
|
2098
|
-
<dt><strong><a name="exiftool_whitebalance_auto_whitebalance_tung_dst_jpg" class="item">exiftool -whitebalance-=auto -WhiteBalance=tung dst.jpg</a></strong></dt>
|
2099
|
-
|
2100
|
-
<dd>
|
2101
|
-
<p>Set <code>WhiteBalance</code> to <code>Tungsten</code> only if it was previously <code>Auto</code>.</p>
|
2102
|
-
</dd>
|
2103
|
-
<dt><strong><a name="exiftool_comment_comment_new_comment_a_jpg" class="item">exiftool -comment-= -comment='new comment' a.jpg</a></strong></dt>
|
2104
|
-
|
2105
|
-
<dd>
|
2106
|
-
<p>Write a new comment only if the image doesn't have one already.</p>
|
2107
|
-
</dd>
|
2108
|
-
<dt><strong><a name="exiftool_o_d_f_xmp_dir" class="item">exiftool -o %d%f.xmp dir</a></strong></dt>
|
2109
|
-
|
2110
|
-
<dd>
|
2111
|
-
<p>Create XMP meta information data files for all images in <code>dir</code>.</p>
|
2112
|
-
</dd>
|
2113
|
-
<dt><strong><a name="exiftool_o_test_xmp_owner_phil_title_xmp_file" class="item">exiftool -o test.xmp -owner=Phil -title='XMP File'</a></strong></dt>
|
2114
|
-
|
2115
|
-
<dd>
|
2116
|
-
<p>Create an XMP data file only from tags defined on the command line.</p>
|
2117
|
-
</dd>
|
2118
|
-
<dt><strong><a name="exiftool_icc_profile_d_f_icc_image_jpg" class="item">exiftool '-ICC_Profile<=%d%f.icc' image.jpg</a></strong></dt>
|
2119
|
-
|
2120
|
-
<dd>
|
2121
|
-
<p>Write ICC_Profile to an image from a <code>.icc</code> file of the same name.</p>
|
2122
|
-
</dd>
|
2123
|
-
<dt><strong><a name="exiftool_hierarchicalkeywords_keyword_one_children_keyword_b" class="item">exiftool -hierarchicalkeywords='{keyword=one,children={keyword=B}}'</a></strong></dt>
|
2124
|
-
|
2125
|
-
<dd>
|
2126
|
-
<p>Write structured XMP information. See
|
2127
|
-
<a href="http://owl.phy.queensu.ca/~phil/exiftool/struct.html">http://owl.phy.queensu.ca/~phil/exiftool/struct.html</a> for more details.</p>
|
2128
|
-
</dd>
|
2129
|
-
<dt><strong><a name="exiftool_trailer_all_image_jpg" class="item">exiftool -trailer:all= image.jpg</a></strong></dt>
|
2130
|
-
|
2131
|
-
<dd>
|
2132
|
-
<p>Delete any trailer found after the end of image (EOI) in a JPEG file. A
|
2133
|
-
number of digital cameras store a large PreviewImage after the JPEG EOI, and
|
2134
|
-
the file size may be reduced significantly by deleting this trailer. See
|
2135
|
-
the <a href="TagNames/JPEG.html">JPEG Tags documentation</a> for a
|
2136
|
-
list of recognized JPEG trailers.</p>
|
2137
|
-
</dd>
|
2138
|
-
</dl>
|
2139
|
-
<p>
|
2140
|
-
</p>
|
2141
|
-
<hr />
|
2142
|
-
<h1><a name="copying_examples">COPYING EXAMPLES</a></h1>
|
2143
|
-
<p>These examples demonstrate the ability to copy tag values between files.</p>
|
2144
|
-
<dl>
|
2145
|
-
<dt><strong><a name="exiftool_tagsfromfile_src_cr2_dst_jpg" class="item">exiftool -tagsFromFile src.cr2 dst.jpg</a></strong></dt>
|
2146
|
-
|
2147
|
-
<dd>
|
2148
|
-
<p>Copy the values of all writable tags from <code>src.cr2</code> to <code>dst.jpg</code>, writing
|
2149
|
-
the information to same-named tags in the preferred groups.</p>
|
2150
|
-
</dd>
|
2151
|
-
<dt><strong><a name="exiftool_tagsfromfile_src_jpg_all_all_dst_jpg" class="item">exiftool -TagsFromFile src.jpg -all:all dst.jpg</a></strong></dt>
|
2152
|
-
|
2153
|
-
<dd>
|
2154
|
-
<p>Copy the values of all writable tags from <code>src.jpg</code> to <code>dst.jpg</code>,
|
2155
|
-
preserving the original tag groups.</p>
|
2156
|
-
</dd>
|
2157
|
-
<dt><strong><a name="exiftool_all_tagsfromfile_src_jpg_exif_all_dst_jpg" class="item">exiftool -all= -tagsfromfile src.jpg -exif:all dst.jpg</a></strong></dt>
|
2158
|
-
|
2159
|
-
<dd>
|
2160
|
-
<p>Erase all meta information from <code>dst.jpg</code> image, then copy EXIF tags from
|
2161
|
-
<code>src.jpg</code>.</p>
|
2162
|
-
</dd>
|
2163
|
-
<dt><strong><a name="exiftool_exif_all_tagsfromfile_all_all_unsafe_bad_jpg" class="item">exiftool -exif:all= -tagsfromfile @ -all:all -unsafe bad.jpg</a></strong></dt>
|
2164
|
-
|
2165
|
-
<dd>
|
2166
|
-
<p>Rebuild all EXIF meta information from scratch in an image. This technique
|
2167
|
-
can be used in JPEG images to repair corrupted EXIF information which
|
2168
|
-
otherwise could not be written due to errors. The <code>Unsafe</code> tag is a
|
2169
|
-
shortcut for unsafe EXIF tags in JPEG images which are not normally copied.
|
2170
|
-
See the <a href="TagNames/index.html">tag name documentation</a> for more details
|
2171
|
-
about unsafe tags.</p>
|
2172
|
-
</dd>
|
2173
|
-
<dt><strong><a name="exiftool_tagsfromfile_a_jpg_out_xmp" class="item">exiftool -Tagsfromfile a.jpg out.xmp</a></strong></dt>
|
2174
|
-
|
2175
|
-
<dd>
|
2176
|
-
<p>Copy meta information from <code>a.jpg</code> to an XMP data file. If the XMP data
|
2177
|
-
file <code>out.xmp</code> already exists, it will be updated with the new information.
|
2178
|
-
Otherwise the XMP data file will be created. Only XMP, ICC and MIE files
|
2179
|
-
may be created like this (other file types may be edited but not created).
|
2180
|
-
See <a href="#writing_examples">WRITING EXAMPLES</a> above for another technique to generate XMP files.</p>
|
2181
|
-
</dd>
|
2182
|
-
<dt><strong><a name="exiftool_tagsfromfile_a_jpg_xmp_all_thumbnailimage_m_b_jpg" class="item">exiftool -tagsFromFile a.jpg -XMP:All= -ThumbnailImage= -m b.jpg</a></strong></dt>
|
2183
|
-
|
2184
|
-
<dd>
|
2185
|
-
<p>Copy all meta information from <code>a.jpg</code> to <code>b.jpg</code>, deleting all XMP
|
2186
|
-
information and the thumbnail image from the destination.</p>
|
2187
|
-
</dd>
|
2188
|
-
<dt><strong><a name="exiftool_tagsfromfile_src_jpg_title_author_phil_dst_jpg" class="item">exiftool -TagsFromFile src.jpg -title -author=Phil dst.jpg</a></strong></dt>
|
2189
|
-
|
2190
|
-
<dd>
|
2191
|
-
<p>Copy title from one image to another and set a new author name.</p>
|
2192
|
-
</dd>
|
2193
|
-
<dt><strong><a name="exiftool_tagsfromfile_a_jpg_iso_tagsfromfile_b_jpg_comment_dst_jpg" class="item">exiftool -TagsFromFile a.jpg -ISO -TagsFromFile b.jpg -comment
|
2194
|
-
dst.jpg</a></strong></dt>
|
2195
|
-
|
2196
|
-
<dd>
|
2197
|
-
<p>Copy ISO from one image and Comment from another image to a destination
|
2198
|
-
image.</p>
|
2199
|
-
</dd>
|
2200
|
-
<dt><strong><a name="exiftool_tagsfromfile_src_jpg_exif_all_subifd_all_dst_jpg" class="item">exiftool -tagsfromfile src.jpg -exif:all --subifd:all dst.jpg</a></strong></dt>
|
2201
|
-
|
2202
|
-
<dd>
|
2203
|
-
<p>Copy only the EXIF information from one image to another, excluding SubIFD
|
2204
|
-
tags.</p>
|
2205
|
-
</dd>
|
2206
|
-
<dt><strong><a name="exiftool_filemodifydate_datetimeoriginal_dir" class="item">exiftool '-FileModifyDate<DateTimeOriginal' dir</a></strong></dt>
|
2207
|
-
|
2208
|
-
<dd>
|
2209
|
-
<p>Use the original date from the meta information to set the same file's
|
2210
|
-
filesystem modification date for all images in a directory. (Note that
|
2211
|
-
<code>-TagsFromFile @</code> is assumed if no other <strong>-TagsFromFile</strong> is specified when
|
2212
|
-
redirecting information as in this example.)</p>
|
2213
|
-
</dd>
|
2214
|
-
<dt><strong><a name="exiftool_tagsfromfile_src_jpg_xmp_all_all_dst_jpg" class="item">exiftool -TagsFromFile src.jpg '-xmp:all<all' dst.jpg</a></strong></dt>
|
2215
|
-
|
2216
|
-
<dd>
|
2217
|
-
<p>Copy all possible information from <code>src.jpg</code> and write in XMP format to
|
2218
|
-
<code>dst.jpg</code>.</p>
|
2219
|
-
</dd>
|
2220
|
-
<dt><strong><a name="exiftool_iptc2xmp_args_iptc_all_a_jpg" class="item">exiftool -@ iptc2xmp.args -iptc:all= a.jpg</a></strong></dt>
|
2221
|
-
|
2222
|
-
<dd>
|
2223
|
-
<p>Translate IPTC information to XMP with appropriate tag name conversions, and
|
2224
|
-
delete the original IPTC information from an image. This example uses
|
2225
|
-
iptc2xmp.args, which is a file included with the ExifTool distribution that
|
2226
|
-
contains the required arguments to convert IPTC information to XMP format.
|
2227
|
-
Also included with the distribution are xmp2iptc.args (which performs the
|
2228
|
-
inverse conversion) and a few more .args files for other conversions between
|
2229
|
-
EXIF, IPTC and XMP.</p>
|
2230
|
-
</dd>
|
2231
|
-
<dt><strong><a name="exiftool_tagsfromfile_d_f_cr2_r_ext_jpg_dir" class="item">exiftool -tagsfromfile %d%f.CR2 -r -ext JPG dir</a></strong></dt>
|
2232
|
-
|
2233
|
-
<dd>
|
2234
|
-
<p>Recursively rewrite all <code>JPG</code> images in <code>dir</code> with information copied from
|
2235
|
-
the corresponding <code>CR2</code> images in the same directories.</p>
|
2236
|
-
</dd>
|
2237
|
-
<dt><strong><a name="exiftool_keywords_make_image_jpg" class="item">exiftool '-keywords+<make' image.jpg</a></strong></dt>
|
2238
|
-
|
2239
|
-
<dd>
|
2240
|
-
<p>Add camera make to list of keywords.</p>
|
2241
|
-
</dd>
|
2242
|
-
<dt><strong><a name="exiftool_comment_iso_exif_iso_exposure_shutterspeed_dir" class="item">exiftool '-comment<ISO=$exif:iso Exposure=${shutterspeed}' dir</a></strong></dt>
|
2243
|
-
|
2244
|
-
<dd>
|
2245
|
-
<p>Set the Comment tag of all images in <code>dir</code> from the values of the EXIF:ISO
|
2246
|
-
and ShutterSpeed tags. The resulting comment will be in the form "ISO=100
|
2247
|
-
Exposure=1/60".</p>
|
2248
|
-
</dd>
|
2249
|
-
<dt><strong><a name="exiftool_tagsfromfile_src_jpg_icc_profile_dst_jpg" class="item">exiftool -TagsFromFile src.jpg -icc_profile dst.jpg</a></strong></dt>
|
2250
|
-
|
2251
|
-
<dd>
|
2252
|
-
<p>Copy ICC_Profile from one image to another.</p>
|
2253
|
-
</dd>
|
2254
|
-
<dt><strong><a name="exiftool_tagsfromfile_src_jpg_all_all_dst_mie" class="item">exiftool -TagsFromFile src.jpg -all:all dst.mie</a></strong></dt>
|
2255
|
-
|
2256
|
-
<dd>
|
2257
|
-
<p>Copy all meta information in its original form from a JPEG image to a MIE
|
2258
|
-
file. The MIE file will be created if it doesn't exist. This technique can
|
2259
|
-
be used to store the metadata of an image so it can be inserted back into
|
2260
|
-
the image (with the inverse command) later in a workflow.</p>
|
2261
|
-
</dd>
|
2262
|
-
<dt><strong><a name="exiftool_o_dst_mie_all_all_src_jpg" class="item">exiftool -o dst.mie -all:all src.jpg</a></strong></dt>
|
2263
|
-
|
2264
|
-
<dd>
|
2265
|
-
<p>This command performs exactly the same task as the command above, except
|
2266
|
-
that the <strong>-o</strong> option will not write to an output file that already exists.</p>
|
2267
|
-
</dd>
|
2268
|
-
<dt><strong><a name="exiftool_if_jpgfromraw_b_jpgfromraw_w_d_f_ue_jpg_execute_if_previewimage_b_previewimage_w_d_f_ue_jpg_execute_tagsfromfile_srcfile_d_f_ue_jpg_overwrite_original_common_args_ext_jpg_dir" class="item">exiftool -if '$jpgfromraw' -b -jpgfromraw -w %d%f_%ue.jpg -execute
|
2269
|
-
-if '$previewimage' -b -previewimage -w %d%f_%ue.jpg -execute
|
2270
|
-
-tagsfromfile @ -srcfile %d%f_%ue.jpg -overwrite_original
|
2271
|
-
-common_args --ext jpg DIR</a></strong></dt>
|
2272
|
-
|
2273
|
-
<dd>
|
2274
|
-
<p>[Advanced] Extract JpgFromRaw or PreviewImage from all but JPG files in DIR,
|
2275
|
-
saving them with file names like <code>image_EXT.jpg</code>, then add all meta
|
2276
|
-
information from the original files to the extracted images. Here, the
|
2277
|
-
command line is broken into three sections (separated by <strong>-execute</strong>
|
2278
|
-
options), and each is executed as if it were a separate command. The
|
2279
|
-
<strong>-common_args</strong> option causes the <code>--ext jpg DIR</code> arguments to be applied
|
2280
|
-
to all three commands, and the <strong>-srcfile</strong> option allows the extracted JPG
|
2281
|
-
image to be the source file for the third command (whereas the RAW files are
|
2282
|
-
the source files for the other two commands).</p>
|
2283
|
-
</dd>
|
2284
|
-
</dl>
|
2285
|
-
<p>
|
2286
|
-
</p>
|
2287
|
-
<hr />
|
2288
|
-
<h1><a name="renaming_examples">RENAMING EXAMPLES</a></h1>
|
2289
|
-
<p>By writing the <code>FileName</code> and <code>Directory</code> tags, files are renamed and/or
|
2290
|
-
moved to new directories. This can be particularly useful and powerful for
|
2291
|
-
organizing files by date when combined with the <strong>-d</strong> option. New
|
2292
|
-
directories are created as necessary, but existing files will not be
|
2293
|
-
overwritten. The format codes %d, %f and %e may be used in the new file
|
2294
|
-
name to represent the directory, name and extension of the original file,
|
2295
|
-
and %c may be used to add a copy number if the file already exists (see the
|
2296
|
-
<strong>-w</strong> option for details). Note that if used within a date format string,
|
2297
|
-
an extra '%' must be added to pass these codes through the date/time parser.
|
2298
|
-
(And further note that in a Windows batch file, all '%' characters must also
|
2299
|
-
be escaped, so in this extreme case '%%%%f' is necessary to pass a simple
|
2300
|
-
'%f' through the two levels of parsing.) See
|
2301
|
-
<a href="http://owl.phy.queensu.ca/~phil/exiftool/filename.html">http://owl.phy.queensu.ca/~phil/exiftool/filename.html</a> for additional
|
2302
|
-
documentation and examples.</p>
|
2303
|
-
<dl>
|
2304
|
-
<dt><strong><a name="exiftool_filename_new_jpg_dir_old_jpg" class="item">exiftool -filename=new.jpg dir/old.jpg</a></strong></dt>
|
2305
|
-
|
2306
|
-
<dd>
|
2307
|
-
<p>Rename <code>old.jpg</code> to <code>new.jpg</code> in directory <code>dir</code>.</p>
|
2308
|
-
</dd>
|
2309
|
-
<dt><strong><a name="exiftool_directory_e_dir" class="item">exiftool -directory=%e dir</a></strong></dt>
|
2310
|
-
|
2311
|
-
<dd>
|
2312
|
-
<p>Move all files from directory <code>dir</code> into directories named by the original
|
2313
|
-
file extensions.</p>
|
2314
|
-
</dd>
|
2315
|
-
<dt><strong><a name="exiftool_directory_datetimeoriginal_d_y_m_d_dir" class="item">exiftool '-Directory<DateTimeOriginal' -d %Y/%m/%d dir</a></strong></dt>
|
2316
|
-
|
2317
|
-
<dd>
|
2318
|
-
<p>Move all files in <code>dir</code> into a directory hierarchy based on year, month and
|
2319
|
-
day of <code>DateTimeOriginal</code>. eg) This command would move the file
|
2320
|
-
<code>dir/image.jpg</code> with a <code>DateTimeOriginal</code> of <code>2005:10:12 16:05:56</code> to
|
2321
|
-
<code>2005/10/12/image.jpg</code>.</p>
|
2322
|
-
</dd>
|
2323
|
-
<dt><strong><a name="exiftool_o_directory_datetimeoriginal_d_y_m_d_dir" class="item">exiftool -o . '-Directory<DateTimeOriginal' -d %Y/%m/%d dir</a></strong></dt>
|
2324
|
-
|
2325
|
-
<dd>
|
2326
|
-
<p>Same effect as above except files are copied instead of moved.</p>
|
2327
|
-
</dd>
|
2328
|
-
<dt><strong><a name="exiftool_filename_f_model_e_dir" class="item">exiftool '-filename<%f_${model;}.%e' dir</a></strong></dt>
|
2329
|
-
|
2330
|
-
<dd>
|
2331
|
-
<p>Rename all files in <code>dir</code> by adding the camera model name to the file name.
|
2332
|
-
The semicolon after the tag name inside the braces causes characters which
|
2333
|
-
are invalid in Windows file names to be deleted from the tag value (see the
|
2334
|
-
<strong>-p</strong> option documentation for an explanation).</p>
|
2335
|
-
</dd>
|
2336
|
-
<dt><strong><a name="exiftool_filename_createdate_d_y_m_d_h_m_s_c_e_dir" class="item">exiftool '-FileName<CreateDate' -d %Y%m%d_%H%M%S%%-c.%%e dir</a></strong></dt>
|
2337
|
-
|
2338
|
-
<dd>
|
2339
|
-
<p>Rename all images in <code>dir</code> according to the <code>CreateDate</code> date and time,
|
2340
|
-
adding a copy number with leading '-' if the file already exists (<code>%-c</code>),
|
2341
|
-
and preserving the original file extension (<code>%e</code>). Note the extra '%'
|
2342
|
-
necessary to escape the filename codes (<code>%c</code> and <code>%e</code>) in the date format
|
2343
|
-
string.</p>
|
2344
|
-
</dd>
|
2345
|
-
<dt><strong><a name="exiftool_r_filename_createdate_d_y_m_d_h_m_f_e_dir" class="item">exiftool -r '-FileName<CreateDate' -d %Y-%m-%d/%H%M_%%f.%%e dir</a></strong></dt>
|
2346
|
-
|
2347
|
-
<dd>
|
2348
|
-
<p>Both the directory and the filename may be changed together via the
|
2349
|
-
<code>FileName</code> tag if the new <code>FileName</code> contains a '/'. The example above
|
2350
|
-
recursively renames all images in a directory by adding a <code>CreateDate</code>
|
2351
|
-
timestamp to the start of the filename, then moves them into new directories
|
2352
|
-
named by date.</p>
|
2353
|
-
</dd>
|
2354
|
-
<dt><strong><a name="exiftool_filename_createdate_filenumber_jpg_d_y_m_d_ext_jpg" class="item">exiftool '-FileName<${CreateDate}_$filenumber.jpg' -d %Y%m%d -ext jpg .</a></strong></dt>
|
2355
|
-
|
2356
|
-
<dd>
|
2357
|
-
<p>Set the filename of all JPG images in the current directory from the
|
2358
|
-
CreateDate and FileNumber tags, in the form "20060507_118-1861.jpg".</p>
|
2359
|
-
</dd>
|
2360
|
-
</dl>
|
2361
|
-
<p>
|
2362
|
-
</p>
|
2363
|
-
<hr />
|
2364
|
-
<h1><a name="geotagging_examples">GEOTAGGING EXAMPLES</a></h1>
|
2365
|
-
<p>ExifTool implements geotagging via 3 special tags: Geotag (which for
|
2366
|
-
convenience is also implemented as an exiftool option), Geosync and Geotime.
|
2367
|
-
The examples below highlight some geotagging features. See
|
2368
|
-
<a href="http://owl.phy.queensu.ca/~phil/exiftool/geotag.html">http://owl.phy.queensu.ca/~phil/exiftool/geotag.html</a> for additional
|
2369
|
-
documentation.</p>
|
2370
|
-
<dl>
|
2371
|
-
<dt><strong><a name="exiftool_geotag_track_log_a_jpg" class="item">exiftool -geotag track.log a.jpg</a></strong></dt>
|
2372
|
-
|
2373
|
-
<dd>
|
2374
|
-
<p>Geotag an image (<code>a.jpg</code>) from position information in a GPS track log
|
2375
|
-
(<code>track.log</code>). Since the <code>Geotime</code> tag is not specified, the value of
|
2376
|
-
DateTimeOriginal is used for geotagging. Local system time is assumed
|
2377
|
-
unless DateTimeOriginal contains a timezone.</p>
|
2378
|
-
</dd>
|
2379
|
-
<dt><strong><a name="exiftool_geotag_t_log_geotime_2009_04_02_13_41_12_05_00_a_jpg" class="item">exiftool -geotag t.log -geotime='2009:04:02 13:41:12-05:00' a.jpg</a></strong></dt>
|
2380
|
-
|
2381
|
-
<dd>
|
2382
|
-
<p>Geotag an image with the GPS position for a specific time. (Note that the
|
2383
|
-
<code>Geotag</code> tag must be assigned before <code>Geotime</code> for the GPS data to be
|
2384
|
-
available when <code>Geotime</code> is set.)</p>
|
2385
|
-
</dd>
|
2386
|
-
<dt><strong><a name="exiftool_geotag_log_gpx_xmp_geotime_createdate_dir" class="item">exiftool -geotag log.gpx '-xmp:geotime<createdate' dir</a></strong></dt>
|
2387
|
-
|
2388
|
-
<dd>
|
2389
|
-
<p>Geotag all images in directory <code>dir</code> with XMP tags instead of EXIF tags,
|
2390
|
-
based on the image CreateDate. (In this case, the order of the arguments
|
2391
|
-
doesn't matter because tags with values copied from other tags are always
|
2392
|
-
set after constant values.)</p>
|
2393
|
-
</dd>
|
2394
|
-
<dt><strong><a name="exiftool_geotag_a_log_geosync_20_dir" class="item">exiftool -geotag a.log -geosync=-20 dir</a></strong></dt>
|
2395
|
-
|
2396
|
-
<dd>
|
2397
|
-
<p>Geotag images in directory <code>dir</code>, accounting for image timestamps which
|
2398
|
-
were 20 seconds ahead of GPS.</p>
|
2399
|
-
</dd>
|
2400
|
-
<dt><strong><a name="exiftool_geotag_a_log_geosync_1_jpg_geosync_2_jpg_dir" class="item">exiftool -geotag a.log -geosync=1.jpg -geosync=2.jpg dir</a></strong></dt>
|
2401
|
-
|
2402
|
-
<dd>
|
2403
|
-
<p>Geotag images using time synchronization from two previously geotagged images
|
2404
|
-
(1.jpg and 2.jpg), synchronizing the image and GPS times using a linear time
|
2405
|
-
drift correction.</p>
|
2406
|
-
</dd>
|
2407
|
-
<dt><strong><a name="exiftool_geotag_a_log_geotime_createdate_01_00_dir" class="item">exiftool -geotag a.log '-geotime<${createdate}+01:00' dir</a></strong></dt>
|
2408
|
-
|
2409
|
-
<dd>
|
2410
|
-
<p>Geotag images in <code>dir</code> using CreateDate with the specified timezone. If
|
2411
|
-
CreateDate already contained a timezone, then the timezone specified on the
|
2412
|
-
command line is ignored.</p>
|
2413
|
-
</dd>
|
2414
|
-
<dt><strong><a name="exiftool_geotag_a_jpg" class="item">exiftool -geotag= a.jpg</a></strong></dt>
|
2415
|
-
|
2416
|
-
<dd>
|
2417
|
-
<p>Delete GPS tags which may have been added by the geotag feature. Note that
|
2418
|
-
this does not remove all GPS tags -- to do this instead use <code>-gps:all=</code>.</p>
|
2419
|
-
</dd>
|
2420
|
-
<dt><strong><a name="exiftool_xmp_geotag_a_jpg" class="item">exiftool -xmp:geotag= a.jpg</a></strong></dt>
|
2421
|
-
|
2422
|
-
<dd>
|
2423
|
-
<p>Delete XMP GPS tags which were added by the geotag feature.</p>
|
2424
|
-
</dd>
|
2425
|
-
<dt><strong><a name="exiftool_xmp_geotag_track_log_a_jpg" class="item">exiftool -xmp:geotag=track.log a.jpg</a></strong></dt>
|
2426
|
-
|
2427
|
-
<dd>
|
2428
|
-
<p>Geotag an image with XMP tags, using the time from DateTimeOriginal.</p>
|
2429
|
-
</dd>
|
2430
|
-
<dt><strong><a name="exiftool_geotag_a_log_geotag_b_log_r_dir" class="item">exiftool -geotag a.log -geotag b.log -r dir</a></strong></dt>
|
2431
|
-
|
2432
|
-
<dd>
|
2433
|
-
<p>Combine multiple track logs and geotag an entire directory tree of images.</p>
|
2434
|
-
</dd>
|
2435
|
-
<dt><strong><a name="exiftool_geotag_tracks_log_r_dir" class="item">exiftool -geotag 'tracks/*.log' -r dir</a></strong></dt>
|
2436
|
-
|
2437
|
-
<dd>
|
2438
|
-
<p>Read all track logs from the <code>tracks</code> directory.</p>
|
2439
|
-
</dd>
|
2440
|
-
<dt><strong><a name="exiftool_p_gpx_fmt_d_y_m_dt_h_m_sz_dir_out_gpx" class="item">exiftool -p gpx.fmt -d %Y-%m-%dT%H:%M:%SZ dir > out.gpx</a></strong></dt>
|
2441
|
-
|
2442
|
-
<dd>
|
2443
|
-
<p>Generate a GPX track log from all images in directory <code>dir</code>. This example
|
2444
|
-
uses the <code>gpx.fmt</code> file included in the full ExifTool distribution package
|
2445
|
-
and assumes that the images in <code>dir</code> have all been previously geotagged.</p>
|
2446
|
-
</dd>
|
2447
|
-
</dl>
|
2448
|
-
<p>
|
2449
|
-
</p>
|
2450
|
-
<hr />
|
2451
|
-
<h1><a name="piping_examples">PIPING EXAMPLES</a></h1>
|
2452
|
-
<dl>
|
2453
|
-
<dt><strong><a name="cat_a_jpg_exiftool" class="item">cat a.jpg | exiftool -</a></strong></dt>
|
2454
|
-
|
2455
|
-
<dd>
|
2456
|
-
<p>Extract information from stdin.</p>
|
2457
|
-
</dd>
|
2458
|
-
<dt><strong><a name="exiftool_image_jpg_thumbnailimage_b_exiftool" class="item">exiftool image.jpg -thumbnailimage -b | exiftool -</a></strong></dt>
|
2459
|
-
|
2460
|
-
<dd>
|
2461
|
-
<p>Extract information from an embedded thumbnail image.</p>
|
2462
|
-
</dd>
|
2463
|
-
<dt><strong><a name="cat_a_jpg_exiftool_iptc_keywords_fantastic_b_jpg" class="item">cat a.jpg | exiftool -iptc:keywords+=fantastic - > b.jpg</a></strong></dt>
|
2464
|
-
|
2465
|
-
<dd>
|
2466
|
-
<p>Add an IPTC keyword in a pipeline, saving output to a new file.</p>
|
2467
|
-
</dd>
|
2468
|
-
<dt><strong><a name="curl_s_http_a_domain_com_bigfile_jpg_exiftool_fast" class="item">curl -s <a href="http://a.domain.com/bigfile.jpg">http://a.domain.com/bigfile.jpg</a> | exiftool -fast -</a></strong></dt>
|
2469
|
-
|
2470
|
-
<dd>
|
2471
|
-
<p>Extract information from an image over the internet using the cURL utility.
|
2472
|
-
The <strong>-fast</strong> option prevents exiftool from scanning for trailer information,
|
2473
|
-
so only the meta information header is transferred.</p>
|
2474
|
-
</dd>
|
2475
|
-
<dt><strong><a name="exiftool_a_jpg_thumbnailimage_b_exiftool_comment_wow_exiftool_a_jpg_thumbnailimage" class="item">exiftool a.jpg -thumbnailimage -b | exiftool -comment=wow - |
|
2476
|
-
exiftool a.jpg -thumbnailimage'<=-'</a></strong></dt>
|
2477
|
-
|
2478
|
-
<dd>
|
2479
|
-
<p>Add a comment to an embedded thumbnail image. (Why anyone would want to do
|
2480
|
-
this I don't know, but I've included this as an example to illustrate the
|
2481
|
-
flexibility of ExifTool.)</p>
|
2482
|
-
</dd>
|
2483
|
-
</dl>
|
2484
|
-
<p>
|
2485
|
-
</p>
|
2486
|
-
<hr />
|
2487
|
-
<h1><a name="diagnostics">DIAGNOSTICS</a></h1>
|
2488
|
-
<p>The exiftool application exits with a status of 0 on success, or 1 if an
|
2489
|
-
error occured or if all files failed the <strong>-if</strong> condition (for any of the
|
2490
|
-
commands if <strong>-execute</strong> was used).</p>
|
2491
|
-
<p>
|
2492
|
-
</p>
|
2493
|
-
<hr />
|
2494
|
-
<h1><a name="author">AUTHOR</a></h1>
|
2495
|
-
<p>Copyright 2003-2015, Phil Harvey</p>
|
2496
|
-
<p>This is free software; you can redistribute it and/or modify it under the
|
2497
|
-
same terms as Perl itself.</p>
|
2498
|
-
<p>
|
2499
|
-
</p>
|
2500
|
-
<hr />
|
2501
|
-
<h1><a name="see_also">SEE ALSO</a></h1>
|
2502
|
-
<p><a href="ExifTool.html">Image::ExifTool(3pm)</a>,
|
2503
|
-
<a href="TagNames/index.html">Image::ExifTool::TagNames(3pm)</a>,
|
2504
|
-
<a href="http://search.cpan.org/dist/Image-ExifTool/lib/Image/ExifTool/Shortcuts.pm">Image::ExifTool::Shortcuts(3pm)</a>,
|
2505
|
-
<a href="Shift.html">Image::ExifTool::Shift.pl</a></p>
|
2506
|
-
<table border="0" width="100%" cellspacing="0" cellpadding="3">
|
2507
|
-
<tr><td class="block" style="background-color: #cccccc" valign="middle">
|
2508
|
-
<big><strong><span class="block"> exiftool Application Documentation</span></strong></big>
|
2509
|
-
</td></tr>
|
2510
|
-
</table>
|
2511
|
-
|
2512
|
-
</body>
|
2513
|
-
|
2514
|
-
</html>
|