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