exiftool_vendored 9.78.0 → 9.99.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of exiftool_vendored might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/bin/Image-ExifTool-9.99/Changes +7164 -0
- data/bin/Image-ExifTool-9.99/MANIFEST +937 -0
- data/bin/Image-ExifTool-9.99/META.yml +27 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/Makefile.PL +0 -0
- data/bin/Image-ExifTool-9.99/README +233 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/exif2iptc.args +0 -0
- data/bin/Image-ExifTool-9.99/arg_files/exif2xmp.args +45 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/gps2xmp.args +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/iptc2exif.args +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/iptc2xmp.args +0 -0
- data/bin/Image-ExifTool-9.99/arg_files/iptcCore.args +224 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/pdf2xmp.args +0 -0
- data/bin/Image-ExifTool-9.99/arg_files/xmp2exif.args +46 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/xmp2gps.args +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/xmp2iptc.args +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/xmp2pdf.args +0 -0
- data/bin/Image-ExifTool-9.99/config_files/convert_regions.config +81 -0
- data/bin/Image-ExifTool-9.99/config_files/example.config +343 -0
- data/bin/Image-ExifTool-9.99/config_files/photoshop_paths.config +54 -0
- data/bin/Image-ExifTool-9.99/config_files/picasa_faces.config +369 -0
- data/bin/Image-ExifTool-9.99/exiftool +6245 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/fmt_files/gpx.fmt +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/fmt_files/gpx_wpt.fmt +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/fmt_files/kml.fmt +0 -0
- data/bin/Image-ExifTool-9.99/html/ExifTool.html +2067 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/MIE1.1-20070121.pdf +0 -0
- data/bin/Image-ExifTool-9.99/html/Shift.html +173 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/AFCP.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/AIFF.html +146 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/APE.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/APP12.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/ASF.html +1066 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Apple.html +74 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Audible.html +177 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/BMP.html +110 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Canon.html +9318 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/CanonCustom.html +2081 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/CanonRaw.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/CanonVRD.html +1958 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Casio.html +1606 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Composite.html +704 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/DICOM.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/DNG.html +289 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/DPX.html +224 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/DV.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/DarwinCore.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/DjVu.html +313 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/EXE.html +697 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/EXIF.html +3381 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Extra.html +437 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/FLAC.html +183 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/FLIR.html +1340 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Flash.html +419 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/FlashPix.html +1465 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Font.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/FotoStation.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/FujiFilm.html +813 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/GE.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/GIF.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/GIMP.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/GPS.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/GeoTiff.html +2298 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/H264.html +393 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/HP.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/HTML.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/ICC_Profile.html +711 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/ID3.html +1593 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/IPTC.html +903 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/ITC.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/JFIF.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/JPEG.html +602 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/JVC.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Jpeg2000.html +464 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Kodak.html +1891 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/KyoceraRaw.html +92 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/LNK.html +478 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Leaf.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Lytro.html +122 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/M2TS.html +133 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MIE.html +1026 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/MIFF.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MNG.html +847 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MOI.html +60 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MPC.html +97 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MPEG.html +249 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MPF.html +199 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MWG.html +577 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MXF.html +6673 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Matroska.html +1069 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Microsoft.html +2073 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Minolta.html +2612 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MinoltaRaw.html +326 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Nikon.html +4814 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/NikonCapture.html +799 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/NikonCustom.html +5633 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Nintendo.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/OOXML.html +280 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Ogg.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Olympus.html +3531 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/OpenEXR.html +222 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PDF.html +745 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PGF.html +80 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PICT.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PLIST.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PNG.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PSP.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Palm.html +388 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Panasonic.html +1690 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PanasonicRaw.html +451 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Pentax.html +4655 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PhaseOne.html +253 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PhotoCD.html +402 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PhotoMechanic.html +196 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Photoshop.html +570 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PostScript.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PrintIM.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Qualcomm.html +4778 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/QuickTime.html +6036 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/RIFF.html +1314 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/RSRC.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/RTF.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Radiance.html +87 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Rawzor.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Real.html +780 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Reconyx.html +132 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Ricoh.html +800 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Samsung.html +604 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Sanyo.html +366 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Scalado.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Shortcuts.html +276 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Sigma.html +469 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/SigmaRaw.html +438 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Sony.html +8640 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/SonyIDC.html +267 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Stim.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Theora.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Torrent.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Unknown.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/VCard.html +433 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Vorbis.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/XMP.html +9175 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/ZIP.html +205 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/iWork.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/index.html +211 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/style.css +0 -0
- data/bin/Image-ExifTool-9.99/html/ancient_history.html +7608 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/canon_raw.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/commentary.html +0 -0
- data/bin/Image-ExifTool-9.99/html/config.html +355 -0
- data/bin/Image-ExifTool-9.99/html/data_members.html +279 -0
- data/bin/Image-ExifTool-9.99/html/exiftool_pod.html +2503 -0
- data/bin/Image-ExifTool-9.99/html/faq.html +1530 -0
- data/bin/Image-ExifTool-9.99/html/filename.html +352 -0
- data/bin/Image-ExifTool-9.99/html/geotag.html +654 -0
- data/bin/Image-ExifTool-9.99/html/history.html +488 -0
- data/bin/Image-ExifTool-9.99/html/htmldump.html +738 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/idiosyncracies.html +0 -0
- data/bin/Image-ExifTool-9.99/html/index.html +1330 -0
- data/bin/Image-ExifTool-9.99/html/install.html +251 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/metafiles.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/overview.png +0 -0
- data/bin/Image-ExifTool-9.99/html/standards.html +286 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/struct.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/style.css +0 -0
- data/bin/Image-ExifTool-9.99/html/under.html +128 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/verbose.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/writing.html +0 -0
- data/bin/Image-ExifTool-9.99/lib/File/RandomAccess.pm +378 -0
- data/bin/Image-ExifTool-9.99/lib/File/RandomAccess.pod +231 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool.pm +7498 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool.pod +2494 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/AES.pm +501 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/AFCP.pm +286 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/AIFF.pm +289 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/APE.pm +264 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/APP12.pm +322 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ASF.pm +885 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Apple.pm +126 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Audible.pm +317 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/BMP.pm +179 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/BZZ.pm +472 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/BigTIFF.pm +282 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/BuildTagLookup.pm +2508 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Canon.pm +8457 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/CanonCustom.pm +2582 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/CanonRaw.pm +910 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/CanonVRD.pm +2228 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/CaptureOne.pm +235 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Casio.pm +2058 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Charset.pm +396 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Arabic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Baltic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Cyrillic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Greek.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Hebrew.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/JIS.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Latin.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Latin2.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacArabic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacChineseCN.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacChineseTW.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacCroatian.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacCyrillic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacGreek.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacHebrew.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacIceland.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacJapanese.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacKorean.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacLatin2.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacRSymbol.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacRoman.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacRomanian.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacThai.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacTurkish.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/PDFDoc.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/ShiftJIS.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Symbol.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Thai.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Turkish.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Vietnam.pm +0 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DICOM.pm +3874 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DNG.pm +835 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DPX.pm +181 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DV.pm +319 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DarwinCore.pm +322 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DjVu.pm +376 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/EXE.pm +1250 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Exif.pm +4672 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FLAC.pm +297 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FLIR.pm +1533 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Fixup.pm +354 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Flash.pm +755 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FlashPix.pm +1935 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Font.pm +647 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FotoStation.pm +261 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FujiFilm.pm +1195 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GE.pm +81 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GIF.pm +542 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GIMP.pm +258 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GPS.pm +558 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GeoTiff.pm +2263 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Geotag.pm +1219 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/H264.pm +1112 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/HP.pm +263 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/HTML.pm +576 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/HtmlDump.pm +895 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ICC_Profile.pm +1000 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ID3.pm +1569 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/IPTC.pm +1264 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ITC.pm +215 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Import.pm +329 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/InDesign.pm +277 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/JPEG.pm +605 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/JPEGDigest.pm +2511 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/JVC.pm +130 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Jpeg2000.pm +873 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Kodak.pm +2096 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/KyoceraRaw.pm +173 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/LNK.pm +723 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/cs.pm +1588 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/de.pm +8692 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/en_ca.pm +848 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/en_gb.pm +863 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/es.pm +4019 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/fi.pm +2854 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/fr.pm +4758 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/it.pm +7918 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/ja.pm +5835 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/ko.pm +2330 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/nl.pm +3222 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/pl.pm +1276 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/ru.pm +768 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/sv.pm +638 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/tr.pm +544 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/zh_cn.pm +1330 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/zh_tw.pm +801 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Leaf.pm +516 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lytro.pm +217 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/M2TS.pm +725 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MIE.pm +2564 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MIEUnits.pod +377 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MIFF.pm +279 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MNG.pm +684 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MOI.pm +158 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MPC.pm +156 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MPEG.pm +736 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MPF.pm +292 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MWG.pm +753 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MXF.pm +3032 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MakerNotes.pm +1713 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Matroska.pm +892 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Microsoft.pm +893 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Minolta.pm +2950 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MinoltaRaw.pm +534 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Nikon.pm +6728 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/NikonCapture.pm +940 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/NikonCustom.pm +6331 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Nintendo.pm +128 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/OOXML.pm +409 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Ogg.pm +237 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Olympus.pm +3796 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/OpenEXR.pm +324 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PDF.pm +2328 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PGF.pm +143 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PICT.pm +1260 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PLIST.pm +453 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PNG.pm +1190 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PPM.pm +169 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PSP.pm +306 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Palm.pm +403 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Panasonic.pm +2366 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PanasonicRaw.pm +639 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Pentax.pm +5941 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PhaseOne.pm +551 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PhotoCD.pm +507 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PhotoMechanic.pm +256 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Photoshop.pm +650 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PostScript.pm +696 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PrintIM.pm +125 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Qualcomm.pm +1344 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/QuickTime.pm +6572 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/README +981 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/RIFF.pm +1478 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/RSRC.pm +241 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/RTF.pm +383 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Radiance.pm +144 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Rawzor.pm +189 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Real.pm +739 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Reconyx.pm +190 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Ricoh.pm +1121 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Samsung.pm +1168 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Sanyo.pm +440 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Scalado.pm +141 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Shift.pl +596 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Shortcuts.pm +335 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Sigma.pm +684 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/SigmaRaw.pm +668 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Sony.pm +9086 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/SonyIDC.pm +331 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Stim.pm +196 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/TagInfoXML.pm +826 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/TagLookup.pm +8931 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/TagNames.pod +29124 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Theora.pm +145 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Torrent.pm +317 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Unknown.pm +66 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/VCard.pm +405 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Vorbis.pm +238 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteCanonRaw.pl +637 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteExif.pl +3743 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteIPTC.pl +702 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WritePDF.pl +768 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WritePNG.pl +390 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WritePhotoshop.pl +266 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WritePostScript.pl +772 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteQuickTime.pl +358 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteXMP.pl +1367 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Writer.pl +6164 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/XMP.pm +4034 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/XMP2.pl +1579 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/XMPStruct.pl +826 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ZIP.pm +667 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/iWork.pm +223 -0
- data/bin/Image-ExifTool-9.99/perl-Image-ExifTool.spec +112 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/AFCP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/AFCP_2.out +39 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/AFCP_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/AIFF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/AIFF_2.out +33 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/APE.t +0 -0
- data/bin/Image-ExifTool-9.99/t/APE_2.out +29 -0
- data/bin/Image-ExifTool-9.99/t/APE_3.out +58 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ASF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/ASF_2.out +56 -0
- data/bin/Image-ExifTool-9.99/t/Audible.t +28 -0
- data/bin/Image-ExifTool-9.99/t/Audible_2.out +40 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/BMP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/BMP_2.out +23 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/BigTIFF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/BigTIFF_2.out +21 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Canon.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonRaw.t +0 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_2.out +169 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_4.out +220 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_5.out +209 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_6.out +233 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_7.out +250 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD.t +220 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_11.out +121 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_12.out +13 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_13.out +102 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_14.out +101 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_15.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_16.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_17.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_18.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_19.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_2.out +119 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_20.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_21.out +1 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_3.out +119 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_4.out +0 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_5.out +2 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_9.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Canon_2.out +356 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Canon_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Casio.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Casio_2.out +72 -0
- data/bin/Image-ExifTool-9.99/t/Casio_3.out +102 -0
- data/bin/Image-ExifTool-9.99/t/Casio_4.out +28 -0
- data/bin/Image-ExifTool-9.99/t/Casio_5.out +80 -0
- data/bin/Image-ExifTool-9.99/t/Casio_6.out +117 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DICOM.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DICOM_2.out +109 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DNG.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DNG_2.out +328 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DNG_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DPX.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DPX_2.out +39 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DV.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DV_2.out +26 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DjVu.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DjVu_2.out +46 -0
- data/bin/Image-ExifTool-9.99/t/EXE.t +31 -0
- data/bin/Image-ExifTool-9.99/t/EXE_2.out +41 -0
- data/bin/Image-ExifTool-9.99/t/EXE_3.out +16 -0
- data/bin/Image-ExifTool-9.99/t/EXE_4.out +15 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool.t +0 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_16.out +184 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_17.out +598 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_2.out +418 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_20.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_21.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_22.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_23.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_24.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_25.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_26.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_27.out +0 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_28.out +11 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_3.out +89 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_5.out +0 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_6.out +71 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FLAC.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FLAC_2.out +26 -0
- data/bin/Image-ExifTool-9.99/t/FLAC_3.out +20 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FLIR.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FLIR_2.out +112 -0
- data/bin/Image-ExifTool-9.99/t/FLIR_3.out +49 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Flash.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FlashPix.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FlashPix_2.out +49 -0
- data/bin/Image-ExifTool-9.99/t/Flash_2.out +22 -0
- data/bin/Image-ExifTool-9.99/t/Flash_3.out +55 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Font.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Font_2.out +24 -0
- data/bin/Image-ExifTool-9.99/t/Font_3.out +36 -0
- data/bin/Image-ExifTool-9.99/t/Font_4.out +27 -0
- data/bin/Image-ExifTool-9.99/t/Font_5.out +27 -0
- data/bin/Image-ExifTool-9.99/t/Font_6.out +37 -0
- data/bin/Image-ExifTool-9.99/t/Font_7.out +37 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FotoStation.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FotoStation_2.out +41 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FotoStation_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FujiFilm.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FujiFilm_2.out +89 -0
- data/bin/Image-ExifTool-9.99/t/FujiFilm_3.out +90 -0
- data/bin/Image-ExifTool-9.99/t/FujiFilm_4.out +141 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FujiFilm_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GE.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GE_2.out +86 -0
- data/bin/Image-ExifTool-9.99/t/GE_3.out +86 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GIF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GIF_2.out +42 -0
- data/bin/Image-ExifTool-9.99/t/GIF_3.out +43 -0
- data/bin/Image-ExifTool-9.99/t/GIF_4.out +18 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GIMP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GIMP_2.out +65 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GPS.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GPS_2.out +96 -0
- data/bin/Image-ExifTool-9.99/t/GPS_3.out +98 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GeoTiff.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GeoTiff_2.out +38 -0
- data/bin/Image-ExifTool-9.99/t/GeoTiff_3.out +38 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GeoTiff_4.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Geotag.t +172 -0
- data/bin/Image-ExifTool-9.99/t/Geotag_10.out +15 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_2.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/HTML.t +0 -0
- data/bin/Image-ExifTool-9.99/t/HTML_2.out +69 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC.t +0 -0
- data/bin/Image-ExifTool-9.99/t/IPTC_2.out +60 -0
- data/bin/Image-ExifTool-9.99/t/IPTC_4.out +58 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ITC.t +0 -0
- data/bin/Image-ExifTool-9.99/t/ITC_2.out +21 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/InDesign.t +0 -0
- data/bin/Image-ExifTool-9.99/t/InDesign_2.out +20 -0
- data/bin/Image-ExifTool-9.99/t/InDesign_3.out +22 -0
- data/bin/Image-ExifTool-9.99/t/InDesign_4.out +12 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/JVC.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/JVC_2.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/JVC_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Jpeg2000.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Jpeg2000_2.out +65 -0
- data/bin/Image-ExifTool-9.99/t/Jpeg2000_3.out +53 -0
- data/bin/Image-ExifTool-9.99/t/Jpeg2000_4.out +17 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Kodak.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Kodak_2.out +111 -0
- data/bin/Image-ExifTool-9.99/t/Kodak_3.out +121 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/KyoceraRaw.t +0 -0
- data/bin/Image-ExifTool-9.99/t/KyoceraRaw_2.out +28 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/LNK.t +0 -0
- data/bin/Image-ExifTool-9.99/t/LNK_2.out +46 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_1.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_10.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_11.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_12.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_13.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_14.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_15.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_16.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_17.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_18.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_2.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lytro.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Lytro_2.out +109 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/M2TS.t +0 -0
- data/bin/Image-ExifTool-9.99/t/M2TS_2.out +29 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MIE.t +0 -0
- data/bin/Image-ExifTool-9.99/t/MIE_2.out +69 -0
- data/bin/Image-ExifTool-9.99/t/MIE_3.out +136 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MIE_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MIE_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MIFF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/MIFF_2.out +110 -0
- data/bin/Image-ExifTool-9.99/t/MOI.t +27 -0
- data/bin/Image-ExifTool-9.99/t/MOI_2.out +11 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MP3.t +0 -0
- data/bin/Image-ExifTool-9.99/t/MP3_2.out +46 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_2.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MXF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/MXF_2.out +79 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Matroska.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Matroska_2.out +66 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Minolta.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Minolta_2.out +135 -0
- data/bin/Image-ExifTool-9.99/t/Minolta_3.out +148 -0
- data/bin/Image-ExifTool-9.99/t/Minolta_4.out +150 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Nikon.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_2.out +84 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_3.out +100 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_4.out +176 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_5.out +169 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_7.out +261 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Nikon_8.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Olympus.t +94 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_2.out +81 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_3.out +83 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_4.out +194 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_5.out +266 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_6.out +153 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_7.out +483 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_8.out +15 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/OpenEXR.t +0 -0
- data/bin/Image-ExifTool-9.99/t/OpenEXR_2.out +25 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_10.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_11.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_12.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_14.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_15.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_16.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_17.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_18.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_19.out +0 -0
- data/bin/Image-ExifTool-9.99/t/PDF_2.out +118 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_20.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_22.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PGF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PGF_2.out +34 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PICT.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PICT_2.out +17 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PLIST.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PLIST_2.out +21 -0
- data/bin/Image-ExifTool-9.99/t/PLIST_3.out +21 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PNG.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PNG_2.out +24 -0
- data/bin/Image-ExifTool-9.99/t/PNG_3.out +123 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PNG_4.out +0 -0
- data/bin/Image-ExifTool-9.99/t/PNG_5.out +18 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PPM.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PPM_2.out +17 -0
- data/bin/Image-ExifTool-9.99/t/PPM_3.out +11 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PSP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PSP_2.out +34 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Palm.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Palm_2.out +32 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Panasonic.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Panasonic_2.out +101 -0
- data/bin/Image-ExifTool-9.99/t/Panasonic_3.out +121 -0
- data/bin/Image-ExifTool-9.99/t/Panasonic_4.out +206 -0
- data/bin/Image-ExifTool-9.99/t/Panasonic_5.out +244 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Pentax.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Pentax_2.out +225 -0
- data/bin/Image-ExifTool-9.99/t/Pentax_3.out +266 -0
- data/bin/Image-ExifTool-9.99/t/Pentax_4.out +131 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PhotoCD.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PhotoCD_2.out +37 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PhotoMechanic.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PhotoMechanic_2.out +83 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PhotoMechanic_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Photoshop.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Photoshop_2.out +98 -0
- data/bin/Image-ExifTool-9.99/t/Photoshop_3.out +110 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PostScript.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PostScript_2.out +66 -0
- data/bin/Image-ExifTool-9.99/t/PostScript_3.out +134 -0
- data/bin/Image-ExifTool-9.99/t/QuickTime.t +54 -0
- data/bin/Image-ExifTool-9.99/t/QuickTime_2.out +133 -0
- data/bin/Image-ExifTool-9.99/t/QuickTime_3.out +73 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/QuickTime_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/QuickTime_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/RIFF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/RIFF_2.out +25 -0
- data/bin/Image-ExifTool-9.99/t/RIFF_3.out +54 -0
- data/bin/Image-ExifTool-9.99/t/RIFF_4.out +18 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/RTF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/RTF_2.out +21 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Radiance.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Radiance_2.out +24 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Real.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Real_2.out +69 -0
- data/bin/Image-ExifTool-9.99/t/Real_3.out +19 -0
- data/bin/Image-ExifTool-9.99/t/Real_4.out +12 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Ricoh.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Ricoh_2.out +72 -0
- data/bin/Image-ExifTool-9.99/t/Ricoh_3.out +100 -0
- data/bin/Image-ExifTool-9.99/t/Ricoh_4.out +114 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Sanyo.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Sanyo_2.out +103 -0
- data/bin/Image-ExifTool-9.99/t/Sanyo_3.out +113 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Sigma.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Sigma_2.out +93 -0
- data/bin/Image-ExifTool-9.99/t/Sigma_3.out +96 -0
- data/bin/Image-ExifTool-9.99/t/Sigma_4.out +65 -0
- data/bin/Image-ExifTool-9.99/t/Sigma_5.out +194 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Sony.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Sony_2.out +86 -0
- data/bin/Image-ExifTool-9.99/t/Sony_3.out +87 -0
- data/bin/Image-ExifTool-9.99/t/Sony_5.out +34 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/TestLib.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Torrent.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Torrent_2.out +32 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Unknown.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Unknown_2.out +92 -0
- data/bin/Image-ExifTool-9.99/t/Unknown_3.out +92 -0
- data/bin/Image-ExifTool-9.99/t/VCard.t +31 -0
- data/bin/Image-ExifTool-9.99/t/VCard_2.out +54 -0
- data/bin/Image-ExifTool-9.99/t/VCard_3.out +88 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Vorbis.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Vorbis_2.out +29 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_10.out +246 -0
- data/bin/Image-ExifTool-9.99/t/Writer_11.out +39 -0
- data/bin/Image-ExifTool-9.99/t/Writer_13.out +165 -0
- data/bin/Image-ExifTool-9.99/t/Writer_14.out +69 -0
- data/bin/Image-ExifTool-9.99/t/Writer_15.out +175 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_16.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_17.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_18.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_19.out +36 -0
- data/bin/Image-ExifTool-9.99/t/Writer_2.out +172 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_22.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_24.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_25.out +40 -0
- data/bin/Image-ExifTool-9.99/t/Writer_26.out +34 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_27.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_28.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_29.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_30.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_31.out +99 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_32.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_33.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_34.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_35.out +188 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_36.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_37.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_38.out +63 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_39.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_4.out +87 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_40.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_41.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_42.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_43.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_44.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_45.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_46.out +105 -0
- data/bin/Image-ExifTool-9.99/t/Writer_47.out +57 -0
- data/bin/Image-ExifTool-9.99/t/Writer_48.out +31 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_50.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_51.out +405 -0
- data/bin/Image-ExifTool-9.99/t/Writer_52.out +23 -0
- data/bin/Image-ExifTool-9.99/t/Writer_53.out +35 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_54.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_55.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_56.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_6.out +186 -0
- data/bin/Image-ExifTool-9.99/t/Writer_7.out +151 -0
- data/bin/Image-ExifTool-9.99/t/Writer_9.out +242 -0
- data/bin/Image-ExifTool-9.99/t/XMP.t +557 -0
- data/bin/Image-ExifTool-9.99/t/XMP_10.out +37 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_11.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_12.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_13.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_14.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_15.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_16.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_17.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_18.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_19.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_2.out +140 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_20.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_21.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_22.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_23.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_24.out +32 -0
- data/bin/Image-ExifTool-9.99/t/XMP_25.out +28 -0
- data/bin/Image-ExifTool-9.99/t/XMP_26.out +51 -0
- data/bin/Image-ExifTool-9.99/t/XMP_27.out +95 -0
- data/bin/Image-ExifTool-9.99/t/XMP_28.out +46 -0
- data/bin/Image-ExifTool-9.99/t/XMP_29.out +26 -0
- data/bin/Image-ExifTool-9.99/t/XMP_3.out +138 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_30.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_31.out +20 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_32.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_34.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_36.out +19 -0
- data/bin/Image-ExifTool-9.99/t/XMP_37.out +36 -0
- data/bin/Image-ExifTool-9.99/t/XMP_39.out +45 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_40.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_41.out +181 -0
- data/bin/Image-ExifTool-9.99/t/XMP_42.out +8 -0
- data/bin/Image-ExifTool-9.99/t/XMP_43.out +6 -0
- data/bin/Image-ExifTool-9.99/t/XMP_44.out +35 -0
- data/bin/Image-ExifTool-9.99/t/XMP_5.out +30 -0
- data/bin/Image-ExifTool-9.99/t/XMP_6.out +89 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_7.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_8.out +19 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ZIP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_2.out +19 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_3.out +18 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_4.out +214 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_5.out +136 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_6.out +50 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_7.out +29 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/AFCP.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/AIFF.aif +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/APE.ape +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/APE.mpc +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ASF.wmv +0 -0
- data/bin/Image-ExifTool-9.99/t/images/Audible.aa +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/BMP.bmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/BigTIFF.btf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Canon.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Canon1DmkIII.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CanonRaw.cr2 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CanonRaw.crw +0 -0
- data/bin/Image-ExifTool-9.99/t/images/CanonVRD.dr4 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CanonVRD.vrd +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CaptureOne.eip +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Casio.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Casio2.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CasioQVCI.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DICOM.dcm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DNG.dng +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DPX.dpx +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DV.dv +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DjVu.djvu +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/EXE.elf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/EXE.exe +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/EXE.macho +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ExifTool.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ExifTool.tif +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ExtendedXMP.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FLAC.flac +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FLAC.ogg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FLIR.fpf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FLIR.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Flash.flv +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Flash.swf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FlashPix.ppt +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.afm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.dfont +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.pfa +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.pfb +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.pfm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.ttf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FotoStation.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FujiFilm.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FujiFilm.raf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GE.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GIF.gif +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GIMP.xcf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GPS.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GeoTiff.tif +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.gpx +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.igc +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.kml +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.log +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.xml +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag2.log +0 -0
- data/bin/Image-ExifTool-9.99/t/images/Geotag3.log +7 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/HTML.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/IPTC.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ITC.itc +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/InDesign.indd +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/JVC.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/JVC2.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Jpeg2000.j2c +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Jpeg2000.jp2 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Kodak.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/KyoceraRaw.raw +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/LNK.lnk +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Lytro.lfp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/M2TS.mts +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MIE.mie +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MIFF.miff +0 -0
- data/bin/Image-ExifTool-9.99/t/images/MOI.moi +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MP3.mp3 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MWG.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MXF.mxf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Matroska.mkv +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Minolta.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Minolta.mrw +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Nikon.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Nikon.nef +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/NikonD2Hs.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/NikonD70.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/OOXML.docx +0 -0
- data/bin/Image-ExifTool-9.99/t/images/Olympus.dss +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Olympus.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Olympus2.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/OlympusE1.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/OpenDoc.ods +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/OpenEXR.exr +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PDF.pdf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PDF2.pdf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PGF.pgf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PICT.pict +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PLIST-bin.plist +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PLIST-xml.plist +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PNG.png +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PPM.ppm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PSP.psp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Palm.mobi +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Panasonic.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Panasonic.rw2 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Pentax.avi +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Pentax.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PhotoCD.pcd +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PhotoMechanic.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Photoshop.psd +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PostScript.eps +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/QuickTime.m4a +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/QuickTime.mov +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/RIFF.avi +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/RIFF.wav +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/RIFF.webp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/RTF.rtf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Radiance.hdr +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Real.ra +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Real.ram +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Real.rm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Ricoh.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Ricoh2.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sanyo.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sigma.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sigma.x3f +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/SigmaDP2.x3f +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sony.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sony.pmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Torrent.torrent +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Unknown.jpg +0 -0
- data/bin/Image-ExifTool-9.99/t/images/VCard.ics +94 -0
- data/bin/Image-ExifTool-9.99/t/images/VCard.vcf +45 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Vorbis.ogg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Writer.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.inx +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.svg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.xml +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.xmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP2.xmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP3.xmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP4.xmp +0 -0
- data/bin/Image-ExifTool-9.99/t/images/XMP5.xmp +157 -0
- data/bin/Image-ExifTool-9.99/t/images/XMP6.xmp +48 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ZIP.gz +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ZIP.zip +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/iWork.numbers +0 -0
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +941 -904
- data/bin/Image-ExifTool-9.78/Changes +0 -6884
- data/bin/Image-ExifTool-9.78/MANIFEST +0 -900
- data/bin/Image-ExifTool-9.78/META.yml +0 -27
- data/bin/Image-ExifTool-9.78/README +0 -227
- data/bin/Image-ExifTool-9.78/arg_files/exif2xmp.args +0 -42
- data/bin/Image-ExifTool-9.78/arg_files/iptcCore.args +0 -172
- data/bin/Image-ExifTool-9.78/arg_files/xmp2exif.args +0 -43
- data/bin/Image-ExifTool-9.78/config_files/ExifTool_config +0 -341
- data/bin/Image-ExifTool-9.78/config_files/convert_regions.config +0 -81
- data/bin/Image-ExifTool-9.78/exiftool +0 -5969
- data/bin/Image-ExifTool-9.78/html/ExifTool.html +0 -2018
- data/bin/Image-ExifTool-9.78/html/Shift.html +0 -173
- data/bin/Image-ExifTool-9.78/html/TagNames/AIFF.html +0 -146
- data/bin/Image-ExifTool-9.78/html/TagNames/ASF.html +0 -1066
- data/bin/Image-ExifTool-9.78/html/TagNames/Apple.html +0 -69
- data/bin/Image-ExifTool-9.78/html/TagNames/BMP.html +0 -110
- data/bin/Image-ExifTool-9.78/html/TagNames/Canon.html +0 -8414
- data/bin/Image-ExifTool-9.78/html/TagNames/CanonCustom.html +0 -2081
- data/bin/Image-ExifTool-9.78/html/TagNames/CanonVRD.html +0 -1222
- data/bin/Image-ExifTool-9.78/html/TagNames/Casio.html +0 -1606
- data/bin/Image-ExifTool-9.78/html/TagNames/Composite.html +0 -696
- data/bin/Image-ExifTool-9.78/html/TagNames/DNG.html +0 -285
- data/bin/Image-ExifTool-9.78/html/TagNames/DPX.html +0 -190
- data/bin/Image-ExifTool-9.78/html/TagNames/DjVu.html +0 -313
- data/bin/Image-ExifTool-9.78/html/TagNames/EXE.html +0 -697
- data/bin/Image-ExifTool-9.78/html/TagNames/EXIF.html +0 -3365
- data/bin/Image-ExifTool-9.78/html/TagNames/Extra.html +0 -341
- data/bin/Image-ExifTool-9.78/html/TagNames/FLAC.html +0 -183
- data/bin/Image-ExifTool-9.78/html/TagNames/FLIR.html +0 -1340
- data/bin/Image-ExifTool-9.78/html/TagNames/Flash.html +0 -419
- data/bin/Image-ExifTool-9.78/html/TagNames/FlashPix.html +0 -1465
- data/bin/Image-ExifTool-9.78/html/TagNames/FujiFilm.html +0 -789
- data/bin/Image-ExifTool-9.78/html/TagNames/GeoTiff.html +0 -2184
- data/bin/Image-ExifTool-9.78/html/TagNames/H264.html +0 -393
- data/bin/Image-ExifTool-9.78/html/TagNames/ICC_Profile.html +0 -711
- data/bin/Image-ExifTool-9.78/html/TagNames/ID3.html +0 -1471
- data/bin/Image-ExifTool-9.78/html/TagNames/IPTC.html +0 -902
- data/bin/Image-ExifTool-9.78/html/TagNames/JPEG.html +0 -602
- data/bin/Image-ExifTool-9.78/html/TagNames/Jpeg2000.html +0 -464
- data/bin/Image-ExifTool-9.78/html/TagNames/Kodak.html +0 -1881
- data/bin/Image-ExifTool-9.78/html/TagNames/KyoceraRaw.html +0 -92
- data/bin/Image-ExifTool-9.78/html/TagNames/LNK.html +0 -478
- data/bin/Image-ExifTool-9.78/html/TagNames/Lytro.html +0 -122
- data/bin/Image-ExifTool-9.78/html/TagNames/M2TS.html +0 -133
- data/bin/Image-ExifTool-9.78/html/TagNames/MIE.html +0 -1026
- data/bin/Image-ExifTool-9.78/html/TagNames/MNG.html +0 -847
- data/bin/Image-ExifTool-9.78/html/TagNames/MPC.html +0 -97
- data/bin/Image-ExifTool-9.78/html/TagNames/MPEG.html +0 -249
- data/bin/Image-ExifTool-9.78/html/TagNames/MPF.html +0 -199
- data/bin/Image-ExifTool-9.78/html/TagNames/MWG.html +0 -567
- data/bin/Image-ExifTool-9.78/html/TagNames/MXF.html +0 -6673
- data/bin/Image-ExifTool-9.78/html/TagNames/Matroska.html +0 -1069
- data/bin/Image-ExifTool-9.78/html/TagNames/Microsoft.html +0 -2069
- data/bin/Image-ExifTool-9.78/html/TagNames/Minolta.html +0 -2585
- data/bin/Image-ExifTool-9.78/html/TagNames/MinoltaRaw.html +0 -326
- data/bin/Image-ExifTool-9.78/html/TagNames/Nikon.html +0 -4734
- data/bin/Image-ExifTool-9.78/html/TagNames/NikonCapture.html +0 -799
- data/bin/Image-ExifTool-9.78/html/TagNames/NikonCustom.html +0 -4794
- data/bin/Image-ExifTool-9.78/html/TagNames/OOXML.html +0 -280
- data/bin/Image-ExifTool-9.78/html/TagNames/Olympus.html +0 -3447
- data/bin/Image-ExifTool-9.78/html/TagNames/OpenEXR.html +0 -222
- data/bin/Image-ExifTool-9.78/html/TagNames/PDF.html +0 -745
- data/bin/Image-ExifTool-9.78/html/TagNames/PGF.html +0 -80
- data/bin/Image-ExifTool-9.78/html/TagNames/Palm.html +0 -388
- data/bin/Image-ExifTool-9.78/html/TagNames/Panasonic.html +0 -1686
- data/bin/Image-ExifTool-9.78/html/TagNames/PanasonicRaw.html +0 -451
- data/bin/Image-ExifTool-9.78/html/TagNames/Pentax.html +0 -4601
- data/bin/Image-ExifTool-9.78/html/TagNames/PhaseOne.html +0 -258
- data/bin/Image-ExifTool-9.78/html/TagNames/PhotoCD.html +0 -402
- data/bin/Image-ExifTool-9.78/html/TagNames/PhotoMechanic.html +0 -196
- data/bin/Image-ExifTool-9.78/html/TagNames/Photoshop.html +0 -570
- data/bin/Image-ExifTool-9.78/html/TagNames/Qualcomm.html +0 -4778
- data/bin/Image-ExifTool-9.78/html/TagNames/QuickTime.html +0 -5729
- data/bin/Image-ExifTool-9.78/html/TagNames/RIFF.html +0 -1314
- data/bin/Image-ExifTool-9.78/html/TagNames/Radiance.html +0 -87
- data/bin/Image-ExifTool-9.78/html/TagNames/Real.html +0 -780
- data/bin/Image-ExifTool-9.78/html/TagNames/Reconyx.html +0 -132
- data/bin/Image-ExifTool-9.78/html/TagNames/Ricoh.html +0 -794
- data/bin/Image-ExifTool-9.78/html/TagNames/Samsung.html +0 -603
- data/bin/Image-ExifTool-9.78/html/TagNames/Sanyo.html +0 -366
- data/bin/Image-ExifTool-9.78/html/TagNames/Shortcuts.html +0 -274
- data/bin/Image-ExifTool-9.78/html/TagNames/Sigma.html +0 -377
- data/bin/Image-ExifTool-9.78/html/TagNames/SigmaRaw.html +0 -438
- data/bin/Image-ExifTool-9.78/html/TagNames/Sony.html +0 -7481
- data/bin/Image-ExifTool-9.78/html/TagNames/SonyIDC.html +0 -267
- data/bin/Image-ExifTool-9.78/html/TagNames/XMP.html +0 -7971
- data/bin/Image-ExifTool-9.78/html/TagNames/ZIP.html +0 -205
- data/bin/Image-ExifTool-9.78/html/TagNames/index.html +0 -207
- data/bin/Image-ExifTool-9.78/html/ancient_history.html +0 -7356
- data/bin/Image-ExifTool-9.78/html/config.html +0 -354
- data/bin/Image-ExifTool-9.78/html/data_members.html +0 -277
- data/bin/Image-ExifTool-9.78/html/exiftool_pod.html +0 -2414
- data/bin/Image-ExifTool-9.78/html/faq.html +0 -1499
- data/bin/Image-ExifTool-9.78/html/filename.html +0 -331
- data/bin/Image-ExifTool-9.78/html/geotag.html +0 -652
- data/bin/Image-ExifTool-9.78/html/history.html +0 -431
- data/bin/Image-ExifTool-9.78/html/htmldump.html +0 -734
- data/bin/Image-ExifTool-9.78/html/index.html +0 -1298
- data/bin/Image-ExifTool-9.78/html/install.html +0 -251
- data/bin/Image-ExifTool-9.78/html/standards.html +0 -286
- data/bin/Image-ExifTool-9.78/html/under.html +0 -127
- data/bin/Image-ExifTool-9.78/lib/File/RandomAccess.pm +0 -378
- data/bin/Image-ExifTool-9.78/lib/File/RandomAccess.pod +0 -231
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool.pm +0 -7070
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool.pod +0 -2437
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/AES.pm +0 -501
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/AFCP.pm +0 -284
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/AIFF.pm +0 -286
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/APE.pm +0 -262
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/APP12.pm +0 -322
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ASF.pm +0 -884
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Apple.pm +0 -115
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/BMP.pm +0 -179
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/BZZ.pm +0 -472
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/BigTIFF.pm +0 -282
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/BuildTagLookup.pm +0 -2445
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Canon.pm +0 -8184
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/CanonCustom.pm +0 -2582
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/CanonRaw.pm +0 -908
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/CanonVRD.pm +0 -1519
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/CaptureOne.pm +0 -235
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Casio.pm +0 -2057
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Charset.pm +0 -396
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DICOM.pm +0 -3874
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DNG.pm +0 -835
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DPX.pm +0 -151
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DV.pm +0 -319
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DarwinCore.pm +0 -322
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DjVu.pm +0 -376
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/EXE.pm +0 -1228
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Exif.pm +0 -4652
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FLAC.pm +0 -296
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FLIR.pm +0 -1531
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Fixup.pm +0 -354
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Flash.pm +0 -755
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FlashPix.pm +0 -1929
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Font.pm +0 -643
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FotoStation.pm +0 -259
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FujiFilm.pm +0 -1162
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GE.pm +0 -81
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GIF.pm +0 -542
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GIMP.pm +0 -258
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GPS.pm +0 -546
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GeoTiff.pm +0 -2202
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Geotag.pm +0 -1201
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/H264.pm +0 -1112
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/HP.pm +0 -262
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/HTML.pm +0 -576
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/HtmlDump.pm +0 -895
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ICC_Profile.pm +0 -1000
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ID3.pm +0 -1532
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/IPTC.pm +0 -1264
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ITC.pm +0 -215
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Import.pm +0 -313
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/InDesign.pm +0 -277
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/JPEG.pm +0 -601
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/JPEGDigest.pm +0 -2511
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/JVC.pm +0 -130
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Jpeg2000.pm +0 -873
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Kodak.pm +0 -2080
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/KyoceraRaw.pm +0 -173
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/LNK.pm +0 -723
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/cs.pm +0 -1588
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/de.pm +0 -8683
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/en_ca.pm +0 -848
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/en_gb.pm +0 -863
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/es.pm +0 -4020
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/fi.pm +0 -2854
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/fr.pm +0 -4748
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/it.pm +0 -7920
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/ja.pm +0 -5827
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/ko.pm +0 -2331
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/nl.pm +0 -3222
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/pl.pm +0 -1168
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/ru.pm +0 -768
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/sv.pm +0 -638
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/tr.pm +0 -544
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/zh_cn.pm +0 -1330
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/zh_tw.pm +0 -801
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Leaf.pm +0 -515
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lytro.pm +0 -217
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/M2TS.pm +0 -725
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MIE.pm +0 -2561
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MIEUnits.pod +0 -377
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MIFF.pm +0 -279
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MNG.pm +0 -684
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MPC.pm +0 -156
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MPEG.pm +0 -736
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MPF.pm +0 -292
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MWG.pm +0 -748
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MXF.pm +0 -3032
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MakerNotes.pm +0 -1686
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Matroska.pm +0 -891
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Microsoft.pm +0 -884
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Minolta.pm +0 -2901
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MinoltaRaw.pm +0 -534
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Nikon.pm +0 -6578
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/NikonCapture.pm +0 -940
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/NikonCustom.pm +0 -5445
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Nintendo.pm +0 -128
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/OOXML.pm +0 -409
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Ogg.pm +0 -237
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Olympus.pm +0 -3696
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/OpenEXR.pm +0 -324
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PDF.pm +0 -2327
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PGF.pm +0 -143
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PICT.pm +0 -1260
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PLIST.pm +0 -453
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PNG.pm +0 -1190
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PPM.pm +0 -169
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PSP.pm +0 -305
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Palm.pm +0 -403
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Panasonic.pm +0 -2355
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PanasonicRaw.pm +0 -638
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Pentax.pm +0 -5877
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PhaseOne.pm +0 -557
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PhotoCD.pm +0 -507
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PhotoMechanic.pm +0 -256
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Photoshop.pm +0 -648
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PostScript.pm +0 -694
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PrintIM.pm +0 -125
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Qualcomm.pm +0 -1344
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/QuickTime.pm +0 -6305
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/README +0 -967
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/RIFF.pm +0 -1478
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/RSRC.pm +0 -241
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/RTF.pm +0 -383
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Radiance.pm +0 -144
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Rawzor.pm +0 -190
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Real.pm +0 -736
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Reconyx.pm +0 -190
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Ricoh.pm +0 -1114
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Samsung.pm +0 -1158
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Sanyo.pm +0 -439
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Scalado.pm +0 -141
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Shift.pl +0 -596
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Shortcuts.pm +0 -333
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Sigma.pm +0 -589
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/SigmaRaw.pm +0 -665
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Sony.pm +0 -8366
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/SonyIDC.pm +0 -330
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Stim.pm +0 -196
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/TagInfoXML.pm +0 -806
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/TagLookup.pm +0 -8745
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/TagNames.pod +0 -27987
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Theora.pm +0 -145
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Torrent.pm +0 -317
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Unknown.pm +0 -66
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Vorbis.pm +0 -237
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteCanonRaw.pl +0 -637
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteExif.pl +0 -3743
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteIPTC.pl +0 -702
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WritePDF.pl +0 -768
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WritePNG.pl +0 -390
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WritePhotoshop.pl +0 -266
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WritePostScript.pl +0 -777
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteQuickTime.pl +0 -358
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteXMP.pl +0 -1358
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Writer.pl +0 -5972
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/XMP.pm +0 -3840
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/XMP2.pl +0 -1305
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/XMPStruct.pl +0 -826
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ZIP.pm +0 -667
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/iWork.pm +0 -223
- data/bin/Image-ExifTool-9.78/perl-Image-ExifTool.spec +0 -110
- data/bin/Image-ExifTool-9.78/t/AFCP_2.out +0 -37
- data/bin/Image-ExifTool-9.78/t/AIFF_2.out +0 -32
- data/bin/Image-ExifTool-9.78/t/APE_2.out +0 -28
- data/bin/Image-ExifTool-9.78/t/APE_3.out +0 -57
- data/bin/Image-ExifTool-9.78/t/ASF_2.out +0 -54
- data/bin/Image-ExifTool-9.78/t/BMP_2.out +0 -21
- data/bin/Image-ExifTool-9.78/t/BigTIFF_2.out +0 -19
- data/bin/Image-ExifTool-9.78/t/CanonRaw_2.out +0 -166
- data/bin/Image-ExifTool-9.78/t/CanonRaw_4.out +0 -216
- data/bin/Image-ExifTool-9.78/t/CanonRaw_5.out +0 -208
- data/bin/Image-ExifTool-9.78/t/CanonRaw_6.out +0 -231
- data/bin/Image-ExifTool-9.78/t/CanonRaw_7.out +0 -247
- data/bin/Image-ExifTool-9.78/t/CanonVRD.t +0 -129
- data/bin/Image-ExifTool-9.78/t/CanonVRD_11.out +0 -118
- data/bin/Image-ExifTool-9.78/t/CanonVRD_12.out +0 -12
- data/bin/Image-ExifTool-9.78/t/CanonVRD_2.out +0 -116
- data/bin/Image-ExifTool-9.78/t/CanonVRD_3.out +0 -116
- data/bin/Image-ExifTool-9.78/t/CanonVRD_5.out +0 -3
- data/bin/Image-ExifTool-9.78/t/Canon_2.out +0 -353
- data/bin/Image-ExifTool-9.78/t/Casio_2.out +0 -70
- data/bin/Image-ExifTool-9.78/t/Casio_3.out +0 -100
- data/bin/Image-ExifTool-9.78/t/Casio_4.out +0 -26
- data/bin/Image-ExifTool-9.78/t/Casio_5.out +0 -78
- data/bin/Image-ExifTool-9.78/t/Casio_6.out +0 -115
- data/bin/Image-ExifTool-9.78/t/DICOM_2.out +0 -108
- data/bin/Image-ExifTool-9.78/t/DNG_2.out +0 -326
- data/bin/Image-ExifTool-9.78/t/DPX_2.out +0 -35
- data/bin/Image-ExifTool-9.78/t/DV_2.out +0 -24
- data/bin/Image-ExifTool-9.78/t/DjVu_2.out +0 -44
- data/bin/Image-ExifTool-9.78/t/EXE.t +0 -31
- data/bin/Image-ExifTool-9.78/t/EXE_2.out +0 -40
- data/bin/Image-ExifTool-9.78/t/EXE_3.out +0 -15
- data/bin/Image-ExifTool-9.78/t/EXE_4.out +0 -14
- data/bin/Image-ExifTool-9.78/t/ExifTool_16.out +0 -181
- data/bin/Image-ExifTool-9.78/t/ExifTool_17.out +0 -597
- data/bin/Image-ExifTool-9.78/t/ExifTool_2.out +0 -416
- data/bin/Image-ExifTool-9.78/t/ExifTool_28.out +0 -10
- data/bin/Image-ExifTool-9.78/t/ExifTool_3.out +0 -87
- data/bin/Image-ExifTool-9.78/t/ExifTool_6.out +0 -68
- data/bin/Image-ExifTool-9.78/t/FLAC_2.out +0 -25
- data/bin/Image-ExifTool-9.78/t/FLAC_3.out +0 -19
- data/bin/Image-ExifTool-9.78/t/FLIR_2.out +0 -110
- data/bin/Image-ExifTool-9.78/t/FLIR_3.out +0 -47
- data/bin/Image-ExifTool-9.78/t/FlashPix_2.out +0 -48
- data/bin/Image-ExifTool-9.78/t/Flash_2.out +0 -20
- data/bin/Image-ExifTool-9.78/t/Flash_3.out +0 -53
- data/bin/Image-ExifTool-9.78/t/Font_2.out +0 -23
- data/bin/Image-ExifTool-9.78/t/Font_3.out +0 -35
- data/bin/Image-ExifTool-9.78/t/Font_4.out +0 -26
- data/bin/Image-ExifTool-9.78/t/Font_5.out +0 -26
- data/bin/Image-ExifTool-9.78/t/Font_6.out +0 -36
- data/bin/Image-ExifTool-9.78/t/Font_7.out +0 -36
- data/bin/Image-ExifTool-9.78/t/FotoStation_2.out +0 -39
- data/bin/Image-ExifTool-9.78/t/FujiFilm_2.out +0 -87
- data/bin/Image-ExifTool-9.78/t/FujiFilm_3.out +0 -88
- data/bin/Image-ExifTool-9.78/t/FujiFilm_4.out +0 -137
- data/bin/Image-ExifTool-9.78/t/GE_2.out +0 -84
- data/bin/Image-ExifTool-9.78/t/GE_3.out +0 -84
- data/bin/Image-ExifTool-9.78/t/GIF_2.out +0 -40
- data/bin/Image-ExifTool-9.78/t/GIF_3.out +0 -41
- data/bin/Image-ExifTool-9.78/t/GIF_4.out +0 -16
- data/bin/Image-ExifTool-9.78/t/GIMP_2.out +0 -63
- data/bin/Image-ExifTool-9.78/t/GPS_2.out +0 -94
- data/bin/Image-ExifTool-9.78/t/GPS_3.out +0 -96
- data/bin/Image-ExifTool-9.78/t/GeoTiff_2.out +0 -36
- data/bin/Image-ExifTool-9.78/t/GeoTiff_3.out +0 -36
- data/bin/Image-ExifTool-9.78/t/Geotag.t +0 -181
- data/bin/Image-ExifTool-9.78/t/HTML_2.out +0 -68
- data/bin/Image-ExifTool-9.78/t/IPTC_2.out +0 -58
- data/bin/Image-ExifTool-9.78/t/IPTC_4.out +0 -56
- data/bin/Image-ExifTool-9.78/t/ITC_2.out +0 -19
- data/bin/Image-ExifTool-9.78/t/InDesign_2.out +0 -19
- data/bin/Image-ExifTool-9.78/t/InDesign_3.out +0 -21
- data/bin/Image-ExifTool-9.78/t/InDesign_4.out +0 -11
- data/bin/Image-ExifTool-9.78/t/Jpeg2000_2.out +0 -63
- data/bin/Image-ExifTool-9.78/t/Jpeg2000_3.out +0 -51
- data/bin/Image-ExifTool-9.78/t/Jpeg2000_4.out +0 -15
- data/bin/Image-ExifTool-9.78/t/Kodak_2.out +0 -109
- data/bin/Image-ExifTool-9.78/t/Kodak_3.out +0 -119
- data/bin/Image-ExifTool-9.78/t/KyoceraRaw_2.out +0 -27
- data/bin/Image-ExifTool-9.78/t/LNK_2.out +0 -45
- data/bin/Image-ExifTool-9.78/t/Lytro_2.out +0 -107
- data/bin/Image-ExifTool-9.78/t/M2TS_2.out +0 -27
- data/bin/Image-ExifTool-9.78/t/MIE_2.out +0 -67
- data/bin/Image-ExifTool-9.78/t/MIE_3.out +0 -134
- data/bin/Image-ExifTool-9.78/t/MIFF_2.out +0 -108
- data/bin/Image-ExifTool-9.78/t/MP3_2.out +0 -45
- data/bin/Image-ExifTool-9.78/t/MXF_2.out +0 -78
- data/bin/Image-ExifTool-9.78/t/Matroska_2.out +0 -64
- data/bin/Image-ExifTool-9.78/t/Minolta_2.out +0 -133
- data/bin/Image-ExifTool-9.78/t/Minolta_3.out +0 -146
- data/bin/Image-ExifTool-9.78/t/Minolta_4.out +0 -148
- data/bin/Image-ExifTool-9.78/t/Nikon_2.out +0 -82
- data/bin/Image-ExifTool-9.78/t/Nikon_3.out +0 -98
- data/bin/Image-ExifTool-9.78/t/Nikon_4.out +0 -174
- data/bin/Image-ExifTool-9.78/t/Nikon_5.out +0 -167
- data/bin/Image-ExifTool-9.78/t/Nikon_7.out +0 -259
- data/bin/Image-ExifTool-9.78/t/Olympus.t +0 -85
- data/bin/Image-ExifTool-9.78/t/Olympus_2.out +0 -79
- data/bin/Image-ExifTool-9.78/t/Olympus_3.out +0 -81
- data/bin/Image-ExifTool-9.78/t/Olympus_4.out +0 -192
- data/bin/Image-ExifTool-9.78/t/Olympus_5.out +0 -264
- data/bin/Image-ExifTool-9.78/t/Olympus_6.out +0 -151
- data/bin/Image-ExifTool-9.78/t/Olympus_7.out +0 -482
- data/bin/Image-ExifTool-9.78/t/OpenEXR_2.out +0 -23
- data/bin/Image-ExifTool-9.78/t/PDF_2.out +0 -117
- data/bin/Image-ExifTool-9.78/t/PGF_2.out +0 -32
- data/bin/Image-ExifTool-9.78/t/PICT_2.out +0 -15
- data/bin/Image-ExifTool-9.78/t/PLIST_2.out +0 -20
- data/bin/Image-ExifTool-9.78/t/PLIST_3.out +0 -20
- data/bin/Image-ExifTool-9.78/t/PNG_2.out +0 -22
- data/bin/Image-ExifTool-9.78/t/PNG_3.out +0 -121
- data/bin/Image-ExifTool-9.78/t/PNG_5.out +0 -17
- data/bin/Image-ExifTool-9.78/t/PPM_2.out +0 -15
- data/bin/Image-ExifTool-9.78/t/PPM_3.out +0 -9
- data/bin/Image-ExifTool-9.78/t/PSP_2.out +0 -32
- data/bin/Image-ExifTool-9.78/t/Palm_2.out +0 -31
- data/bin/Image-ExifTool-9.78/t/Panasonic_2.out +0 -99
- data/bin/Image-ExifTool-9.78/t/Panasonic_3.out +0 -119
- data/bin/Image-ExifTool-9.78/t/Panasonic_4.out +0 -204
- data/bin/Image-ExifTool-9.78/t/Panasonic_5.out +0 -242
- data/bin/Image-ExifTool-9.78/t/Pentax_2.out +0 -221
- data/bin/Image-ExifTool-9.78/t/Pentax_3.out +0 -263
- data/bin/Image-ExifTool-9.78/t/Pentax_4.out +0 -127
- data/bin/Image-ExifTool-9.78/t/PhotoCD_2.out +0 -35
- data/bin/Image-ExifTool-9.78/t/PhotoMechanic_2.out +0 -81
- data/bin/Image-ExifTool-9.78/t/Photoshop_2.out +0 -96
- data/bin/Image-ExifTool-9.78/t/Photoshop_3.out +0 -108
- data/bin/Image-ExifTool-9.78/t/PostScript_2.out +0 -64
- data/bin/Image-ExifTool-9.78/t/PostScript_3.out +0 -132
- data/bin/Image-ExifTool-9.78/t/QuickTime.t +0 -54
- data/bin/Image-ExifTool-9.78/t/QuickTime_2.out +0 -131
- data/bin/Image-ExifTool-9.78/t/QuickTime_3.out +0 -72
- data/bin/Image-ExifTool-9.78/t/RIFF_2.out +0 -24
- data/bin/Image-ExifTool-9.78/t/RIFF_3.out +0 -52
- data/bin/Image-ExifTool-9.78/t/RIFF_4.out +0 -16
- data/bin/Image-ExifTool-9.78/t/RTF_2.out +0 -20
- data/bin/Image-ExifTool-9.78/t/Radiance_2.out +0 -22
- data/bin/Image-ExifTool-9.78/t/Real_2.out +0 -68
- data/bin/Image-ExifTool-9.78/t/Real_3.out +0 -18
- data/bin/Image-ExifTool-9.78/t/Real_4.out +0 -11
- data/bin/Image-ExifTool-9.78/t/Ricoh_2.out +0 -70
- data/bin/Image-ExifTool-9.78/t/Ricoh_3.out +0 -98
- data/bin/Image-ExifTool-9.78/t/Ricoh_4.out +0 -112
- data/bin/Image-ExifTool-9.78/t/Sanyo_2.out +0 -101
- data/bin/Image-ExifTool-9.78/t/Sanyo_3.out +0 -111
- data/bin/Image-ExifTool-9.78/t/Sigma_2.out +0 -91
- data/bin/Image-ExifTool-9.78/t/Sigma_3.out +0 -94
- data/bin/Image-ExifTool-9.78/t/Sigma_4.out +0 -63
- data/bin/Image-ExifTool-9.78/t/Sigma_5.out +0 -192
- data/bin/Image-ExifTool-9.78/t/Sony_2.out +0 -84
- data/bin/Image-ExifTool-9.78/t/Sony_3.out +0 -85
- data/bin/Image-ExifTool-9.78/t/Sony_5.out +0 -32
- data/bin/Image-ExifTool-9.78/t/Torrent_2.out +0 -31
- data/bin/Image-ExifTool-9.78/t/Unknown_2.out +0 -90
- data/bin/Image-ExifTool-9.78/t/Unknown_3.out +0 -90
- data/bin/Image-ExifTool-9.78/t/Vorbis_2.out +0 -28
- data/bin/Image-ExifTool-9.78/t/Writer_10.out +0 -242
- data/bin/Image-ExifTool-9.78/t/Writer_11.out +0 -37
- data/bin/Image-ExifTool-9.78/t/Writer_13.out +0 -161
- data/bin/Image-ExifTool-9.78/t/Writer_14.out +0 -67
- data/bin/Image-ExifTool-9.78/t/Writer_15.out +0 -172
- data/bin/Image-ExifTool-9.78/t/Writer_19.out +0 -34
- data/bin/Image-ExifTool-9.78/t/Writer_2.out +0 -169
- data/bin/Image-ExifTool-9.78/t/Writer_25.out +0 -38
- data/bin/Image-ExifTool-9.78/t/Writer_26.out +0 -32
- data/bin/Image-ExifTool-9.78/t/Writer_31.out +0 -97
- data/bin/Image-ExifTool-9.78/t/Writer_35.out +0 -187
- data/bin/Image-ExifTool-9.78/t/Writer_38.out +0 -62
- data/bin/Image-ExifTool-9.78/t/Writer_4.out +0 -85
- data/bin/Image-ExifTool-9.78/t/Writer_46.out +0 -79
- data/bin/Image-ExifTool-9.78/t/Writer_47.out +0 -56
- data/bin/Image-ExifTool-9.78/t/Writer_48.out +0 -29
- data/bin/Image-ExifTool-9.78/t/Writer_51.out +0 -403
- data/bin/Image-ExifTool-9.78/t/Writer_52.out +0 -22
- data/bin/Image-ExifTool-9.78/t/Writer_53.out +0 -33
- data/bin/Image-ExifTool-9.78/t/Writer_6.out +0 -183
- data/bin/Image-ExifTool-9.78/t/Writer_7.out +0 -150
- data/bin/Image-ExifTool-9.78/t/Writer_9.out +0 -238
- data/bin/Image-ExifTool-9.78/t/XMP.t +0 -525
- data/bin/Image-ExifTool-9.78/t/XMP_10.out +0 -36
- data/bin/Image-ExifTool-9.78/t/XMP_2.out +0 -138
- data/bin/Image-ExifTool-9.78/t/XMP_24.out +0 -31
- data/bin/Image-ExifTool-9.78/t/XMP_25.out +0 -28
- data/bin/Image-ExifTool-9.78/t/XMP_26.out +0 -52
- data/bin/Image-ExifTool-9.78/t/XMP_27.out +0 -93
- data/bin/Image-ExifTool-9.78/t/XMP_28.out +0 -44
- data/bin/Image-ExifTool-9.78/t/XMP_29.out +0 -24
- data/bin/Image-ExifTool-9.78/t/XMP_3.out +0 -136
- data/bin/Image-ExifTool-9.78/t/XMP_31.out +0 -19
- data/bin/Image-ExifTool-9.78/t/XMP_36.out +0 -18
- data/bin/Image-ExifTool-9.78/t/XMP_37.out +0 -35
- data/bin/Image-ExifTool-9.78/t/XMP_39.out +0 -44
- data/bin/Image-ExifTool-9.78/t/XMP_41.out +0 -180
- data/bin/Image-ExifTool-9.78/t/XMP_5.out +0 -29
- data/bin/Image-ExifTool-9.78/t/XMP_6.out +0 -87
- data/bin/Image-ExifTool-9.78/t/XMP_8.out +0 -17
- data/bin/Image-ExifTool-9.78/t/ZIP_2.out +0 -18
- data/bin/Image-ExifTool-9.78/t/ZIP_3.out +0 -17
- data/bin/Image-ExifTool-9.78/t/ZIP_4.out +0 -213
- data/bin/Image-ExifTool-9.78/t/ZIP_5.out +0 -134
- data/bin/Image-ExifTool-9.78/t/ZIP_6.out +0 -49
- data/bin/Image-ExifTool-9.78/t/ZIP_7.out +0 -28
- data/bin/Image-ExifTool-9.78/t/images/XMP5.xmp +0 -158
@@ -0,0 +1,2494 @@
|
|
1
|
+
#------------------------------------------------------------------------------
|
2
|
+
# File: ExifTool.pod - Documentation for File::ExifTool
|
3
|
+
#
|
4
|
+
# Description: Read and write meta information
|
5
|
+
#
|
6
|
+
# URL: http://owl.phy.queensu.ca/~phil/exiftool/
|
7
|
+
#
|
8
|
+
# Legal: Copyright (c) 2003-2015, Phil Harvey (phil at owl.phy.queensu.ca)
|
9
|
+
# This library is free software; you can redistribute it and/or
|
10
|
+
# modify it under the same terms as Perl itself.
|
11
|
+
#------------------------------------------------------------------------------
|
12
|
+
|
13
|
+
=head1 NAME
|
14
|
+
|
15
|
+
Image::ExifTool - Read and write meta information
|
16
|
+
|
17
|
+
=head1 SYNOPSIS
|
18
|
+
|
19
|
+
use Image::ExifTool qw(:Public);
|
20
|
+
|
21
|
+
# ---- Simple procedural usage ----
|
22
|
+
|
23
|
+
# Get hash of meta information tag names/values from an image
|
24
|
+
$info = ImageInfo('a.jpg');
|
25
|
+
|
26
|
+
# ---- Object-oriented usage ----
|
27
|
+
|
28
|
+
# Create a new Image::ExifTool object
|
29
|
+
$exifTool = new Image::ExifTool;
|
30
|
+
|
31
|
+
# Extract meta information from an image
|
32
|
+
$exifTool->ExtractInfo($file, \%options);
|
33
|
+
|
34
|
+
# Get list of tags in the order they were found in the file
|
35
|
+
@tagList = $exifTool->GetFoundTags('File');
|
36
|
+
|
37
|
+
# Get the value of a specified tag
|
38
|
+
$value = $exifTool->GetValue($tag, $type);
|
39
|
+
|
40
|
+
# Get a tag description
|
41
|
+
$description = $exifTool->GetDescription($tag);
|
42
|
+
|
43
|
+
# Get the group name associated with this tag
|
44
|
+
$group = $exifTool->GetGroup($tag, $family);
|
45
|
+
|
46
|
+
# Set a new value for a tag
|
47
|
+
$exifTool->SetNewValue($tag, $newValue);
|
48
|
+
|
49
|
+
# Write new meta information to a file
|
50
|
+
$success = $exifTool->WriteInfo($srcfile, $dstfile);
|
51
|
+
|
52
|
+
# ...plus a host of other useful methods...
|
53
|
+
|
54
|
+
=head1 DESCRIPTION
|
55
|
+
|
56
|
+
Reads and writes meta information in a wide variety of files, including the
|
57
|
+
maker notes of many digital cameras by various manufacturers such as Canon,
|
58
|
+
Casio, FLIR, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf,
|
59
|
+
Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica,
|
60
|
+
Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and
|
61
|
+
Sony.
|
62
|
+
|
63
|
+
Below is a list of file types and meta information formats currently
|
64
|
+
supported by ExifTool (r = read, w = write, c = create):
|
65
|
+
|
66
|
+
File Types
|
67
|
+
------------+-------------+-------------+-------------+------------
|
68
|
+
3FR r | DVB r/w | KEY r | ORF r/w | RWL r/w
|
69
|
+
3G2 r/w | DYLIB r | LA r | OTF r | RWZ r
|
70
|
+
3GP r/w | EIP r | LFP r | PAC r | RM r
|
71
|
+
AA r | EPS r/w | LNK r | PAGES r | SEQ r
|
72
|
+
AAX r/w | EPUB r | M2TS r | PBM r/w | SO r
|
73
|
+
ACR r | ERF r/w | M4A/V r/w | PCD r | SR2 r/w
|
74
|
+
AFM r | EXE r | MEF r/w | PDB r | SRF r
|
75
|
+
AI r/w | EXIF r/w/c | MIE r/w/c | PDF r/w | SRW r/w
|
76
|
+
AIFF r | EXR r | MIFF r | PEF r/w | SVG r
|
77
|
+
APE r | EXV r/w/c | MKA r | PFA r | SWF r
|
78
|
+
ARW r/w | F4A/V r/w | MKS r | PFB r | THM r/w
|
79
|
+
ASF r | FFF r/w | MKV r | PFM r | TIFF r/w
|
80
|
+
AVI r | FLA r | MNG r/w | PGF r | TORRENT r
|
81
|
+
AZW r | FLAC r | MOBI r | PGM r/w | TTC r
|
82
|
+
BMP r | FLV r | MODD r | PLIST r | TTF r
|
83
|
+
BTF r | FPF r | MOI r | PICT r | VCF r
|
84
|
+
CHM r | FPX r | MOS r/w | PMP r | VRD r/w/c
|
85
|
+
COS r | GIF r/w | MOV r/w | PNG r/w | VSD r
|
86
|
+
CR2 r/w | GZ r | MP3 r | PPM r/w | WAV r
|
87
|
+
CRW r/w | HDP r/w | MP4 r/w | PPT r | WDP r/w
|
88
|
+
CS1 r/w | HDR r | MPC r | PPTX r | WEBP r
|
89
|
+
DCM r | HTML r | MPG r | PS r/w | WEBM r
|
90
|
+
DCP r/w | ICC r/w/c | MPO r/w | PSB r/w | WMA r
|
91
|
+
DCR r | ICS r | MQV r/w | PSD r/w | WMV r
|
92
|
+
DFONT r | IDML r | MRW r/w | PSP r | WV r
|
93
|
+
DIVX r | IIQ r/w | MXF r | QTIF r/w | X3F r/w
|
94
|
+
DJVU r | IND r/w | NEF r/w | RA r | XCF r
|
95
|
+
DLL r | INX r | NRW r/w | RAF r/w | XLS r
|
96
|
+
DNG r/w | ITC r | NUMBERS r | RAM r | XLSX r
|
97
|
+
DOC r | J2C r | ODP r | RAR r | XMP r/w/c
|
98
|
+
DOCX r | JNG r/w | ODS r | RAW r/w | ZIP r
|
99
|
+
DPX r | JP2 r/w | ODT r | RIFF r |
|
100
|
+
DR4 r/w/c | JPEG r/w | OFR r | RSRC r |
|
101
|
+
DSS r | K25 r | OGG r | RTF r |
|
102
|
+
DV r | KDC r | OGV r | RW2 r/w |
|
103
|
+
|
104
|
+
Meta Information
|
105
|
+
----------------------+----------------------+---------------------
|
106
|
+
EXIF r/w/c | CIFF r/w | Ricoh RMETA r
|
107
|
+
GPS r/w/c | AFCP r/w | Picture Info r
|
108
|
+
IPTC r/w/c | Kodak Meta r/w | Adobe APP14 r
|
109
|
+
XMP r/w/c | FotoStation r/w | MPF r
|
110
|
+
MakerNotes r/w/c | PhotoMechanic r/w | Stim r
|
111
|
+
Photoshop IRB r/w/c | JPEG 2000 r | DPX r
|
112
|
+
ICC Profile r/w/c | DICOM r | APE r
|
113
|
+
MIE r/w/c | Flash r | Vorbis r
|
114
|
+
JFIF r/w/c | FlashPix r | SPIFF r
|
115
|
+
Ducky APP12 r/w/c | QuickTime r | DjVu r
|
116
|
+
PDF r/w/c | Matroska r | M2TS r
|
117
|
+
PNG r/w/c | MXF r | PE/COFF r
|
118
|
+
Canon VRD r/w/c | PrintIM r | AVCHD r
|
119
|
+
Nikon Capture r/w/c | FLAC r | ZIP r
|
120
|
+
GeoTIFF r/w/c | ID3 r | (and more)
|
121
|
+
|
122
|
+
=head1 CONFIGURATION
|
123
|
+
|
124
|
+
User-defined tags can be added via the ExifTool configuration file, or by
|
125
|
+
defining the %Image::ExifTool::UserDefined hash before calling any ExifTool
|
126
|
+
methods. See "ExifTool_config" in the ExifTool distribution for more
|
127
|
+
details.
|
128
|
+
|
129
|
+
By default ExifTool looks for a configuration file named ".ExifTool_config"
|
130
|
+
first in your home directory, then in the directory of the application
|
131
|
+
script, but a different directory may be specified by setting the
|
132
|
+
EXIFTOOL_HOME environment variable, or a different file may be specified by
|
133
|
+
setting the ExifTool C<configFile> variable before using Image::ExifTool.
|
134
|
+
For example:
|
135
|
+
|
136
|
+
BEGIN { $Image::ExifTool::configFile = '/Users/phil/myconfig.cfg' }
|
137
|
+
use Image::ExifTool;
|
138
|
+
|
139
|
+
The configuration feature may also be disabled by setting C<configFile> to
|
140
|
+
an empty string:
|
141
|
+
|
142
|
+
BEGIN { $Image::ExifTool::configFile = '' }
|
143
|
+
use Image::ExifTool;
|
144
|
+
|
145
|
+
=head1 EXPORTS
|
146
|
+
|
147
|
+
Exports nothing by default, but L</ImageInfo> and all static methods may be
|
148
|
+
exported with the C<:Public> export list.
|
149
|
+
|
150
|
+
=head1 METHODS
|
151
|
+
|
152
|
+
All ExifTool features are accessed through the methods of the public
|
153
|
+
interface listed below. Other Image::ExifTool methods and modules should
|
154
|
+
not be accessed directly because their interface may change with future
|
155
|
+
versions.
|
156
|
+
|
157
|
+
None of these methods should ever die or issue warnings to STDERR if called
|
158
|
+
with the proper arguments (with the exception of L</SetNewValue> which may
|
159
|
+
send an error message to STDERR, but only when called in scalar context).
|
160
|
+
Error and warning messages that occur during processing are stored in the
|
161
|
+
values of the Error and Warning tags, and are accessible via the
|
162
|
+
L</GetValue> method to retrieve a single Error or Warning message, or
|
163
|
+
L</GetInfo> to retrieve any number of them.
|
164
|
+
|
165
|
+
The ExifTool methods are not thread safe.
|
166
|
+
|
167
|
+
=head2 new
|
168
|
+
|
169
|
+
Creates a new ExifTool object.
|
170
|
+
|
171
|
+
$exifTool = new Image::ExifTool;
|
172
|
+
|
173
|
+
Note that ExifTool uses AUTOLOAD to load non-member methods, so any class
|
174
|
+
using Image::ExifTool as a base class must define an AUTOLOAD which calls
|
175
|
+
Image::ExifTool::DoAutoLoad(). eg)
|
176
|
+
|
177
|
+
sub AUTOLOAD
|
178
|
+
{
|
179
|
+
Image::ExifTool::DoAutoLoad($AUTOLOAD, @_);
|
180
|
+
}
|
181
|
+
|
182
|
+
=head2 ImageInfo
|
183
|
+
|
184
|
+
Read image file and return meta information. This is the one step function
|
185
|
+
for retrieving meta information from an image. Internally, L</ImageInfo>
|
186
|
+
calls L</ExtractInfo> to extract the information, L</GetInfo> to generate
|
187
|
+
the information hash, and L</GetTagList> for the returned tag list.
|
188
|
+
|
189
|
+
# return meta information for 2 tags only (procedural)
|
190
|
+
$info = ImageInfo($filename, $tag1, $tag2);
|
191
|
+
|
192
|
+
# return information about an open image file (object-oriented)
|
193
|
+
$info = $exifTool->ImageInfo(\*FILE);
|
194
|
+
|
195
|
+
# return information from image data in memory for specified tags
|
196
|
+
%options = (PrintConv => 0);
|
197
|
+
@tagList = qw(filename imagesize xmp:creator exif:* -ifd1:*);
|
198
|
+
$info = ImageInfo(\$imageData, \@tagList, \%options);
|
199
|
+
|
200
|
+
# extract information from an embedded thumbnail image
|
201
|
+
$info = ImageInfo('image.jpg', 'thumbnailimage');
|
202
|
+
$thumbInfo = ImageInfo($$info{ThumbnailImage});
|
203
|
+
|
204
|
+
=over 4
|
205
|
+
|
206
|
+
=item Inputs:
|
207
|
+
|
208
|
+
L</ImageInfo> is very flexible about the input arguments, and interprets
|
209
|
+
them based on their type. It may be called with one or more arguments.
|
210
|
+
The one required argument is either a SCALAR (the image file name), a file
|
211
|
+
reference (a reference to the image file) or a SCALAR reference (a
|
212
|
+
reference to the image in memory). Other arguments are optional. The
|
213
|
+
order of the arguments is not significant, except that the first SCALAR is
|
214
|
+
taken to be the file name unless a file reference or scalar reference comes
|
215
|
+
earlier in the argument list.
|
216
|
+
|
217
|
+
Below is an explanation of how the L</ImageInfo> function arguments are
|
218
|
+
interpreted:
|
219
|
+
|
220
|
+
=over 4
|
221
|
+
|
222
|
+
=item ExifTool ref
|
223
|
+
|
224
|
+
L</ImageInfo> may be called with an ExifTool object if desired. Advantages
|
225
|
+
of using the object-oriented form are that options may be set before calling
|
226
|
+
L</ImageInfo>, and the object may be used afterward to access member
|
227
|
+
functions. Must be the first argument if used.
|
228
|
+
|
229
|
+
=item SCALAR
|
230
|
+
|
231
|
+
The first scalar argument is taken to be the file name unless an earlier
|
232
|
+
argument specified the image data via a file reference (file ref) or data
|
233
|
+
reference (SCALAR ref). The remaining scalar arguments are names of tags
|
234
|
+
for requested information. All tags are returned if no tags are specified.
|
235
|
+
|
236
|
+
Tag names are case-insensitive and may be prefixed by optional group names
|
237
|
+
separated by colons. A group name may begin with a family number (eg.
|
238
|
+
'1IPTC:Keywords'), to restrict matches to a specific family. In the tag
|
239
|
+
name, a '?' matches any single character and a '*' matches zero or more
|
240
|
+
characters. Thus 'GROUP:*' represents all tags in a specific group.
|
241
|
+
Wildcards may not be used in group names, with the exception that a group
|
242
|
+
name of '*' may be used to extract all available instances of a tag
|
243
|
+
regardless of the L</Duplicates> setting (eg. '*:WhiteBalance'). Multiple
|
244
|
+
groups may be specified (eg. 'EXIF:Time:*' extracts all EXIF Time tags). And
|
245
|
+
finally, a leading '-' indicates a tag to be excluded (eg. '-IFD1:*'), or a
|
246
|
+
trailing '#' causes the ValueConv value to be returned for this tag.
|
247
|
+
|
248
|
+
Note that keys in the returned information hash and elements of the returned
|
249
|
+
tag list are not necessarily the same as these tag names because group names
|
250
|
+
are removed, the case may be changed, and an instance number may be added.
|
251
|
+
For this reason it is best to use either the keys of the returned hash or
|
252
|
+
the elements of the returned tag list when accessing the tag values.
|
253
|
+
|
254
|
+
See L<Image::ExifTool::TagNames|Image::ExifTool::TagNames> for a complete
|
255
|
+
list of ExifTool tag names.
|
256
|
+
|
257
|
+
=item File ref
|
258
|
+
|
259
|
+
A reference to an open image file. If you use this method (or a SCALAR
|
260
|
+
reference) to access information in an image, the FileName and Directory
|
261
|
+
tags will not be returned. (Also, a number of the File System tags will not
|
262
|
+
be returned unless it is a plain file.) Image processing begins at the
|
263
|
+
current file position, and on return the file position is unspecified. May
|
264
|
+
be either a standard filehandle, or a reference to a
|
265
|
+
L<File::RandomAccess|File::RandomAccess> object. Note that the file remains
|
266
|
+
open and must be closed by the caller after L</ImageInfo> returns.
|
267
|
+
|
268
|
+
[Advanced: To allow a non-rewindable stream (eg. a network socket) to be
|
269
|
+
re-read after processing with ExifTool, first wrap the file reference in a
|
270
|
+
L<File::RandomAccess|File::RandomAccess> object, then pass this object to
|
271
|
+
L</ImageInfo>. The L<File::RandomAccess|File::RandomAccess> object will
|
272
|
+
buffer the file if necessary, and may be used to re-read the file after
|
273
|
+
L</ImageInfo> returns.]
|
274
|
+
|
275
|
+
=item SCALAR ref
|
276
|
+
|
277
|
+
A reference to image data in memory.
|
278
|
+
|
279
|
+
=item ARRAY ref
|
280
|
+
|
281
|
+
Reference to a list of tag names. On entry, any elements in the list are
|
282
|
+
added to the list of requested tags. Tags with names beginning with '-' are
|
283
|
+
excluded. On return, this list is updated to contain an ordered list of tag
|
284
|
+
keys for the returned information.
|
285
|
+
|
286
|
+
There will be 1:1 correspondence between the requested tags and the returned
|
287
|
+
tag keys only if the L</Duplicates> option is 0 and L</Sort> is 'Input'.
|
288
|
+
(With L</Duplicates> enabled, there may be more entries in the returned list
|
289
|
+
of tag keys, and with other L</Sort> settings the entries may not be in the
|
290
|
+
same order as requested.) If a requested tag doesn't exist, a tag key is
|
291
|
+
still generated, but the tag value is undefined.
|
292
|
+
|
293
|
+
=item HASH ref
|
294
|
+
|
295
|
+
Reference to a hash containing the options settings. See L</Options>
|
296
|
+
documentation below for a list of available options. Options specified
|
297
|
+
as arguments to L</ImageInfo> take precedence over L</Options> settings.
|
298
|
+
|
299
|
+
=back
|
300
|
+
|
301
|
+
=item Return Values:
|
302
|
+
|
303
|
+
L</ImageInfo> returns a reference to a hash of tag key/value pairs. The tag
|
304
|
+
keys are identifiers, which are similar to the tag names but may have an
|
305
|
+
appended instance number if multiple tags with the same name were extracted
|
306
|
+
from the image. Many of the ExifTool functions require a tag key as an
|
307
|
+
argument. Use L</GetTagName [static]> to get the tag name for a given tag
|
308
|
+
key. Note that the case of the tag names may not be the same as requested.
|
309
|
+
Here is a simple example to print out the information returned by
|
310
|
+
L</ImageInfo>:
|
311
|
+
|
312
|
+
foreach (sort keys %$info) {
|
313
|
+
print "$_ => $$info{$_}\n";
|
314
|
+
}
|
315
|
+
|
316
|
+
Values of the returned hash are usually simple scalars, but a scalar
|
317
|
+
reference is used to indicate binary data and an array reference may be used
|
318
|
+
to indicate a list. Also, a hash reference may be returned if the L</Struct>
|
319
|
+
option is used. Lists of values are joined by commas into a single
|
320
|
+
string only if the PrintConv option is enabled and the List option is
|
321
|
+
disabled (which are the defaults). Note that binary values are not
|
322
|
+
necessarily extracted unless specifically requested, or the Binary option is
|
323
|
+
enabled and the tag is not specifically excluded. If not extracted the
|
324
|
+
value is a reference to a string of the form "Binary data ##### bytes".
|
325
|
+
|
326
|
+
The code below gives an example of how to handle these return values, as
|
327
|
+
well as illustrating the use of other ExifTool functions:
|
328
|
+
|
329
|
+
use Image::ExifTool;
|
330
|
+
my $exifTool = new Image::ExifTool;
|
331
|
+
$exifTool->Options(Unknown => 1);
|
332
|
+
my $info = $exifTool->ImageInfo('a.jpg');
|
333
|
+
my $group = '';
|
334
|
+
my $tag;
|
335
|
+
foreach $tag ($exifTool->GetFoundTags('Group0')) {
|
336
|
+
if ($group ne $exifTool->GetGroup($tag)) {
|
337
|
+
$group = $exifTool->GetGroup($tag);
|
338
|
+
print "---- $group ----\n";
|
339
|
+
}
|
340
|
+
my $val = $info->{$tag};
|
341
|
+
if (ref $val eq 'SCALAR') {
|
342
|
+
if ($$val =~ /^Binary data/) {
|
343
|
+
$val = "($$val)";
|
344
|
+
} else {
|
345
|
+
my $len = length($$val);
|
346
|
+
$val = "(Binary data $len bytes)";
|
347
|
+
}
|
348
|
+
}
|
349
|
+
printf("%-32s : %s\n", $exifTool->GetDescription($tag), $val);
|
350
|
+
}
|
351
|
+
|
352
|
+
=item Notes:
|
353
|
+
|
354
|
+
ExifTool returns all values as byte strings of encoded characters. Perl
|
355
|
+
wide characters are not used. See L</CHARACTER ENCODINGS> for details about
|
356
|
+
the encodings. By default, most returned values are encoded in UTF-8. For
|
357
|
+
these, Encode::decode_utf8() may be used to convert to a sequence of logical
|
358
|
+
Perl characters.
|
359
|
+
|
360
|
+
As well as tags representing information extracted from the image, the
|
361
|
+
following L<Extra tags|Image::ExifTool::TagNames/Extra Tags> generated by
|
362
|
+
ExifTool may be returned:
|
363
|
+
|
364
|
+
ExifToolVersion - The ExifTool version number.
|
365
|
+
|
366
|
+
Error - An error message if the image could not be processed.
|
367
|
+
|
368
|
+
Warning - A warning message if problems were encountered while
|
369
|
+
processing the image.
|
370
|
+
|
371
|
+
=back
|
372
|
+
|
373
|
+
=head2 Options
|
374
|
+
|
375
|
+
Get/set ExifTool options. This function can be called to set the default
|
376
|
+
options for an ExifTool object. Options set this way are in effect for
|
377
|
+
all function calls but may be overridden by options passed as arguments
|
378
|
+
to some functions. Option names are not case sensitive.
|
379
|
+
|
380
|
+
The default option values may be changed by defining a
|
381
|
+
%Image::ExifTool::UserDefined::Options hash. See the ExifTool_config file
|
382
|
+
in the full ExifTool distribution for examples.
|
383
|
+
|
384
|
+
# exclude the 'OwnerName' tag from returned information
|
385
|
+
$exifTool->Options(Exclude => 'OwnerName');
|
386
|
+
|
387
|
+
# only get information in EXIF or MakerNotes groups
|
388
|
+
$exifTool->Options(Group0 => ['EXIF', 'MakerNotes']);
|
389
|
+
|
390
|
+
# ignore information from IFD1
|
391
|
+
$exifTool->Options(Group1 => '-IFD1');
|
392
|
+
|
393
|
+
# sort by groups in family 2, and extract unknown tags
|
394
|
+
$exifTool->Options(Sort => 'Group2', Unknown => 1);
|
395
|
+
|
396
|
+
# reset DateFormat option
|
397
|
+
$exifTool->Options(DateFormat => undef);
|
398
|
+
|
399
|
+
# do not extract duplicate tag names
|
400
|
+
$oldSetting = $exifTool->Options(Duplicates => 0);
|
401
|
+
|
402
|
+
# get current Verbose setting
|
403
|
+
$isVerbose = $exifTool->Options('Verbose');
|
404
|
+
|
405
|
+
# set a user parameter
|
406
|
+
$exifTool->Options(UserParam => 'MyParam=some value');
|
407
|
+
|
408
|
+
=over 4
|
409
|
+
|
410
|
+
=item Inputs:
|
411
|
+
|
412
|
+
0) ExifTool object reference
|
413
|
+
|
414
|
+
1) Option parameter name (case-insensitive)
|
415
|
+
|
416
|
+
2) [optional] Option parameter value (may be undef to clear option)
|
417
|
+
|
418
|
+
3-N) [optional] Additional parameter/value pairs
|
419
|
+
|
420
|
+
=item Option Parameters:
|
421
|
+
|
422
|
+
=over 4
|
423
|
+
|
424
|
+
=item Binary
|
425
|
+
|
426
|
+
Flag to extract the value data for all binary tags. Tag values representing
|
427
|
+
large binary data blocks (eg. ThumbnailImage) are not necessarily extracted
|
428
|
+
unless this option is set or the tag is specifically requested by name.
|
429
|
+
Default is undef.
|
430
|
+
|
431
|
+
=item ByteOrder
|
432
|
+
|
433
|
+
The byte order for newly created EXIF segments when writing. Note that if
|
434
|
+
EXIF information already exists, the existing order is maintained. Valid
|
435
|
+
values are 'MM', 'II' and undef. If ByteOrder is not defined (the default),
|
436
|
+
then the maker note byte order is used (if they are being copied), otherwise
|
437
|
+
big-endian ('MM') order is assumed. This can also be set via the
|
438
|
+
L<ExifByteOrder tag|Image::ExifTool::TagNames/Extra Tags>, but the ByteOrder
|
439
|
+
option takes precedence if both are set.
|
440
|
+
|
441
|
+
=item Charset
|
442
|
+
|
443
|
+
Character set for encoding character tag values passed to/from ExifTool with
|
444
|
+
code points above U+007F. Default is 'UTF8'. Valid values are listed
|
445
|
+
below, case is not significant:
|
446
|
+
|
447
|
+
Value Alias(es) Description
|
448
|
+
----------- --------------- ----------------------------------
|
449
|
+
UTF8 cp65001, UTF-8 UTF-8 characters
|
450
|
+
Latin cp1252, Latin1 Windows Latin1 (West European)
|
451
|
+
Latin2 cp1250 Windows Latin2 (Central European)
|
452
|
+
Cyrillic cp1251, Russian Windows Cyrillic
|
453
|
+
Greek cp1253 Windows Greek
|
454
|
+
Turkish cp1254 Windows Turkish
|
455
|
+
Hebrew cp1255 Windows Hebrew
|
456
|
+
Arabic cp1256 Windows Arabic
|
457
|
+
Baltic cp1257 Windows Baltic
|
458
|
+
Vietnam cp1258 Windows Vietnamese
|
459
|
+
Thai cp874 Windows Thai
|
460
|
+
MacRoman cp10000, Roman Macintosh Roman
|
461
|
+
MacLatin2 cp10029 Macintosh Latin2 (Central Europe)
|
462
|
+
MacCyrillic cp10007 Macintosh Cyrillic
|
463
|
+
MacGreek cp10006 Macintosh Greek
|
464
|
+
MacTurkish cp10081 Macintosh Turkish
|
465
|
+
MacRomanian cp10010 Macintosh Romanian
|
466
|
+
MacIceland cp10079 Macintosh Icelandic
|
467
|
+
MacCroatian cp10082 Macintosh Croatian
|
468
|
+
|
469
|
+
Note that this option affects some types of information when reading/writing
|
470
|
+
the file and other types when getting/setting tag values, so it must be
|
471
|
+
defined for both types of access. See the L</CHARACTER ENCODINGS> section
|
472
|
+
for more information about the handling of special characters.
|
473
|
+
|
474
|
+
=item CharsetEXIF
|
475
|
+
|
476
|
+
Internal encoding to use for stored EXIF "ASCII" string values. May also be
|
477
|
+
set to undef to pass through EXIF "ASCII" values without recoding. Set to
|
478
|
+
"UTF8" to conform with the MWG recommendation. Default is undef.
|
479
|
+
|
480
|
+
=item CharsetFileName
|
481
|
+
|
482
|
+
External character set used for file names passed to ExifTool functions.
|
483
|
+
When set in Windows, this triggers use of Windows wide-character i/o library
|
484
|
+
routines (requires Win32API::File). Default is undef.
|
485
|
+
|
486
|
+
=item CharsetID3
|
487
|
+
|
488
|
+
Internal encoding to assume for ID3v1 strings. By the specification ID3v1
|
489
|
+
strings should be encoded in ISO 8859-1 (essentially Latin), but some
|
490
|
+
applications may use local encoding instead. Default is 'Latin'.
|
491
|
+
|
492
|
+
=item CharsetIPTC
|
493
|
+
|
494
|
+
Fallback internal IPTC character set to assume if IPTC information contains
|
495
|
+
no CodedCharacterSet tag. Possible values are the same as the L</Charset>
|
496
|
+
option. Default is 'Latin'.
|
497
|
+
|
498
|
+
Note that this option affects some types of information when reading/writing
|
499
|
+
the file and other types when getting/setting tag values, so it must be
|
500
|
+
defined for both types of access.
|
501
|
+
|
502
|
+
=item CharsetPhotoshop
|
503
|
+
|
504
|
+
Internal encoding to assume for Photoshop IRB resource names. Default is
|
505
|
+
'Latin'.
|
506
|
+
|
507
|
+
=item CharsetQuickTime
|
508
|
+
|
509
|
+
Internal encoding to assume for QuickTime strings stored with an unspecified
|
510
|
+
encoding. Default is 'MacRoman'.
|
511
|
+
|
512
|
+
=item Compact
|
513
|
+
|
514
|
+
Flag to write compact output. Default is undef. The XMP specification
|
515
|
+
suggests that the data be padded with blanks to allow in-place editing.
|
516
|
+
With this flag set the 2kB of padding is not written. Note that this only
|
517
|
+
effects embedded XMP since padding is never written for stand-alone XMP
|
518
|
+
files.
|
519
|
+
|
520
|
+
=item Composite
|
521
|
+
|
522
|
+
Flag to generate Composite tags when extracting information. Default is 1.
|
523
|
+
|
524
|
+
=item Compress
|
525
|
+
|
526
|
+
Flag to write new values in compressed format if possible. Has no effect
|
527
|
+
unless Compress::Zlib is installed. Default is undef.
|
528
|
+
|
529
|
+
=item CoordFormat
|
530
|
+
|
531
|
+
Format for printing GPS coordinates. This is a printf format string with
|
532
|
+
specifiers for degrees, minutes and seconds in that order, however minutes
|
533
|
+
and seconds may be omitted. If the hemisphere is known, a reference
|
534
|
+
direction (N, S, E or W) is appended to each printed coordinate, but adding
|
535
|
+
a C<+> to the first format specifier (eg. C<%+.6f>) prints a signed
|
536
|
+
coordinate instead. For example, the following table gives the output for
|
537
|
+
the same coordinate using various formats:
|
538
|
+
|
539
|
+
CoordFormat Example Output
|
540
|
+
------------------- ------------------
|
541
|
+
q{%d deg %d' %.2f"} 54 deg 59' 22.80" (default for reading)
|
542
|
+
q{%d %d %.8f} 54 59 22.80000000 (default for copying)
|
543
|
+
q{%d deg %.4f min} 54 deg 59.3800 min
|
544
|
+
q{%.6f degrees} 54.989667 degrees
|
545
|
+
|
546
|
+
Note: To avoid loss of precision, the default coordinate format is
|
547
|
+
different when copying tags with L</SetNewValuesFromFile>.
|
548
|
+
|
549
|
+
=item DateFormat
|
550
|
+
|
551
|
+
Format for printing date/time values. See C<strftime> in the L<POSIX>
|
552
|
+
package for details about the format string. The default is similar to a
|
553
|
+
format of "%Y:%m:%d %H:%M:%S". If date can not be converted, value is left
|
554
|
+
unchanged unless the StrictDate option is set. Timezones are ignored.
|
555
|
+
|
556
|
+
=item Duplicates
|
557
|
+
|
558
|
+
Flag to return values from tags with duplicate names when extracting
|
559
|
+
information. Default is 1.
|
560
|
+
|
561
|
+
=item Escape
|
562
|
+
|
563
|
+
Escape special characters in extracted values for HTML or XML. Also
|
564
|
+
unescapes HTML or XML character entities in input values passed to
|
565
|
+
L</SetNewValue>. Valid settings are 'HTML', 'XML' or undef. Default is
|
566
|
+
undef.
|
567
|
+
|
568
|
+
=item Exclude
|
569
|
+
|
570
|
+
Exclude specified tags from tags extracted from an image. The option value
|
571
|
+
is either a tag name or reference to a list of tag names to exclude. The
|
572
|
+
case of tag names is not significant. This option is ignored for
|
573
|
+
specifically requested tags. Tags may also be excluded by preceding their
|
574
|
+
name with a '-' in the arguments to L</ImageInfo>.
|
575
|
+
|
576
|
+
=item ExtendedXMP
|
577
|
+
|
578
|
+
This setting affects the reading and editing of extended XMP in JPEG images.
|
579
|
+
According to the XMP specification, extended XMP is only valid if it has the
|
580
|
+
GUID specified by the HasExtendedXMP tag. ExifTool 9.95 and earlier would
|
581
|
+
read extended XMP regardless of GUID, but with the addition of this option
|
582
|
+
in version 9.96 the default behaviour was changed to conform with the XMP
|
583
|
+
specification (to read only extended XMP with the proper GUID). This option
|
584
|
+
should be set to 2 to emulate pre-9.96 behaviour and read all extended XMP.
|
585
|
+
It may also be set to a GUID to read a specific extended XMP, or 0 to ignore
|
586
|
+
extended XMP entirely.
|
587
|
+
|
588
|
+
0 - ignore all extended XMP
|
589
|
+
1 - read extended XMP with valid GUID only (default)
|
590
|
+
2 - read extended XMP with any GUID
|
591
|
+
<guid> - read extended XMP with a specific GUID
|
592
|
+
|
593
|
+
=item ExtractEmbedded
|
594
|
+
|
595
|
+
Flag to extract information from embedded documents in EPS files, embedded
|
596
|
+
EPS information and JPEG and Jpeg2000 images in PDF files, embedded MPF
|
597
|
+
images in JPEG and MPO files, streaming metadata in AVCHD videos, and the
|
598
|
+
resource fork of Mac OS files. Default is undef.
|
599
|
+
|
600
|
+
=item FastScan
|
601
|
+
|
602
|
+
Flag to increase speed of extracting information from JPEG images. With
|
603
|
+
this option set to 1, ExifTool will not scan to the end of a JPEG image to
|
604
|
+
check for an AFCP, CanonVRD, FotoStation, PhotoMechanic, MIE or PreviewImage
|
605
|
+
trailer. This also stops the parsing after the first comment in GIF images,
|
606
|
+
and at the audio/video data with RIFF-format files (AVI, WAV, etc), so any
|
607
|
+
trailing metadata (eg. XMP written by some utilities) may be missed. When
|
608
|
+
combined with the ScanForXMP option, prevents scanning for XMP in recognized
|
609
|
+
file types. With a value of 2, ExifTool will also avoid extracting any EXIF
|
610
|
+
MakerNote information. When set to 3, the file is not actually parsed, and
|
611
|
+
only an initial guess at FileType and some pseudo tags are returned.
|
612
|
+
Default is undef.
|
613
|
+
|
614
|
+
=item FixBase
|
615
|
+
|
616
|
+
Fix maker notes base offset. A common problem with image editing software
|
617
|
+
is that offsets in the maker notes are not adjusted properly when the file
|
618
|
+
is modified. This may cause the wrong values to be extracted for some maker
|
619
|
+
note entries when reading the edited file. FixBase specifies an integer
|
620
|
+
value to be added to the maker notes base offset. It may also be set to the
|
621
|
+
empty string ('') for ExifTool will take its best guess at the correct base,
|
622
|
+
or undef (the default) for no base adjustment.
|
623
|
+
|
624
|
+
=item GeoMaxIntSecs
|
625
|
+
|
626
|
+
Maximum interpolation time in seconds for geotagging. Geotagging is treated
|
627
|
+
as an extrapolation if the Geotime value lies between two fixes in the same
|
628
|
+
track which are separated by a number of seconds greater than this.
|
629
|
+
Otherwise, the coordinates are calculated as a linear interpolation between
|
630
|
+
the nearest fixes on either side of the Geotime value. Set to 0 to disable
|
631
|
+
interpolation and use the coordinates of the nearest fix instead (provided
|
632
|
+
it is within GeoMaxExtSecs, otherwise geotagging fails). Default is 1800.
|
633
|
+
|
634
|
+
=item GeoMaxExtSecs
|
635
|
+
|
636
|
+
Maximum extrapolation time in seconds for geotagging. Geotagging fails if
|
637
|
+
the Geotime value lies outside a GPS track by a number of seconds greater
|
638
|
+
than this. Otherwise, the coordinates of the nearest fix are taken.
|
639
|
+
Default is 1800.
|
640
|
+
|
641
|
+
=item GeoMaxHDOP
|
642
|
+
|
643
|
+
Maximum Horizontal (2D) Dilution Of Precision for geotagging. GPS fixes are
|
644
|
+
ignored if the HDOP is greater than this. Default is undef.
|
645
|
+
|
646
|
+
=item GeoMaxPDOP
|
647
|
+
|
648
|
+
Maximum Position (3D) Dilution Of Precision for geotagging. GPS fixes are
|
649
|
+
ignored if the PDOP is greater than this. Default is undef.
|
650
|
+
|
651
|
+
=item GeoMinSats
|
652
|
+
|
653
|
+
Minimum number of satellites for geotagging. GPS fixes are ignored if the
|
654
|
+
number of acquired satellites is less than this. Default is undef.
|
655
|
+
|
656
|
+
=item GlobalTimeShift
|
657
|
+
|
658
|
+
Time shift to apply to all extracted date/time PrintConv values. Does not
|
659
|
+
affect ValueConv values. Value is a date/time shift string (see
|
660
|
+
L<Image::ExifTool::Shift.pl|Image::ExifTool::Shift.pl>), with a leading '-'
|
661
|
+
for negative shifts. Default is undef.
|
662
|
+
|
663
|
+
=item Group#
|
664
|
+
|
665
|
+
Extract tags only for specified groups in family # (Group0 assumed if #
|
666
|
+
not given). The option value may be a single group name or a reference
|
667
|
+
to a list of groups. Case is significant in group names. Specify a group
|
668
|
+
to be excluded by preceding group name with a '-'. See L</GetGroup> for a
|
669
|
+
description of group families, and L</GetAllGroups [static]> for lists of
|
670
|
+
group names.
|
671
|
+
|
672
|
+
=item HtmlDump
|
673
|
+
|
674
|
+
Dump information in hex to dynamic HTML web page. The value may be 0-3 for
|
675
|
+
increasingly larger limits on the maximum block size. Default is 0. Output
|
676
|
+
goes to the file specified by the TextOut option (\*STDOUT by default).
|
677
|
+
|
678
|
+
=item HtmlDumpBase
|
679
|
+
|
680
|
+
Base for HTML dump offsets. If not defined, the EXIF/TIFF base offset is
|
681
|
+
used. Set to 0 for absolute offsets. Default is undef.
|
682
|
+
|
683
|
+
=item IgnoreMinorErrors
|
684
|
+
|
685
|
+
Flag to ignore minor errors. Causes minor errors to be downgraded to
|
686
|
+
warnings, and minor warnings to be ignored. This option is provided mainly
|
687
|
+
to allow writing of files when minor errors occur, but by ignoring some
|
688
|
+
minor warnings the behaviour of ExifTool may be changed to allow some
|
689
|
+
questionable operations to proceed (such as extracting thumbnail and preview
|
690
|
+
images even if they don't have a recognizable header). Minor errors and
|
691
|
+
warnings are denoted by "[minor]" at the start of the message, or "[Minor]"
|
692
|
+
(with a capital "M") for warnings that affect processing when ignored.
|
693
|
+
|
694
|
+
=item Lang
|
695
|
+
|
696
|
+
Localized language for exiftool tag descriptions, etc. Available languages
|
697
|
+
are given by the Image::ExifTool::Lang module names (eg. 'fr', 'zh_cn'). If
|
698
|
+
the specified language isn't available, the option is not changed. May be
|
699
|
+
set to undef to select the built-in default language. Default is 'en'.
|
700
|
+
|
701
|
+
=item LargeFileSupport
|
702
|
+
|
703
|
+
Flag to indicate that 64-bit file offsets are supported on this system.
|
704
|
+
Default is undef.
|
705
|
+
|
706
|
+
=item List
|
707
|
+
|
708
|
+
Flag to extract lists of PrintConv values into arrays instead of joining
|
709
|
+
them into a string of values. The L</ListSep> option specifies the
|
710
|
+
separator used when combining values. Default is undef.
|
711
|
+
|
712
|
+
=item ListItem
|
713
|
+
|
714
|
+
Return only a specific item from List-type values. A value of 0 returns the
|
715
|
+
first item in the list, 1 return the second item, etc. Negative indices may
|
716
|
+
also be used, with -1 representing the last item in the list. Applies only
|
717
|
+
to the top-level list of nested lists. Default is undef to return all items
|
718
|
+
in the list.
|
719
|
+
|
720
|
+
=item ListSep
|
721
|
+
|
722
|
+
Separator string used to join lists of PrintConv values when L</List> option
|
723
|
+
is not set. Default is ', '.
|
724
|
+
|
725
|
+
=item ListSplit
|
726
|
+
|
727
|
+
Regular expression used to split values of list-type tags into individual
|
728
|
+
items when writing. (eg. use ',\\s*' to split a comma-separated list.)
|
729
|
+
Default is undef.
|
730
|
+
|
731
|
+
=item MakerNotes
|
732
|
+
|
733
|
+
Option to extract MakerNotes and other writable subdirectories (such as
|
734
|
+
PrintIM) as a data block. Normally when the MakerNotes are extracted they
|
735
|
+
are rebuilt to include data outside the boundaries of the original maker
|
736
|
+
note data block, but a value of 2 disables this feature. Possible values
|
737
|
+
are:
|
738
|
+
|
739
|
+
0 - Do not extract writable subdirectories (same as default of undef)
|
740
|
+
1 - Extract and rebuild maker notes into self-contained block
|
741
|
+
2 - Extract without rebuilding maker notes
|
742
|
+
|
743
|
+
=item MissingTagValue
|
744
|
+
|
745
|
+
Value for missing tags in expressions evaluated by L</SetNewValuesFromFile>.
|
746
|
+
If not set, a minor error is issued for missing values, or the value is set
|
747
|
+
to '' if L</IgnoreMinorErrors> is set. Default is undef.
|
748
|
+
|
749
|
+
=item Password
|
750
|
+
|
751
|
+
Password for reading/writing password-protected PDF documents. Ignored if a
|
752
|
+
password is not required. Character encoding of the password is determined
|
753
|
+
by the value of the Charset option at processing time. Default is undef.
|
754
|
+
|
755
|
+
=item PNGEarlyXMP
|
756
|
+
|
757
|
+
Flag to write XMP in PNG images before the IDAT (image data) chunk. By
|
758
|
+
default, ExifTool adds new XMP to the end of a PNG file (just before IEND).
|
759
|
+
This is allowed by the PNG and XMP specifications, but some utilities seem
|
760
|
+
to ignore XMP if it comes after the image data. The PNGEarlyXMP option
|
761
|
+
causes ExifTool to instead add new XMP before the PNG IDAT chunk. However,
|
762
|
+
since ExifTool uses a single-pass writing algorithm, it has no way to tell
|
763
|
+
if XMP already exists later in the file before writing the new XMP in this
|
764
|
+
location. If this happens, a minor error is issued when the extra XMP is
|
765
|
+
encountered, and the file is not written. Adding the L</IgnoreMinorErrors>
|
766
|
+
option causes the XMP after IDAT to be deleted, thus resolving the conflict
|
767
|
+
(at the expense of possible metadata loss), and allowing the file to be
|
768
|
+
written. The PNGEarlyXMP option is applied automatically when deleting all
|
769
|
+
XMP and writing new XMP back in one step. When reading, this option causes
|
770
|
+
a warning to be issued if standard XMP is found after the IDAT chunk.
|
771
|
+
|
772
|
+
=item PrintConv
|
773
|
+
|
774
|
+
Flag to enable automatic print conversion. Also enables inverse
|
775
|
+
print conversion for writing. Default is 1.
|
776
|
+
|
777
|
+
=item QuickTimeUTC
|
778
|
+
|
779
|
+
Flag set to assume that QuickTime date/time values are stored as UTC,
|
780
|
+
causing conversion to local time when they are extracted. According to the
|
781
|
+
QuickTime specification date/time values should be UTC, but many digital
|
782
|
+
cameras store local time instead (presumably because they don't know the
|
783
|
+
time zone), so the default is undef.
|
784
|
+
|
785
|
+
=item RequestAll
|
786
|
+
|
787
|
+
Flag to request all tags to be extracted. This causes some tags to be
|
788
|
+
generated which normally would not be unless specifically requested (by
|
789
|
+
passing the tag name to ImageInfo or ExtractInfo). Note that this flag is
|
790
|
+
set automatically during a call to L</SetNewValuesFromFile> to make all tags
|
791
|
+
available for copying. Default is undef.
|
792
|
+
|
793
|
+
=item ScanForXMP
|
794
|
+
|
795
|
+
Flag to scan all files (even unrecognized formats) for XMP information
|
796
|
+
unless XMP was already found in the file. When combined with the FastScan
|
797
|
+
option, only unrecognized file types are scanned for XMP. Default is undef.
|
798
|
+
|
799
|
+
=item Sort
|
800
|
+
|
801
|
+
Specifies order to sort tags in returned list:
|
802
|
+
|
803
|
+
Input - Sort in same order as input tag arguments (default)
|
804
|
+
File - Sort in order that tags were found in the file
|
805
|
+
Tag - Sort alphabetically by tag name
|
806
|
+
Descr - Sort by tag description (for current Lang setting)
|
807
|
+
Group# - Sort by tag group, where # is zero or more family
|
808
|
+
numbers separated by colons. If # is not specified,
|
809
|
+
Group0 is assumed. See GetGroup for a description
|
810
|
+
of group families.
|
811
|
+
|
812
|
+
=item Sort2
|
813
|
+
|
814
|
+
Secondary sort order used for tags within each group when Sort is 'Group':
|
815
|
+
|
816
|
+
File - Sort in order tags were found in the file (default)
|
817
|
+
Tag - Sort alphabetically by tag name
|
818
|
+
Descr - Sort by tag description (for current Lang setting)
|
819
|
+
|
820
|
+
=item StrictDate
|
821
|
+
|
822
|
+
Flag to return undefined value for any date which can't be converted when
|
823
|
+
the DateFormat option is used. Default is undef.
|
824
|
+
|
825
|
+
=item Struct
|
826
|
+
|
827
|
+
Flag to return XMP structures as hash references instead of flattening into
|
828
|
+
individual tags. Has no effect when writing since both flattened and
|
829
|
+
structured tags may always be written. Possible values are:
|
830
|
+
|
831
|
+
undef - Same as 0 for reading, 2 for copying
|
832
|
+
0 - Read/copy flattened tags
|
833
|
+
1 - Read/copy structured tags
|
834
|
+
2 - Read/copy both flattened and structured tags, but flag
|
835
|
+
flattened tags as 'unsafe' for copying
|
836
|
+
|
837
|
+
=item SystemTags
|
838
|
+
|
839
|
+
Flag to extract the following additional File System tags: FileAttributes,
|
840
|
+
FileDeviceNumber, FileInodeNumber, FileHardLinks, FileUserID, FileGroupID,
|
841
|
+
FileDeviceID, FileBlockSize and FileBlockCount.
|
842
|
+
|
843
|
+
=item TextOut
|
844
|
+
|
845
|
+
Output file reference for Verbose and HtmlDump options. Default is
|
846
|
+
\*STDOUT.
|
847
|
+
|
848
|
+
=item Unknown
|
849
|
+
|
850
|
+
Flag to get the values of unknown tags. If set to 1, unknown tags are
|
851
|
+
extracted from EXIF (or other tagged-format) directories. If set to 2,
|
852
|
+
unknown tags are also extracted from binary data blocks. Default is 0.
|
853
|
+
|
854
|
+
=item UserParam
|
855
|
+
|
856
|
+
Special option to set/get user-defined parameters. Useful to allow external
|
857
|
+
input into tag name expressions and ValueConv logic. I<PARAM> is the
|
858
|
+
user-defined parameter name (case insensitive).
|
859
|
+
|
860
|
+
PARAM - Get parameter
|
861
|
+
PARAM= - Clear parameter
|
862
|
+
PARAM=VALUE - Set parameter
|
863
|
+
|
864
|
+
User-defined parameters may be accessed in tag name expressions by prefixing
|
865
|
+
the parameter name with a dollar sign, just like normal tags. If called
|
866
|
+
without a parameter name, C<Options('UserParam')> returns a reference to the
|
867
|
+
hash of all user parameters (with lower-case names).
|
868
|
+
|
869
|
+
=item Verbose
|
870
|
+
|
871
|
+
Print verbose messages to file specified by TextOut option. Value may be
|
872
|
+
from 0 to 5 for increasingly verbose messages. Default is 0. With the
|
873
|
+
verbose option set, messages are printed to the console as the file is
|
874
|
+
parsed. Level 1 prints the tag names and raw values. Level 2 adds more
|
875
|
+
details about the tags. Level 3 adds a hex dump of the tag data, but with
|
876
|
+
limits on the number of bytes dumped. Levels 4 and 5 remove the dump limit
|
877
|
+
on tag values and JPEG segment data respectively.
|
878
|
+
|
879
|
+
=item WriteMode
|
880
|
+
|
881
|
+
Set tag write/create mode. Value is a string of one or more characters from
|
882
|
+
list below. Default is 'wcg'.
|
883
|
+
|
884
|
+
w - Write existing tags
|
885
|
+
c - Create new tags
|
886
|
+
g - create new Groups as necessary
|
887
|
+
|
888
|
+
The level of the group differs for different types of metadata. For XMP or
|
889
|
+
IPTC this is the full XMP/IPTC block (the family 0 group), but for EXIF this
|
890
|
+
is the individual IFD (the family 1 group).
|
891
|
+
|
892
|
+
=item XMPAutoConv
|
893
|
+
|
894
|
+
Flag to enable automatic conversion for unknown XMP tags with values that
|
895
|
+
look like rational numbers or dates. Default is 1.
|
896
|
+
|
897
|
+
=back
|
898
|
+
|
899
|
+
=item Return Values:
|
900
|
+
|
901
|
+
The original value of the last specified parameter.
|
902
|
+
|
903
|
+
=back
|
904
|
+
|
905
|
+
=head2 ClearOptions
|
906
|
+
|
907
|
+
Reset all options to their default values. Loads user-defined default
|
908
|
+
option values from the %Image::ExifTool::UserDefined::Options hash in the
|
909
|
+
.ExifTool_config file if it exists.
|
910
|
+
|
911
|
+
$exifTool->ClearOptions();
|
912
|
+
|
913
|
+
=over 4
|
914
|
+
|
915
|
+
=item Inputs:
|
916
|
+
|
917
|
+
0) ExifTool object reference
|
918
|
+
|
919
|
+
=item Return Values:
|
920
|
+
|
921
|
+
(none)
|
922
|
+
|
923
|
+
=back
|
924
|
+
|
925
|
+
=head2 ExtractInfo
|
926
|
+
|
927
|
+
Extract all meta information from an image.
|
928
|
+
|
929
|
+
$success = $exifTool->ExtractInfo('image.jpg', \%options);
|
930
|
+
|
931
|
+
=over 4
|
932
|
+
|
933
|
+
=item Inputs:
|
934
|
+
|
935
|
+
L</ExtractInfo> takes exactly the same arguments as L</ImageInfo>. The only
|
936
|
+
difference is that a list of tag keys is not returned if an ARRAY reference
|
937
|
+
is given. The following options are effective in the call to
|
938
|
+
L</ExtractInfo>:
|
939
|
+
|
940
|
+
Binary, Charset, CharsetEXIF, CharsetFileName, CharsetID3, CharsetIPTC,
|
941
|
+
CharsetPhotoshop, CharsetQuickTime, Composite, ExtractEmbedded, FastScan,
|
942
|
+
FixBase, HtmlDump, HtmlDumpBase, IgnoreMinorErrors, Lang, LargeFileSupport,
|
943
|
+
MakerNotes, PNGEarlyXMP, ScanForXMP, Struct, TextOut, Unknown and Verbose.
|
944
|
+
|
945
|
+
=item Return Value:
|
946
|
+
|
947
|
+
1 if this was a recognized file format, 0 otherwise (and 'Error' tag set).
|
948
|
+
|
949
|
+
=back
|
950
|
+
|
951
|
+
=head2 GetInfo
|
952
|
+
|
953
|
+
L</GetInfo> is called to return meta information after it has been extracted
|
954
|
+
from the image by a previous call to L</ExtractInfo> or L</ImageInfo>. This
|
955
|
+
function may be called repeatedly after a single call to L</ExtractInfo> or
|
956
|
+
L</ImageInfo>.
|
957
|
+
|
958
|
+
# get image width and height only
|
959
|
+
$info = $exifTool->GetInfo('ImageWidth', 'ImageHeight');
|
960
|
+
|
961
|
+
# get all Error and Warning messages
|
962
|
+
$info = $exifTool->GetInfo('Error', 'Warning');
|
963
|
+
|
964
|
+
# get information for all tags in list (list updated with tags found)
|
965
|
+
$info = $exifTool->GetInfo(\@ioTagList);
|
966
|
+
|
967
|
+
# get all information in Author or Location groups
|
968
|
+
$info = $exifTool->GetInfo({Group2 => ['Author', 'Location']});
|
969
|
+
|
970
|
+
=over 4
|
971
|
+
|
972
|
+
=item Inputs:
|
973
|
+
|
974
|
+
Inputs are the same as L</ExtractInfo> and L</ImageInfo> except that an
|
975
|
+
image can not be specified. Options in effect are:
|
976
|
+
|
977
|
+
Charset, CoordFormat, DateFormat, Duplicates, Escape, Exclude, Group#,
|
978
|
+
GlobalTimeShift, Lang, List, ListSep, PrintConv, Sort (if a tag list
|
979
|
+
reference is given) and StrictDate.
|
980
|
+
|
981
|
+
=item Return Value:
|
982
|
+
|
983
|
+
Reference to information hash, the same as with L</ImageInfo>.
|
984
|
+
|
985
|
+
=back
|
986
|
+
|
987
|
+
=head2 WriteInfo
|
988
|
+
|
989
|
+
Write meta information to a file. The specified source file is rewritten to
|
990
|
+
the same-type destination file with new information as specified by previous
|
991
|
+
calls to L</SetNewValue>. The necessary segments and/or directories are
|
992
|
+
created in the destination file as required to store the specified
|
993
|
+
information. May be called repeatedly to write the same information to
|
994
|
+
additional files without the need to call L</SetNewValue> again.
|
995
|
+
|
996
|
+
# add information to a source file, writing output to new file
|
997
|
+
$exifTool->WriteInfo($srcfile, $dstfile);
|
998
|
+
|
999
|
+
# create XMP data file from scratch
|
1000
|
+
$exifTool->WriteInfo(undef, $dstfile, 'XMP');
|
1001
|
+
|
1002
|
+
# overwrite file (you do have backups, right?)
|
1003
|
+
$exifTool->WriteInfo($srcfile);
|
1004
|
+
|
1005
|
+
=over 4
|
1006
|
+
|
1007
|
+
=item Inputs:
|
1008
|
+
|
1009
|
+
0) ExifTool object reference
|
1010
|
+
|
1011
|
+
1) Source file name, file reference, scalar reference, or undef to create a
|
1012
|
+
file from scratch. A reference to a
|
1013
|
+
L<File::RandomAccess|File::RandomAccess> object is also allowed as a source,
|
1014
|
+
but in this case the destination is not optional.
|
1015
|
+
|
1016
|
+
2) [optional] Destination file name, file reference, scalar reference, or
|
1017
|
+
undef to overwrite the original file. May be '-' to write to stdout.
|
1018
|
+
|
1019
|
+
3) [optional] Destination file type. Ignored if a source is defined.
|
1020
|
+
|
1021
|
+
=item Return Value:
|
1022
|
+
|
1023
|
+
1 if file was written OK, 2 if file was written but no changes made, 0 on
|
1024
|
+
file write error.
|
1025
|
+
|
1026
|
+
If an error code is returned, an Error tag is set and GetValue('Error') can
|
1027
|
+
be called to obtain the error description. A Warning tag may be set even if
|
1028
|
+
this routine is successful. Calling WriteInfo clears any pre-existing Error
|
1029
|
+
and Warning tags.
|
1030
|
+
|
1031
|
+
$errorMessage = $exifTool->GetValue('Error');
|
1032
|
+
$warningMessage = $exifTool->GetValue('Warning');
|
1033
|
+
|
1034
|
+
=item Notes:
|
1035
|
+
|
1036
|
+
The source file name may be undefined to create a file from scratch
|
1037
|
+
(currently only XMP, MIE, ICC, VRD, DR4, EXV and EXIF files can be created
|
1038
|
+
in this way -- see L</CanCreate> for details). If undefined, the
|
1039
|
+
destination file type is required unless the type can be determined from the
|
1040
|
+
extension of the destination file name.
|
1041
|
+
|
1042
|
+
If a destination file name is given, the specified file must not exist
|
1043
|
+
because an existing destination file will not be overwritten. Any new
|
1044
|
+
values for FileName, Directory or HardLink are ignored when a destination
|
1045
|
+
file name is specified.
|
1046
|
+
|
1047
|
+
The destination file name may be undefined to overwrite the original file
|
1048
|
+
(make sure you have backups!). In this case, if a source file name is
|
1049
|
+
provided, a temporary file is created and renamed to replace the source file
|
1050
|
+
if no errors occurred while writing. Otherwise, if a source file reference
|
1051
|
+
or scalar reference is used, the image is first written to memory then
|
1052
|
+
copied back to replace the original if there were no errors.
|
1053
|
+
|
1054
|
+
On Mac OS systems, the file resource fork is preserved if this routine is
|
1055
|
+
called with a source file name.
|
1056
|
+
|
1057
|
+
=back
|
1058
|
+
|
1059
|
+
The following ExifTool options are effective in the call to L</WriteInfo>:
|
1060
|
+
|
1061
|
+
ByteOrder, Charset, CharsetEXIF, CharsetFileName, CharsetIPTC, Compact,
|
1062
|
+
Compress, FixBase, IgnoreMinorErrors, PNGEarlyXMP and Verbose.
|
1063
|
+
|
1064
|
+
=head2 GetTagList
|
1065
|
+
|
1066
|
+
Get a sorted list of tags from the specified information hash or tag list.
|
1067
|
+
|
1068
|
+
@tags = $exifTool->GetTagList($info, 'Group0');
|
1069
|
+
|
1070
|
+
=over 4
|
1071
|
+
|
1072
|
+
=item Inputs:
|
1073
|
+
|
1074
|
+
0) ExifTool object reference
|
1075
|
+
|
1076
|
+
1) [optional] Information hash reference or tag list reference
|
1077
|
+
|
1078
|
+
2) [optional] Sort order ('Input', 'File', 'Tag', 'Descr' or 'Group#')
|
1079
|
+
|
1080
|
+
3) [optional] Secondary sort order ('File', 'Tag' or 'Descr')
|
1081
|
+
|
1082
|
+
If the information hash or tag list reference is not provided, then the list
|
1083
|
+
of found tags from the last call to L</ImageInfo>, L</ExtractInfo> or
|
1084
|
+
L</GetInfo> is used instead, and the result is the same as if
|
1085
|
+
L</GetFoundTags> was called. If sort order is not specified, the sort order
|
1086
|
+
is taken from the current options settings.
|
1087
|
+
|
1088
|
+
=item Return Values:
|
1089
|
+
|
1090
|
+
A list of tag keys in the specified order.
|
1091
|
+
|
1092
|
+
=back
|
1093
|
+
|
1094
|
+
=head2 GetFoundTags
|
1095
|
+
|
1096
|
+
Get list of found tags in specified sort order. The found tags are the tags
|
1097
|
+
for the information obtained from the most recent call to L</ImageInfo>,
|
1098
|
+
L</ExtractInfo> or L</GetInfo> for this object.
|
1099
|
+
|
1100
|
+
@tags = $exifTool->GetFoundTags('File');
|
1101
|
+
|
1102
|
+
=over 4
|
1103
|
+
|
1104
|
+
=item Inputs:
|
1105
|
+
|
1106
|
+
0) ExifTool object reference
|
1107
|
+
|
1108
|
+
1) [optional] Sort order ('Input', 'File', 'Tag', 'Descr' or 'Group#')
|
1109
|
+
|
1110
|
+
2) [optional] Secondary sort order ('File', 'Tag' or 'Descr')
|
1111
|
+
|
1112
|
+
If sort order is not specified, the sort order from the ExifTool options is
|
1113
|
+
used.
|
1114
|
+
|
1115
|
+
=item Return Values:
|
1116
|
+
|
1117
|
+
A list of tag keys in the specified order.
|
1118
|
+
|
1119
|
+
=back
|
1120
|
+
|
1121
|
+
=head2 GetRequestedTags
|
1122
|
+
|
1123
|
+
Get list of requested tags. These are the tags that were specified in the
|
1124
|
+
arguments of the most recent call to L</ImageInfo>, L</ExtractInfo> or
|
1125
|
+
L</GetInfo>, including tags specified via a tag list reference. Shortcut
|
1126
|
+
tags are expanded in the list.
|
1127
|
+
|
1128
|
+
@tags = $exifTool->GetRequestedTags();
|
1129
|
+
|
1130
|
+
=over 4
|
1131
|
+
|
1132
|
+
=item Inputs:
|
1133
|
+
|
1134
|
+
(none)
|
1135
|
+
|
1136
|
+
=item Return Values:
|
1137
|
+
|
1138
|
+
List of requested tag keys in the same order that the tags were specified.
|
1139
|
+
Note that this list will be empty if tags were not specifically requested
|
1140
|
+
(ie. If extracting all tags).
|
1141
|
+
|
1142
|
+
=back
|
1143
|
+
|
1144
|
+
=head2 GetValue
|
1145
|
+
|
1146
|
+
Get the value of a specified tag. The returned value is either the
|
1147
|
+
human-readable (PrintConv) value, the converted machine-readable (ValueConv)
|
1148
|
+
value, or the original raw (Raw) value. If the value type is not specified,
|
1149
|
+
the PrintConv value is returned if the PrintConv option is set, otherwise
|
1150
|
+
the ValueConv value is returned. The PrintConv values are same as the
|
1151
|
+
values returned by L</ImageInfo> and L</GetInfo> in the tag/value hash
|
1152
|
+
unless the PrintConv option is disabled.
|
1153
|
+
|
1154
|
+
Tags which represent lists of multiple values (as may happen with 'Keywords'
|
1155
|
+
for example) are handled specially. In scalar context, the returned
|
1156
|
+
PrintConv value for these tags is either a string of values or a list
|
1157
|
+
reference (depending on the List option setting), and the ValueConv value is
|
1158
|
+
always a list reference. But in list context, L</GetValue> always returns
|
1159
|
+
the list itself.
|
1160
|
+
|
1161
|
+
Note that L</GetValue> requires a case-sensitive tag key as an argument. To
|
1162
|
+
retrieve tag information based on a case-insensitive tag name (with an
|
1163
|
+
optional group specifier), use L</GetInfo> instead.
|
1164
|
+
|
1165
|
+
# PrintConv example
|
1166
|
+
my $val = $exifTool->GetValue($tag);
|
1167
|
+
if (ref $val eq 'SCALAR') {
|
1168
|
+
print "$tag = (unprintable value)\n";
|
1169
|
+
} else {
|
1170
|
+
print "$tag = $val\n";
|
1171
|
+
}
|
1172
|
+
|
1173
|
+
# ValueConv examples
|
1174
|
+
my $val = $exifTool->GetValue($tag, 'ValueConv');
|
1175
|
+
if (ref $val eq 'ARRAY') {
|
1176
|
+
print "$tag is a list of values\n";
|
1177
|
+
} elsif (ref $val eq 'SCALAR') {
|
1178
|
+
print "$tag represents binary data\n";
|
1179
|
+
} else {
|
1180
|
+
print "$tag is a simple scalar\n";
|
1181
|
+
}
|
1182
|
+
|
1183
|
+
my @keywords = $exifTool->GetValue('Keywords', 'ValueConv');
|
1184
|
+
|
1185
|
+
The following options are in effect when L</GetValue> is called:
|
1186
|
+
|
1187
|
+
Charset, CoordFormat, DateFormat, Escape, GlobalTimeShift, Lang, List,
|
1188
|
+
ListSep, PrintConv and StrictDate.
|
1189
|
+
|
1190
|
+
=over 4
|
1191
|
+
|
1192
|
+
=item Inputs:
|
1193
|
+
|
1194
|
+
0) ExifTool object reference
|
1195
|
+
|
1196
|
+
1) Tag key
|
1197
|
+
|
1198
|
+
2) [optional] Value type: 'PrintConv', 'ValueConv', 'Both', 'Raw' or
|
1199
|
+
'Rational'
|
1200
|
+
|
1201
|
+
The default value type is 'PrintConv' if the PrintConv option is set,
|
1202
|
+
otherwise the default is 'ValueConv'. A value type of 'Both' returns both
|
1203
|
+
ValueConv and PrintConv values as a list. 'Rational' returns the raw
|
1204
|
+
rational value as a string fraction for rational types, or undef for other
|
1205
|
+
types.
|
1206
|
+
|
1207
|
+
=item Return Values:
|
1208
|
+
|
1209
|
+
The value of the specified tag. If the tag represents a list of multiple
|
1210
|
+
values and the List option is disabled then PrintConv returns a string of
|
1211
|
+
values, otherwise a reference to the list is returned in scalar context.
|
1212
|
+
The list itself is returned in list context. (Unless 'Both' values are
|
1213
|
+
requested, in which case two list references are returned, regardless of
|
1214
|
+
context.) Values may also be scalar references to binary data, or hash
|
1215
|
+
references if the L</Struct> option is set.
|
1216
|
+
|
1217
|
+
Note: It is possible for L</GetValue> to return an undefined ValueConv or
|
1218
|
+
PrintConv value (or an empty list in list context) even if the tag exists,
|
1219
|
+
since it is possible for these conversions to yield undefined values. And
|
1220
|
+
the Rational value will be undefined for any non-rational tag. The Raw
|
1221
|
+
value should always exist if the tag exists.
|
1222
|
+
|
1223
|
+
=back
|
1224
|
+
|
1225
|
+
=head2 SetNewValue
|
1226
|
+
|
1227
|
+
Set the new value for a tag. The routine may be called multiple times to
|
1228
|
+
set the values of many tags before using L</WriteInfo> to write the new
|
1229
|
+
values to an image.
|
1230
|
+
|
1231
|
+
For list-type tags (like Keywords), either call repeatedly with the same tag
|
1232
|
+
name for each value, or call with a reference to the list of values.
|
1233
|
+
|
1234
|
+
# set a new value for a tag (errors go to STDERR)
|
1235
|
+
$success = $exifTool->SetNewValue($tag, $value);
|
1236
|
+
|
1237
|
+
# set a new value and capture any error message
|
1238
|
+
($success, $errStr) = $exifTool->SetNewValue($tag, $value);
|
1239
|
+
|
1240
|
+
# delete information for specified tag if it exists in image
|
1241
|
+
# (also resets AddValue and DelValue options for this tag)
|
1242
|
+
$exifTool->SetNewValue($tag);
|
1243
|
+
|
1244
|
+
# reset all values from previous calls to SetNewValue()
|
1245
|
+
$exifTool->SetNewValue();
|
1246
|
+
|
1247
|
+
# delete a specific keyword
|
1248
|
+
$exifTool->SetNewValue('Keywords', $word, DelValue => 1);
|
1249
|
+
|
1250
|
+
# set keywords (a list-type tag) with two new values
|
1251
|
+
$exifTool->SetNewValue(Keywords => 'word1');
|
1252
|
+
$exifTool->SetNewValue(Keywords => 'word2');
|
1253
|
+
# equivalent, but set both in one call using an array reference
|
1254
|
+
$exifTool->SetNewValue(Keywords => ['word1','word2']);
|
1255
|
+
|
1256
|
+
# add a keyword without replacing existing keywords in the file
|
1257
|
+
$exifTool->SetNewValue(Keywords => $word, AddValue => 1);
|
1258
|
+
|
1259
|
+
# set a tag in a specific group
|
1260
|
+
$exifTool->SetNewValue(Headline => $val, Group => 'XMP');
|
1261
|
+
$exifTool->SetNewValue('XMP:Headline' => $val); # (equivalent)
|
1262
|
+
|
1263
|
+
# shift original date/time back by 2.5 hours
|
1264
|
+
$exifTool->SetNewValue(DateTimeOriginal => '2:30', Shift => -1);
|
1265
|
+
|
1266
|
+
# write a tag only if it had a specific value
|
1267
|
+
# (the order of the following calls is not significant)
|
1268
|
+
$exifTool->SetNewValue(Title => $oldVal, DelValue => 1);
|
1269
|
+
$exifTool->SetNewValue(Title => $newVal);
|
1270
|
+
|
1271
|
+
# write tag by numerical value
|
1272
|
+
$exifTool->SetNewValue(Orientation => 6, Type => 'ValueConv');
|
1273
|
+
$exifTool->SetNewValue('Orientation#' => 6); # (equivalent)
|
1274
|
+
|
1275
|
+
# delete all but EXIF tags
|
1276
|
+
$exifTool->SetNewValue('*'); # delete all...
|
1277
|
+
$exifTool->SetNewValue('EXIF:*', undef, Replace => 2); # ...but EXIF
|
1278
|
+
|
1279
|
+
# write structured information as a HASH reference
|
1280
|
+
$exifTool->SetNewValue('XMP:Flash' => {
|
1281
|
+
mode => 'on',
|
1282
|
+
fired => 'true',
|
1283
|
+
return => 'not'
|
1284
|
+
});
|
1285
|
+
|
1286
|
+
# write structured information as a serialized string
|
1287
|
+
$exifTool->SetNewValue('XMP:Flash'=>'{mode=on,fired=true,return=not}');
|
1288
|
+
|
1289
|
+
(See L<http://owl.phy.queensu.ca/~phil/exiftool/struct.html#Serialize> for
|
1290
|
+
a description of the structure serialization technique.)
|
1291
|
+
|
1292
|
+
=over 4
|
1293
|
+
|
1294
|
+
=item Inputs:
|
1295
|
+
|
1296
|
+
0) ExifTool object reference
|
1297
|
+
|
1298
|
+
1) [optional] Tag key or tag name, or undef to clear all new values. The
|
1299
|
+
tag name may be prefixed by one or more family 0, 1 or 2 group names with
|
1300
|
+
optional leading family numbers, separated by colons (eg. 'EXIF:Artist',
|
1301
|
+
'XMP:Time:*'), which is equivalent to using a Group option argument. Also,
|
1302
|
+
a '#' may be appended to the tag name (eg. 'EXIF:Orientation#'), with the
|
1303
|
+
same effect as setting Type to 'ValueConv'. Wildcards ('*' and '?') may be
|
1304
|
+
used in the tag name to assign multiple tags simultaneously. A tag name of
|
1305
|
+
'*' is special when deleting information, and will delete an entire group
|
1306
|
+
even if some individual tags in the group are not writable, but only if a
|
1307
|
+
single family 0 or 1 group is specified (otherwise the tags are deleted
|
1308
|
+
individually). Use L</GetDeleteGroups> to get a list of deletable group
|
1309
|
+
names, and see L<Image::ExifTool::TagNames|Image::ExifTool::TagNames> for a
|
1310
|
+
complete list of tag names.
|
1311
|
+
|
1312
|
+
2) [optional] New value for tag. Undefined to delete tag from file. May be
|
1313
|
+
a scalar, scalar reference, list reference to set a list of values, or hash
|
1314
|
+
reference for a structure. Integer values may be specified as a hexadecimal
|
1315
|
+
string (with a leading '0x'), and simple rational values may be specified in
|
1316
|
+
fractional form (eg. '4/10'). Structure tags may be specified either as a
|
1317
|
+
hash reference or a serialized string (see the last two examples above).
|
1318
|
+
|
1319
|
+
3-N) [optional] SetNewValue option/value pairs (see below).
|
1320
|
+
|
1321
|
+
=item SetNewValue Options:
|
1322
|
+
|
1323
|
+
=over 4
|
1324
|
+
|
1325
|
+
=item AddValue
|
1326
|
+
|
1327
|
+
Specifies that the value be added to an existing list in a file rather than
|
1328
|
+
overwriting. Valid settings are 0 (overwrite any existing tag value), 1
|
1329
|
+
(add to an existing list and warn for non-list tags) or 2 (add to existing
|
1330
|
+
list and overwrite non-list tags). Default is 0.
|
1331
|
+
|
1332
|
+
=item DelValue
|
1333
|
+
|
1334
|
+
Delete existing tag from a file if it has the specified value. Option
|
1335
|
+
values are 0 or 1. Default is 0.
|
1336
|
+
|
1337
|
+
=item EditGroup
|
1338
|
+
|
1339
|
+
Create tags in existing groups only. Don't create new group. Valid values
|
1340
|
+
are 0 and 1. Effectively removes the 'g' from the ExifTool WriteMode option
|
1341
|
+
for this tag only. Default is 0.
|
1342
|
+
|
1343
|
+
=item EditOnly
|
1344
|
+
|
1345
|
+
Edit tag only if it already exists. Don't create new tag. Valid values are
|
1346
|
+
0 and 1. Effectively removes the 'c' from the ExifTool WriteMode option for
|
1347
|
+
this tag only. Default is 0.
|
1348
|
+
|
1349
|
+
=item Group
|
1350
|
+
|
1351
|
+
Specifies group name where tag should be written. If not specified, tag is
|
1352
|
+
written to highest priority group as specified by L</SetNewGroups>. May be
|
1353
|
+
one or more family 0, 1 or 2 groups with optional leading family number,
|
1354
|
+
separated by colons. Case is not significant.
|
1355
|
+
|
1356
|
+
=item NoFlat
|
1357
|
+
|
1358
|
+
Treat flattened tags as 'unsafe'.
|
1359
|
+
|
1360
|
+
=item NoShortcut
|
1361
|
+
|
1362
|
+
Disables default behaviour of looking up tag in shortcuts if not found
|
1363
|
+
otherwise.
|
1364
|
+
|
1365
|
+
=item Protected
|
1366
|
+
|
1367
|
+
Bit mask for tag protection levels to write. Bit 0x01 allows writing of
|
1368
|
+
'unsafe' tags (ie. tags not copied automatically via
|
1369
|
+
L</SetNewValuesFromFile>). Bit 0x02 allows writing of 'protected' tags, and
|
1370
|
+
should only be used internally by ExifTool. See
|
1371
|
+
L<Image::ExifTool::TagNames|Image::ExifTool::TagNames>, for a list of tag
|
1372
|
+
names indicating 'unsafe' and 'protected' tags. Default is 0.
|
1373
|
+
|
1374
|
+
=item ProtectSaved
|
1375
|
+
|
1376
|
+
Avoid setting new values which were saved after the Nth call to
|
1377
|
+
L</SaveNewValues>. Has no effect on unsaved values, or values saved before
|
1378
|
+
Nth call. Option value is N. Default is undef.
|
1379
|
+
|
1380
|
+
=item Replace
|
1381
|
+
|
1382
|
+
Flag to replace the previous new values for this tag (ie. replace the values
|
1383
|
+
set in previous calls to L</SetNewValue>). This option is most commonly
|
1384
|
+
used to replace previously-set new values for list-type tags. Valid values
|
1385
|
+
are 0 (set new value normally -- adds to new values for list-type tags), 1
|
1386
|
+
(reset previous new values for this tag and replace with the specified new
|
1387
|
+
value) or 2 (reset previous new values only).
|
1388
|
+
|
1389
|
+
=item Shift
|
1390
|
+
|
1391
|
+
Shift the tag by the specified value. Currently only date/time tags and
|
1392
|
+
tags with numerical values may be shifted. Undefined for no shift, 1 for a
|
1393
|
+
positive shift, or -1 for a negative shift. A value of 0 causes a positive
|
1394
|
+
shift to be applied if the tag is shiftable and AddValue is set, or a
|
1395
|
+
negative shift for date/time tags only if DelValue is set. Default is undef.
|
1396
|
+
See L<Image::ExifTool::Shift.pl|Image::ExifTool::Shift.pl> for more
|
1397
|
+
information.
|
1398
|
+
|
1399
|
+
=item Type
|
1400
|
+
|
1401
|
+
The type of value being set. Valid values are PrintConv, ValueConv or Raw.
|
1402
|
+
Default is PrintConv if the L</PrintConv> Option is set, otherwise
|
1403
|
+
ValueConv.
|
1404
|
+
|
1405
|
+
=back
|
1406
|
+
|
1407
|
+
=item Return Values:
|
1408
|
+
|
1409
|
+
In scalar context, returns the number of tags set and error messages are
|
1410
|
+
printed to STDERR. In list context, returns the number of tags set, and the
|
1411
|
+
error string (which is undefined if there was no error).
|
1412
|
+
|
1413
|
+
=item Notes:
|
1414
|
+
|
1415
|
+
When deleting groups of tags, the Replace option may be used as in the last
|
1416
|
+
example above to exclude specific groups from a mass delete. However, this
|
1417
|
+
technique may not be used to exclude individual tags from a group delete
|
1418
|
+
(unless a family 2 group was specified in the delete). Instead, use
|
1419
|
+
L</SetNewValuesFromFile> to recover the values of individual tags after
|
1420
|
+
deleting a group.
|
1421
|
+
|
1422
|
+
When deleting all tags from a JPEG image, the APP14 "Adobe" information is
|
1423
|
+
not deleted by default because doing so may affect the appearance of the
|
1424
|
+
image. However, this information may be deleted by specifying it
|
1425
|
+
explicitly, either by group (with 'Adobe:*') or as a block (with 'Adobe').
|
1426
|
+
|
1427
|
+
=back
|
1428
|
+
|
1429
|
+
The following ExifTool options are effective in the call to L</SetNewValue>:
|
1430
|
+
|
1431
|
+
Charset, Escape, IgnoreMinorErrors, Lang, ListSep, ListSplit, PrintConv,
|
1432
|
+
Verbose and WriteMode.
|
1433
|
+
|
1434
|
+
=head2 SetNewValuesFromFile
|
1435
|
+
|
1436
|
+
A very powerful routine that sets new values for tags from information found
|
1437
|
+
in a specified file.
|
1438
|
+
|
1439
|
+
# set new values from all information in a file...
|
1440
|
+
my $info = $exifTool->SetNewValuesFromFile($srcFile);
|
1441
|
+
# ...then write these values to another image
|
1442
|
+
my $result = $exifTool->WriteInfo($file2, $outFile);
|
1443
|
+
|
1444
|
+
# set all new values, preserving original groups
|
1445
|
+
$exifTool->SetNewValuesFromFile($srcFile, '*:*');
|
1446
|
+
|
1447
|
+
# set specific information
|
1448
|
+
$exifTool->SetNewValuesFromFile($srcFile, @tags);
|
1449
|
+
|
1450
|
+
# set new value from a different tag in specific group
|
1451
|
+
$exifTool->SetNewValuesFromFile($fp, 'IPTC:Keywords>XMP-dc:Subject');
|
1452
|
+
|
1453
|
+
# add all IPTC keywords to XMP subject list
|
1454
|
+
$exifTool->SetNewValuesFromFile($fp, 'IPTC:Keywords+>XMP-dc:Subject');
|
1455
|
+
|
1456
|
+
# set new value from an expression involving other tags
|
1457
|
+
$exifTool->SetNewValuesFromFile($file,
|
1458
|
+
'Comment<ISO=$ISO Aperture=$aperture Exposure=$shutterSpeed');
|
1459
|
+
|
1460
|
+
# set keywords list from the values of multiple tags
|
1461
|
+
$exifTool->SetNewValuesFromFile($file, { Replace => 0 },
|
1462
|
+
'keywords<xmp:subject', 'keywords<filename');
|
1463
|
+
|
1464
|
+
# copy all EXIF information, preserving the original IFD
|
1465
|
+
# (without '>*.*' tags would be copied to the preferred EXIF IFD)
|
1466
|
+
$exifTool->SetNewValuesFromFile($file, 'EXIF:*>*:*');
|
1467
|
+
|
1468
|
+
# copy all tags with names starting with "gps" (note: this is
|
1469
|
+
# different than "gps:*" because it will also copy XMP GPS tags)
|
1470
|
+
$exifTool->SetNewValuesFromFile($file, 'gps*');
|
1471
|
+
|
1472
|
+
# set FileName from Model, translating questionable characters
|
1473
|
+
$exifTool->SetNewValuesFromFile($file,
|
1474
|
+
'filename<${model; tr(/\\\\?*:|"><)(_) }.jpg');
|
1475
|
+
|
1476
|
+
=over 4
|
1477
|
+
|
1478
|
+
=item Inputs:
|
1479
|
+
|
1480
|
+
0) ExifTool object reference
|
1481
|
+
|
1482
|
+
1) File name, file reference, or scalar reference
|
1483
|
+
|
1484
|
+
2-N) [optional] List of tag names to set or options hash references. All
|
1485
|
+
writable tags are set if none are specified. The tag names are not case
|
1486
|
+
sensitive, and may be prefixed by one or more family 0, 1 or 2 group names with
|
1487
|
+
optional leading family numbers, separated by colons (eg. 'exif:iso'). A
|
1488
|
+
leading '-' indicates tags to be excluded (eg. '-comment'), or a trailing '#'
|
1489
|
+
causes the ValueConv value to be copied (same as setting the Type option to
|
1490
|
+
'ValueConv' for this tag only). Wildcards ('*' and '?') may be used in the tag
|
1491
|
+
name. A tag name of '*' is commonly used when a group is specified to copy all
|
1492
|
+
tags in the group (eg. 'XMP:*'). A special feature allows tag names of the form
|
1493
|
+
'DSTTAGE<lt>SRCTAG' (or 'SRCTAGE<gt>DSTTAG') to be specified to copy information
|
1494
|
+
to a tag with a different name or a specified group. Both 'SRCTAG' and 'DSTTAG'
|
1495
|
+
may contain wildcards and/or be prefixed by a group name (eg.
|
1496
|
+
'fileModifyDateE<lt>modifyDate' or 'xmp:*E<lt>*'), and/or suffixed by a '#' to
|
1497
|
+
disable print conversion. Copied tags may also be added or deleted from a list
|
1498
|
+
with arguments of the form 'DSTTAG+E<lt>SRCTAG' or 'DSTTAG-E<lt>SRCTAG'. Tags
|
1499
|
+
are evaluated in order, so exclusions apply only to tags included earlier in the
|
1500
|
+
list. An extension of this feature allows the tag value to be set from an
|
1501
|
+
expression containing tag names with leading '$' symbols (eg. 'CommentE<lt>the
|
1502
|
+
file is $filename'). Braces '{}' may be used around the tag name to separate it
|
1503
|
+
from subsequent text, and a '$$' is used to to represent a '$' symbol. The
|
1504
|
+
behaviour for missing tags in expressions is defined by the L</MissingTagValue>
|
1505
|
+
option. The tag value may be modified via changes to the default input variable
|
1506
|
+
($_) in Perl expressions placed inside the braces and after a semicolon
|
1507
|
+
following the tag name. Braces within the expression must be balanced.
|
1508
|
+
Multiple options hash references may be passed to set different options for
|
1509
|
+
different tags. Options apply to subsequent tags in the argument list.
|
1510
|
+
|
1511
|
+
By default, this routine will commute information between same-named tags in
|
1512
|
+
different groups, allowing information to be translated between images with
|
1513
|
+
different formats. This behaviour may be modified by specifying a group
|
1514
|
+
name for extracted tags (even if '*' is used as a group name), in which case
|
1515
|
+
the information is written to the original group, unless redirected to a
|
1516
|
+
different group. When '*' is used for a group name, by default the family 1
|
1517
|
+
group of the original tag is preserved, but a different family may be specified
|
1518
|
+
with a leading family number. (For example, specifying '*:*' copies all
|
1519
|
+
information while preserving the original family 1 groups, while '0*:*'
|
1520
|
+
preserves the family 0 group.)
|
1521
|
+
|
1522
|
+
=item SetNewValuesFromFile Options:
|
1523
|
+
|
1524
|
+
The options are the same was for L</SetNewValue>, and are passed directly
|
1525
|
+
to L</SetNewValue> internally, with a few exceptions:
|
1526
|
+
|
1527
|
+
- The Replace option defaults to 1 instead of 0 as with L</SetNewValue>.
|
1528
|
+
|
1529
|
+
- The AddValue or DelValue option is set for individual tags if '+>' or '->'
|
1530
|
+
(or '+E<lt>' or '-E<lt>') are used.
|
1531
|
+
|
1532
|
+
- The Group option is set for tags where a group name is given.
|
1533
|
+
|
1534
|
+
- The Protected flag is set to 1 for individually specified tags.
|
1535
|
+
|
1536
|
+
- The Type option also applies to extracted tags.
|
1537
|
+
|
1538
|
+
=item Return Values:
|
1539
|
+
|
1540
|
+
A hash of information that was set successfully. May include Warning or
|
1541
|
+
Error entries if there were problems reading the input file.
|
1542
|
+
|
1543
|
+
=item Notes:
|
1544
|
+
|
1545
|
+
The PrintConv option applies to this routine, but it normally should be left
|
1546
|
+
on to provide more reliable transfer of information between groups.
|
1547
|
+
|
1548
|
+
If a preview image exists, it is not copied. The preview image must be
|
1549
|
+
transferred separately if desired, in a separate call to L</WriteInfo>
|
1550
|
+
|
1551
|
+
When simply copying all information between files of the same type, it is
|
1552
|
+
usually desirable to preserve the original groups by specifying '*:*' for
|
1553
|
+
the tags to set.
|
1554
|
+
|
1555
|
+
The L</Duplicates> option is always in effect for tags extracted from the
|
1556
|
+
source file using this routine.
|
1557
|
+
|
1558
|
+
The L</Struct> option is enabled by default for tags extracted by this
|
1559
|
+
routine. This allows the hierarchy of complex structures to be preserved
|
1560
|
+
when copying, but the Struct option may be set to 0 to override this
|
1561
|
+
behaviour and copy as flattened tags instead.
|
1562
|
+
|
1563
|
+
=back
|
1564
|
+
|
1565
|
+
=head2 GetNewValues
|
1566
|
+
|
1567
|
+
Get list of new Raw values for the specified tag. These are the values that
|
1568
|
+
will be written to file. Most tags return only a single value, but
|
1569
|
+
List-type tags may return multiple values.
|
1570
|
+
|
1571
|
+
$rawVal = $exifTool->GetNewValues($tag);
|
1572
|
+
|
1573
|
+
@rawVals = $exifTool->GetNewValues($tag);
|
1574
|
+
|
1575
|
+
=over 4
|
1576
|
+
|
1577
|
+
=item Inputs:
|
1578
|
+
|
1579
|
+
0) ExifTool object reference
|
1580
|
+
|
1581
|
+
1) Tag name (case sensitive, may be prefixed by family 0 or 1 group name)
|
1582
|
+
|
1583
|
+
=item Return Values:
|
1584
|
+
|
1585
|
+
List of new Raw tag values, or first value in list when called in scalar
|
1586
|
+
context. The list may be empty either if the tag isn't being written, or if
|
1587
|
+
it is being deleted (ie. if L</SetNewValue> was called without a value).
|
1588
|
+
|
1589
|
+
=back
|
1590
|
+
|
1591
|
+
=head2 CountNewValues
|
1592
|
+
|
1593
|
+
Return the total number of new values set.
|
1594
|
+
|
1595
|
+
$numSet = $exifTool->CountNewValues();
|
1596
|
+
($numSet, $numPseudo) = $exifTool->CountNewValues();
|
1597
|
+
|
1598
|
+
=over 4
|
1599
|
+
|
1600
|
+
=item Inputs:
|
1601
|
+
|
1602
|
+
0) ExifTool object reference
|
1603
|
+
|
1604
|
+
=item Return Values:
|
1605
|
+
|
1606
|
+
In scalar context, returns the total number of tags with new values set. In
|
1607
|
+
list context, also returns the number of "pseudo" tag values which have been
|
1608
|
+
set. "Pseudo" tags are tags like FileName and FileModifyDate which are not
|
1609
|
+
contained within the file and can be changed without rewriting the file.
|
1610
|
+
|
1611
|
+
=back
|
1612
|
+
|
1613
|
+
=head2 SaveNewValues
|
1614
|
+
|
1615
|
+
Save state of new values to be later restored by L</RestoreNewValues>.
|
1616
|
+
|
1617
|
+
$exifTool->SaveNewValues(); # save state of new values
|
1618
|
+
$exifTool->SetNewValue(ISO => 100); # set new value for ISO
|
1619
|
+
$exifTool->WriteInfo($src, $dst1); # write ISO + previous new values
|
1620
|
+
$exifTool->RestoreNewValues(); # restore previous new values
|
1621
|
+
$exifTool->WriteInfo($src, $dst2); # write previous new values only
|
1622
|
+
|
1623
|
+
=over 4
|
1624
|
+
|
1625
|
+
=item Inputs:
|
1626
|
+
|
1627
|
+
0) ExifTool object reference
|
1628
|
+
|
1629
|
+
=item Return Value:
|
1630
|
+
|
1631
|
+
Count of the number of times this routine has been called (N) since the last
|
1632
|
+
time the new values were reset.
|
1633
|
+
|
1634
|
+
=back
|
1635
|
+
|
1636
|
+
=head2 RestoreNewValues
|
1637
|
+
|
1638
|
+
Restore new values to the settings that existed when L</SaveNewValues> was
|
1639
|
+
last called. May be called repeatedly after a single call to
|
1640
|
+
L</SaveNewValues>. See L</SaveNewValues> above for an example.
|
1641
|
+
|
1642
|
+
=over 4
|
1643
|
+
|
1644
|
+
=item Inputs:
|
1645
|
+
|
1646
|
+
0) ExifTool object reference
|
1647
|
+
|
1648
|
+
=item Return Value:
|
1649
|
+
|
1650
|
+
None.
|
1651
|
+
|
1652
|
+
=back
|
1653
|
+
|
1654
|
+
=head2 SetFileModifyDate
|
1655
|
+
|
1656
|
+
Write the filesystem modification or creation time from the new value of the
|
1657
|
+
FileModifyDate or FileCreateDate tag.
|
1658
|
+
|
1659
|
+
$exifTool->SetNewValue(FileModifyDate => '2000:01:02 03:04:05-05:00',
|
1660
|
+
Protected => 1);
|
1661
|
+
$result = $exifTool->SetFileModifyDate($file);
|
1662
|
+
|
1663
|
+
=over 4
|
1664
|
+
|
1665
|
+
=item Inputs:
|
1666
|
+
|
1667
|
+
0) ExifTool object reference
|
1668
|
+
|
1669
|
+
1) File name
|
1670
|
+
|
1671
|
+
2) [optional] Base time if applying shift (days before $^T)
|
1672
|
+
|
1673
|
+
3) [optional] Tag to write: 'FileModifyDate' (default), or 'FileCreateDate'
|
1674
|
+
|
1675
|
+
=item Return Value:
|
1676
|
+
|
1677
|
+
1 if the time was changed, 0 if nothing was done, or -1 if there was an
|
1678
|
+
error setting the time.
|
1679
|
+
|
1680
|
+
=item Notes:
|
1681
|
+
|
1682
|
+
Equivalent to, but more efficient than calling L</WriteInfo> when only the
|
1683
|
+
FileModifyDate or FileCreateDate tag has been set. If a timezone is not
|
1684
|
+
specified, local time is assumed. When shifting, the time of the original
|
1685
|
+
file is used unless the optional base time is specified.
|
1686
|
+
|
1687
|
+
The ability to write FileCreateDate is currently restricted to Windows
|
1688
|
+
systems only.
|
1689
|
+
|
1690
|
+
=back
|
1691
|
+
|
1692
|
+
=head2 SetFileName
|
1693
|
+
|
1694
|
+
Set the file name and directory, or create a hard link. If not specified,
|
1695
|
+
the new file name is derived from the new values of the FileName and
|
1696
|
+
Directory tags, or from the HardLink tag if creating a link. If the
|
1697
|
+
FileName tag contains a '/', then the file is renamed into a new directory.
|
1698
|
+
If FileName ends with '/', then it is taken as a directory name and the file
|
1699
|
+
is moved into the new directory. The new value for the Directory tag takes
|
1700
|
+
precedence over any directory specified in FileName.
|
1701
|
+
|
1702
|
+
$result = $exifTool->SetFileName($file);
|
1703
|
+
$result = $exifTool->SetFileName($file, $newName);
|
1704
|
+
|
1705
|
+
=over 4
|
1706
|
+
|
1707
|
+
=item Inputs:
|
1708
|
+
|
1709
|
+
0) ExifTool object reference
|
1710
|
+
|
1711
|
+
1) Current file name
|
1712
|
+
|
1713
|
+
2) [optional] New file name
|
1714
|
+
|
1715
|
+
3) [optional] 'Link' to create a hard link instead of renaming the file, or
|
1716
|
+
'Test' to test renaming feature by printing the old and new names instead of
|
1717
|
+
changing anything.
|
1718
|
+
|
1719
|
+
=item Return Value:
|
1720
|
+
|
1721
|
+
1 if the file name or directory was changed, 0 if nothing was done, or -1 if
|
1722
|
+
there was an error renaming the file.
|
1723
|
+
|
1724
|
+
=item Notes:
|
1725
|
+
|
1726
|
+
Will not overwrite existing files. New directories are created as necessary.
|
1727
|
+
|
1728
|
+
=back
|
1729
|
+
|
1730
|
+
=head2 SetNewGroups
|
1731
|
+
|
1732
|
+
Set the order of the preferred groups when adding new information. In
|
1733
|
+
subsequent calls to L</SetNewValue>, new information will be created in the
|
1734
|
+
first valid group of this list. This has an impact only if the group is not
|
1735
|
+
specified when calling L</SetNewValue> and if the tag name exists in more
|
1736
|
+
than one group. The default order is EXIF, IPTC then XMP. Any family 0
|
1737
|
+
group name may be used. Case is not significant.
|
1738
|
+
|
1739
|
+
$exifTool->SetNewGroups('XMP','EXIF','IPTC');
|
1740
|
+
|
1741
|
+
=over 4
|
1742
|
+
|
1743
|
+
=item Inputs:
|
1744
|
+
|
1745
|
+
0) ExifTool object reference
|
1746
|
+
|
1747
|
+
1-N) Groups in order of priority. If no groups are specified, the priorities
|
1748
|
+
are reset to the defaults.
|
1749
|
+
|
1750
|
+
=item Return Value:
|
1751
|
+
|
1752
|
+
None.
|
1753
|
+
|
1754
|
+
=back
|
1755
|
+
|
1756
|
+
=head2 GetNewGroups
|
1757
|
+
|
1758
|
+
Get current group priority list.
|
1759
|
+
|
1760
|
+
@groups = $exifTool->GetNewGroups();
|
1761
|
+
|
1762
|
+
=over 4
|
1763
|
+
|
1764
|
+
=item Inputs:
|
1765
|
+
|
1766
|
+
0) ExifTool object reference
|
1767
|
+
|
1768
|
+
=item Return Values:
|
1769
|
+
|
1770
|
+
List of group names in order of write priority. Highest priority first.
|
1771
|
+
|
1772
|
+
=back
|
1773
|
+
|
1774
|
+
=head2 GetTagID
|
1775
|
+
|
1776
|
+
Get the ID for the specified tag. The ID is the IFD tag number in EXIF
|
1777
|
+
information, the property name in XMP information, or the data offset in a
|
1778
|
+
binary data block. For some tags, such as Composite tags where there is no
|
1779
|
+
ID, an empty string is returned. In list context, also returns a language
|
1780
|
+
code for the tag if available and different from the default language (eg.
|
1781
|
+
with alternate language entries for XMP "lang-alt" tags).
|
1782
|
+
|
1783
|
+
$id = $exifTool->GetTagID($tag);
|
1784
|
+
($id, $lang) = $exifTool->GetTagID($tag);
|
1785
|
+
|
1786
|
+
=over 4
|
1787
|
+
|
1788
|
+
=item Inputs:
|
1789
|
+
|
1790
|
+
0) ExifTool object reference
|
1791
|
+
|
1792
|
+
1) Tag key
|
1793
|
+
|
1794
|
+
=item Return Values:
|
1795
|
+
|
1796
|
+
In scalar context, returns the tag ID or '' if there is no ID for this tag.
|
1797
|
+
In list context, returns the tag ID (or '') and the language code (or
|
1798
|
+
undef).
|
1799
|
+
|
1800
|
+
=back
|
1801
|
+
|
1802
|
+
=head2 GetDescription
|
1803
|
+
|
1804
|
+
Get description for specified tag. This function will always return a
|
1805
|
+
defined value. In the case where the description doesn't exist, one is
|
1806
|
+
generated from the tag name.
|
1807
|
+
|
1808
|
+
=over 4
|
1809
|
+
|
1810
|
+
=item Inputs:
|
1811
|
+
|
1812
|
+
0) ExifTool object reference
|
1813
|
+
|
1814
|
+
1) Tag key
|
1815
|
+
|
1816
|
+
=item Return Values:
|
1817
|
+
|
1818
|
+
A description for the specified tag.
|
1819
|
+
|
1820
|
+
=back
|
1821
|
+
|
1822
|
+
=head2 GetGroup
|
1823
|
+
|
1824
|
+
Get group name(s) for a specified tag.
|
1825
|
+
|
1826
|
+
# return family 0 group name (eg. 'EXIF');
|
1827
|
+
$group = $exifTool->GetGroup($tag, 0);
|
1828
|
+
|
1829
|
+
# return all groups (eg. qw{EXIF IFD0 Author Main})
|
1830
|
+
@groups = $exifTool->GetGroup($tag);
|
1831
|
+
|
1832
|
+
# return groups as a string (eg. 'Main:IFD0:Author')
|
1833
|
+
$group = $exifTool->GetGroup($tag, ':3:1:2');
|
1834
|
+
|
1835
|
+
# return groups as a simplified string (eg. 'IFD0:Author')
|
1836
|
+
$group = $exifTool->GetGroup($tag, '3:1:2');
|
1837
|
+
|
1838
|
+
=over 4
|
1839
|
+
|
1840
|
+
=item Inputs:
|
1841
|
+
|
1842
|
+
0) ExifTool object reference
|
1843
|
+
|
1844
|
+
1) Tag key
|
1845
|
+
|
1846
|
+
2) [optional] Group family number, or string of numbers separated by colons
|
1847
|
+
|
1848
|
+
=item Return Values:
|
1849
|
+
|
1850
|
+
Group name (or '' if tag has no group). If no group family is specified,
|
1851
|
+
L</GetGroup> returns the name of the group in family 0 when called in scalar
|
1852
|
+
context, or the names of groups for all families in list context. Returns a
|
1853
|
+
string of group names separated by colons if the input group family contains
|
1854
|
+
a colon. The string is simplified to remove a leading 'Main:' and adjacent
|
1855
|
+
identical group names unless the family string begins with a colon.
|
1856
|
+
|
1857
|
+
=item Notes:
|
1858
|
+
|
1859
|
+
The group family numbers are currently available:
|
1860
|
+
|
1861
|
+
0) Information Type (eg. EXIF, XMP, IPTC)
|
1862
|
+
1) Specific Location (eg. IFD0, XMP-dc)
|
1863
|
+
2) Category (eg. Author, Time)
|
1864
|
+
3) Document Number (eg. Main, Doc1, Doc3-2)
|
1865
|
+
4) Instance Number (eg. Copy1, Copy2, Copy3...)
|
1866
|
+
|
1867
|
+
Families 0 and 1 are based on the file structure, and are similar except
|
1868
|
+
that family 1 is more specific and sub-divides some groups to give more
|
1869
|
+
detail about the specific location where the information was found. For
|
1870
|
+
example, the EXIF group is split up based on the specific IFD (Image File
|
1871
|
+
Directory), the MakerNotes group is divided into groups for each
|
1872
|
+
manufacturer, and the XMP group is separated based on the XMP namespace
|
1873
|
+
prefix. Note that only common XMP namespaces are listed in the
|
1874
|
+
L<GetAllGroups documentation|/GetAllGroups [static]>, but additional
|
1875
|
+
namespaces may be present in some XMP data. Also note that the 'XMP-xmp...'
|
1876
|
+
group names may appear in the older form 'XMP-xap...' since these names
|
1877
|
+
evolved as the XMP standard was developed. The ICC_Profile group is broken
|
1878
|
+
down to give information about the specific ICC_Profile tag from which
|
1879
|
+
multiple values were extracted. As well, information extracted from the
|
1880
|
+
ICC_Profile header is separated into the ICC-header group.
|
1881
|
+
|
1882
|
+
Family 2 classifies information based on the logical category to which the
|
1883
|
+
information refers.
|
1884
|
+
|
1885
|
+
Family 3 gives the document number for tags extracted from embedded
|
1886
|
+
documents, or 'Main' for tags from the main document. (See the
|
1887
|
+
L</ExtractEmbedded> option for extracting tags from embedded documents.)
|
1888
|
+
Nested sub-documents (if they exist) are indicated by numbers separated with
|
1889
|
+
dashes in the group name, to an arbitrary depth. (eg. 'Doc2-3-1' is the 1st
|
1890
|
+
sub-sub-document of the 3rd sub-document of the 2nd embedded document of the
|
1891
|
+
main file.)
|
1892
|
+
|
1893
|
+
Family 4 provides a method for differentiating tags when multiple tags exist
|
1894
|
+
with the same name in the same location. The primary instance of a tag (the
|
1895
|
+
tag extracted when the Duplicates option is disabled and no group is
|
1896
|
+
specified) has no family 4 group name, but additional instances have have
|
1897
|
+
family 4 group names of 'Copy1', 'Copy2', 'Copy3', etc.
|
1898
|
+
|
1899
|
+
See L</GetAllGroups [static]> for complete lists of group names.
|
1900
|
+
|
1901
|
+
=back
|
1902
|
+
|
1903
|
+
=head2 GetGroups
|
1904
|
+
|
1905
|
+
Get list of group names that exist in the specified information.
|
1906
|
+
|
1907
|
+
@groups = $exifTool->GetGroups($info, 2);
|
1908
|
+
@groups = $exifTool->GetGroups('3:1');
|
1909
|
+
|
1910
|
+
=over 4
|
1911
|
+
|
1912
|
+
=item Inputs:
|
1913
|
+
|
1914
|
+
0) ExifTool object reference
|
1915
|
+
|
1916
|
+
1) [optional] Info hash ref (default is all extracted info)
|
1917
|
+
|
1918
|
+
2) [optional] Group family number, or string of numbers (default 0)
|
1919
|
+
|
1920
|
+
=item Return Values:
|
1921
|
+
|
1922
|
+
List of group names in alphabetical order. If information hash is not
|
1923
|
+
specified, the group names are returned for all extracted information. See
|
1924
|
+
L</GetGroup> for an description of family numbers and family number strings.
|
1925
|
+
|
1926
|
+
=back
|
1927
|
+
|
1928
|
+
=head2 BuildCompositeTags
|
1929
|
+
|
1930
|
+
Builds composite tags from required tags. The composite tags are
|
1931
|
+
convenience tags which are derived from the values of other tags. This
|
1932
|
+
routine is called automatically by L</ImageInfo> and L</ExtractInfo> if the
|
1933
|
+
Composite option is set.
|
1934
|
+
|
1935
|
+
=over 4
|
1936
|
+
|
1937
|
+
=item Inputs:
|
1938
|
+
|
1939
|
+
0) ExifTool object reference
|
1940
|
+
|
1941
|
+
=item Return Values:
|
1942
|
+
|
1943
|
+
(none)
|
1944
|
+
|
1945
|
+
=item Notes:
|
1946
|
+
|
1947
|
+
Tag values are calculated in alphabetical order unless a tag Require's or
|
1948
|
+
Desire's another composite tag, in which case the calculation is deferred
|
1949
|
+
until after the other tag is calculated. Composite tags may need to read
|
1950
|
+
data from the image for their value to be determined, so for these
|
1951
|
+
L</BuildCompositeTags> must be called while the image is available. This is
|
1952
|
+
only a problem if L</ImageInfo> is called with a filename (as opposed to a
|
1953
|
+
file reference or scalar reference) since in this case the file is closed
|
1954
|
+
before L</ImageInfo> returns. However if you enable the Composite option,
|
1955
|
+
L</BuildCompositeTags> is called from within L</ImageInfo> before the file
|
1956
|
+
is closed.
|
1957
|
+
|
1958
|
+
=back
|
1959
|
+
|
1960
|
+
=head2 GetTagName [static]
|
1961
|
+
|
1962
|
+
Get name of tag from tag key. This is a convenience function that
|
1963
|
+
strips the embedded instance number, if it exists, from the tag key.
|
1964
|
+
|
1965
|
+
Note: "static" in the heading above indicates that the function does not
|
1966
|
+
require an ExifTool object reference as the first argument. All functions
|
1967
|
+
documented below are also static.
|
1968
|
+
|
1969
|
+
$tagName = Image::ExifTool::GetTagName($tag);
|
1970
|
+
|
1971
|
+
=over 4
|
1972
|
+
|
1973
|
+
=item Inputs:
|
1974
|
+
|
1975
|
+
0) Tag key
|
1976
|
+
|
1977
|
+
=item Return Value:
|
1978
|
+
|
1979
|
+
Tag name. This is the same as the tag key but has the instance number
|
1980
|
+
removed.
|
1981
|
+
|
1982
|
+
=back
|
1983
|
+
|
1984
|
+
=head2 GetShortcuts [static]
|
1985
|
+
|
1986
|
+
Get a list of shortcut tags.
|
1987
|
+
|
1988
|
+
=over 4
|
1989
|
+
|
1990
|
+
=item Inputs:
|
1991
|
+
|
1992
|
+
(none)
|
1993
|
+
|
1994
|
+
=item Return Values:
|
1995
|
+
|
1996
|
+
List of shortcut tags (as defined in Image::ExifTool::Shortcuts).
|
1997
|
+
|
1998
|
+
=back
|
1999
|
+
|
2000
|
+
=head2 GetAllTags [static]
|
2001
|
+
|
2002
|
+
Get list of all available tag names.
|
2003
|
+
|
2004
|
+
@tagList = Image::ExifTool::GetAllTags($group);
|
2005
|
+
|
2006
|
+
=over 4
|
2007
|
+
|
2008
|
+
=item Inputs:
|
2009
|
+
|
2010
|
+
0) [optional] Group name, or string of group names separated by colons
|
2011
|
+
|
2012
|
+
=item Return Values:
|
2013
|
+
|
2014
|
+
A list of all available tags in alphabetical order, or all tags in a
|
2015
|
+
specified group or intersection of groups. The group name is case
|
2016
|
+
insensitive, and any group in families 0-2 may be used except for EXIF
|
2017
|
+
family 1 groups (ie. the specific IFD).
|
2018
|
+
|
2019
|
+
=back
|
2020
|
+
|
2021
|
+
=head2 GetWritableTags [static]
|
2022
|
+
|
2023
|
+
Get list of all writable tag names.
|
2024
|
+
|
2025
|
+
@tagList = Image::ExifTool::GetWritableTags($group);
|
2026
|
+
|
2027
|
+
=over 4
|
2028
|
+
|
2029
|
+
=item Inputs:
|
2030
|
+
|
2031
|
+
0) [optional] Group name, or string of group names separated by colons
|
2032
|
+
|
2033
|
+
=item Return Values:
|
2034
|
+
|
2035
|
+
A list of all writable tags in alphabetical order. These are the tags for
|
2036
|
+
which values may be set through L</SetNewValue>. If a group name is given,
|
2037
|
+
returns only writable tags in specified group(s). The group name is case
|
2038
|
+
insensitive, and any group in families 0-2 may be used except for EXIF
|
2039
|
+
family 1 groups (ie. the specific IFD).
|
2040
|
+
|
2041
|
+
=back
|
2042
|
+
|
2043
|
+
=head2 GetAllGroups [static]
|
2044
|
+
|
2045
|
+
Get list of all group names in specified family.
|
2046
|
+
|
2047
|
+
@groupList = Image::ExifTool::GetAllGroups($family);
|
2048
|
+
|
2049
|
+
=over 4
|
2050
|
+
|
2051
|
+
=item Inputs:
|
2052
|
+
|
2053
|
+
0) Group family number (0-4)
|
2054
|
+
|
2055
|
+
=item Return Values:
|
2056
|
+
|
2057
|
+
A list of all groups in the specified family in alphabetical order.
|
2058
|
+
|
2059
|
+
=back
|
2060
|
+
|
2061
|
+
Here is a complete list of groups for each of these families:
|
2062
|
+
|
2063
|
+
=over 4
|
2064
|
+
|
2065
|
+
=item Family 0 (Information Type):
|
2066
|
+
|
2067
|
+
AFCP, AIFF, APE, APP0, APP1, APP11, APP12, APP13, APP14, APP15, APP4, APP5,
|
2068
|
+
APP6, APP8, ASF, Audible, CanonVRD, Composite, DICOM, DNG, DV, DjVu, Ducky,
|
2069
|
+
EXE, EXIF, ExifTool, FLAC, FLIR, File, Flash, FlashPix, Font, FotoStation,
|
2070
|
+
GIF, GIMP, GeoTiff, H264, HTML, ICC_Profile, ID3, IPTC, ITC, JFIF, JPEG,
|
2071
|
+
Jpeg2000, LNK, Leaf, Lytro, M2TS, MIE, MIFF, MNG, MOI, MPC, MPEG, MPF, MXF,
|
2072
|
+
MakerNotes, Matroska, Meta, Ogg, OpenEXR, PDF, PICT, PLIST, PNG, PSP, Palm,
|
2073
|
+
PanasonicRaw, PhotoCD, PhotoMechanic, Photoshop, PostScript, PrintIM,
|
2074
|
+
QuickTime, RAF, RIFF, RSRC, RTF, Radiance, Rawzor, Real, SVG, SigmaRaw,
|
2075
|
+
Stim, Theora, Torrent, VCard, Vorbis, XML, XMP, ZIP
|
2076
|
+
|
2077
|
+
=item Family 1 (Specific Location):
|
2078
|
+
|
2079
|
+
AC3, AFCP, AIFF, APE, ASF, AVI1, Adobe, AdobeCM, AdobeDNG, Apple, Audible,
|
2080
|
+
CIFF, Canon, CanonCustom, CanonRaw, CanonVRD, Casio, Chapter#, Composite,
|
2081
|
+
DICOM, DNG, DV, DjVu, DjVu-Meta, Ducky, EPPIM, EXE, EXIF, ExifIFD, ExifTool,
|
2082
|
+
FLAC, FLIR, File, Flash, FlashPix, Font, FotoStation, FujiFilm, FujiIFD, GE,
|
2083
|
+
GIF, GIMP, GPS, GeoTiff, GlobParamIFD, GraphConv, H264, HP, HTC, HTML,
|
2084
|
+
HTML-dc, HTML-ncc, HTML-office, HTML-prod, HTML-vw96, HTTP-equiv, ICC-chrm,
|
2085
|
+
ICC-clrt, ICC-header, ICC-meas, ICC-meta, ICC-view, ICC_Profile,
|
2086
|
+
ICC_Profile#, ID3, ID3v1, ID3v1_Enh, ID3v2_2, ID3v2_3, ID3v2_4, IFD0, IFD1,
|
2087
|
+
IPTC, IPTC#, ITC, InteropIFD, JFIF, JPEG, JPEG-HDR, JVC, Jpeg2000, KDC_IFD,
|
2088
|
+
Kodak, KodakBordersIFD, KodakEffectsIFD, KodakIFD, KyoceraRaw, LNK, Leaf,
|
2089
|
+
LeafSubIFD, Leica, Lytro, M2TS, MAC, MIE-Audio, MIE-Camera, MIE-Canon,
|
2090
|
+
MIE-Doc, MIE-Extender, MIE-Flash, MIE-GPS, MIE-Geo, MIE-Image, MIE-Lens,
|
2091
|
+
MIE-Main, MIE-MakerNotes, MIE-Meta, MIE-Orient, MIE-Preview, MIE-Thumbnail,
|
2092
|
+
MIE-UTM, MIE-Unknown, MIE-Video, MIFF, MNG, MOBI, MOI, MPC, MPEG, MPF0,
|
2093
|
+
MPImage, MXF, MakerNotes, MakerUnknown, Matroska, MediaJukebox, MetaIFD,
|
2094
|
+
Microsoft, Minolta, MinoltaRaw, NITF, Nikon, NikonCapture, NikonCustom,
|
2095
|
+
NikonScan, Nintendo, Ocad, Ogg, Olympus, OpenEXR, PDF, PICT, PNG, PNG-pHYs,
|
2096
|
+
PSP, Palm, Panasonic, PanasonicRaw, Pentax, PhaseOne, PhotoCD,
|
2097
|
+
PhotoMechanic, Photoshop, PictureInfo, PostScript, PreviewIFD, PrintIM,
|
2098
|
+
ProfileIFD, Qualcomm, QuickTime, RAF, RAF2, RIFF, RMETA, RSRC, RTF,
|
2099
|
+
Radiance, Rawzor, Real, Real-CONT, Real-MDPR, Real-PROP, Real-RA3, Real-RA4,
|
2100
|
+
Real-RA5, Real-RJMD, Reconyx, Ricoh, SPIFF, SR2, SR2DataIFD, SR2SubIFD,
|
2101
|
+
SRF#, SVG, Samsung, Sanyo, Scalado, Sigma, SigmaRaw, Sony, SonyIDC, Stim,
|
2102
|
+
SubIFD, System, Theora, Torrent, Track#, VCard, VCalendar, Version0, Vorbis,
|
2103
|
+
XML, XMP, XMP-DICOM, XMP-GPano, XMP-MP, XMP-MP1, XMP-PixelLive, XMP-aas,
|
2104
|
+
XMP-acdsee, XMP-album, XMP-apple-fi, XMP-aux, XMP-cc, XMP-cell, XMP-crs,
|
2105
|
+
XMP-dc, XMP-dex, XMP-digiKam, XMP-dwc, XMP-exif, XMP-exifEX,
|
2106
|
+
XMP-expressionmedia, XMP-extensis, XMP-fpv, XMP-getty, XMP-ics,
|
2107
|
+
XMP-iptcCore, XMP-iptcExt, XMP-lr, XMP-mediapro, XMP-microsoft,
|
2108
|
+
XMP-mwg-coll, XMP-mwg-kw, XMP-mwg-rs, XMP-pdf, XMP-pdfx, XMP-photomech,
|
2109
|
+
XMP-photoshop, XMP-plus, XMP-prism, XMP-prl, XMP-pur, XMP-rdf, XMP-swf,
|
2110
|
+
XMP-tiff, XMP-x, XMP-xmp, XMP-xmpBJ, XMP-xmpDM, XMP-xmpMM, XMP-xmpNote,
|
2111
|
+
XMP-xmpPLUS, XMP-xmpRights, XMP-xmpTPg, ZIP
|
2112
|
+
|
2113
|
+
=item Family 2 (Category):
|
2114
|
+
|
2115
|
+
Audio, Author, Camera, Document, ExifTool, Image, Location, Other, Preview,
|
2116
|
+
Printing, Time, Unknown, Video
|
2117
|
+
|
2118
|
+
=item Family 3 (Document Number):
|
2119
|
+
|
2120
|
+
Doc#, Main
|
2121
|
+
|
2122
|
+
=item Family 4 (Instance Number):
|
2123
|
+
|
2124
|
+
Copy#
|
2125
|
+
|
2126
|
+
=back
|
2127
|
+
|
2128
|
+
=head2 GetDeleteGroups [static]
|
2129
|
+
|
2130
|
+
Get list of all deletable group names.
|
2131
|
+
|
2132
|
+
@delGroups = Image::ExifTool::GetDeleteGroups();
|
2133
|
+
|
2134
|
+
=over 4
|
2135
|
+
|
2136
|
+
=item Inputs:
|
2137
|
+
|
2138
|
+
None.
|
2139
|
+
|
2140
|
+
=item Return Values:
|
2141
|
+
|
2142
|
+
A list of deletable group names in alphabetical order. The current list of
|
2143
|
+
deletable group names is:
|
2144
|
+
|
2145
|
+
AFCP, APP0, APP1, APP10, APP11, APP12, APP13, APP14, APP15, APP2, APP3,
|
2146
|
+
APP4, APP5, APP6, APP7, APP8, APP9, Adobe, CIFF, CanonVRD, Ducky, EXIF,
|
2147
|
+
ExifIFD, File, FlashPix, FotoStation, GPS, GlobParamIFD, ICC_Profile, IFD0,
|
2148
|
+
IFD1, IPTC, InteropIFD, JFIF, Jpeg2000, MIE, MPF, MakerNotes, Meta, MetaIFD,
|
2149
|
+
NikonCapture, PDF, PDF-update, PNG, PhotoMechanic, Photoshop, PrintIM,
|
2150
|
+
RMETA, RSRC, SubIFD, Trailer, XML, XML-*, XMP, XMP-*
|
2151
|
+
|
2152
|
+
All names in this list are either family 0 or family 1 group names, with the
|
2153
|
+
exception of 'Trailer' which allows all trailers in JPEG and TIFF-format
|
2154
|
+
images to be deleted at once, including unknown trailers. To schedule a
|
2155
|
+
group for deletion, call L</SetNewValue> with an undefined value and a tag
|
2156
|
+
name like 'Trailer:*'.
|
2157
|
+
|
2158
|
+
Note that the JPEG "APP" groups are special, and are used only to delete
|
2159
|
+
application segments which are not associated with another deletable group.
|
2160
|
+
For example, deleting 'APP14:*' will delete other APP14 segments, but not
|
2161
|
+
the APP14 "Adobe" segment.
|
2162
|
+
|
2163
|
+
=back
|
2164
|
+
|
2165
|
+
=head2 GetFileType [static]
|
2166
|
+
|
2167
|
+
Get type of file given file name.
|
2168
|
+
|
2169
|
+
my $type = Image::ExifTool::GetFileType($filename);
|
2170
|
+
my $desc = Image::ExifTool::GetFileType($filename, 1);
|
2171
|
+
|
2172
|
+
=over 4
|
2173
|
+
|
2174
|
+
=item Inputs:
|
2175
|
+
|
2176
|
+
0) [optional] File name (or just an extension)
|
2177
|
+
|
2178
|
+
1) [optional] Flag to return a description instead of a type. Set to 0 to
|
2179
|
+
return type for recognized but unsupported files (otherwise the return value
|
2180
|
+
for unsupported files is undef).
|
2181
|
+
|
2182
|
+
=item Return Value:
|
2183
|
+
|
2184
|
+
A string, based on the file extension, which indicates the basic format of
|
2185
|
+
the file. Note that some files may be based on other formats (like many RAW
|
2186
|
+
image formats are based on TIFF). In array context, may return more than
|
2187
|
+
one file type if the file may be based on different formats. Returns undef
|
2188
|
+
if files with this extension are not yet supported by ExifTool. Returns a
|
2189
|
+
list of extensions for all supported file types if no input extension is
|
2190
|
+
specified (or all recognized file types if the description flag is set to 0).
|
2191
|
+
Returns a more detailed description of the specific file format when the
|
2192
|
+
description flag is set.
|
2193
|
+
|
2194
|
+
=back
|
2195
|
+
|
2196
|
+
=head2 CanWrite [static]
|
2197
|
+
|
2198
|
+
Can the specified file be written?
|
2199
|
+
|
2200
|
+
my $writable = Image::ExifTool::CanWrite($filename);
|
2201
|
+
|
2202
|
+
=over 4
|
2203
|
+
|
2204
|
+
=item Inputs:
|
2205
|
+
|
2206
|
+
0) File name or extension
|
2207
|
+
|
2208
|
+
=item Return Value:
|
2209
|
+
|
2210
|
+
True if ExifTool supports writing files of this type (based on the file
|
2211
|
+
extension).
|
2212
|
+
|
2213
|
+
=back
|
2214
|
+
|
2215
|
+
=head2 CanCreate [static]
|
2216
|
+
|
2217
|
+
Can the specified file be created?
|
2218
|
+
|
2219
|
+
my $creatable = Image::ExifTool::CanCreate($filename);
|
2220
|
+
|
2221
|
+
=over 4
|
2222
|
+
|
2223
|
+
=item Inputs:
|
2224
|
+
|
2225
|
+
0) File name or extension
|
2226
|
+
|
2227
|
+
=item Return Value:
|
2228
|
+
|
2229
|
+
True if ExifTool can create files with this extension from scratch.
|
2230
|
+
Currently, this can only be done with XMP, MIE, ICC, VRD, DR4, EXV and EXIF
|
2231
|
+
files.
|
2232
|
+
|
2233
|
+
=back
|
2234
|
+
|
2235
|
+
=head2 AddUserDefinedTags [static]
|
2236
|
+
|
2237
|
+
Add user-defined tags to an existing tag table at run time. This differs
|
2238
|
+
from the usual technique of creating user-defined tags via the
|
2239
|
+
%Image::ExifTool::UserDefined hash (see the ExifTool_config file in the
|
2240
|
+
Image::ExifTool distribution) because it allows tags to be added after the
|
2241
|
+
tag table has been initialized.
|
2242
|
+
|
2243
|
+
use Image::ExifTool ':Public';
|
2244
|
+
my %tags = (
|
2245
|
+
TestTagID1 => { Name => 'TestTagName1' },
|
2246
|
+
TestTagID2 => { Name => 'TestTagName2' },
|
2247
|
+
);
|
2248
|
+
my $num = AddUserDefinedTags('Image::ExifTool::PDF::Info', %tags);
|
2249
|
+
|
2250
|
+
=over 4
|
2251
|
+
|
2252
|
+
=item Inputs:
|
2253
|
+
|
2254
|
+
0) Destination tag table name
|
2255
|
+
|
2256
|
+
1-N) Pairs of tag ID / tag information hash references for the new tags
|
2257
|
+
|
2258
|
+
=item Return Value:
|
2259
|
+
|
2260
|
+
The number of tags added.
|
2261
|
+
|
2262
|
+
=item Notes
|
2263
|
+
|
2264
|
+
Pre-existing tags with the same ID will be replaced in the destination
|
2265
|
+
table.
|
2266
|
+
|
2267
|
+
=back
|
2268
|
+
|
2269
|
+
=head1 CHARACTER ENCODINGS
|
2270
|
+
|
2271
|
+
Certain meta information formats allow coded character sets other than plain
|
2272
|
+
ASCII. When reading, most known encodings are converted to the external
|
2273
|
+
character set according to the L</Charset> option, or to UTF-8 by default.
|
2274
|
+
When writing, the inverse conversions are performed. Alternatively, special
|
2275
|
+
characters may be converted to/from HTML character entities with the
|
2276
|
+
L</Escape> HTML option.
|
2277
|
+
|
2278
|
+
A distinction is made between the external character set visible via the
|
2279
|
+
ExifTool API, and the internal character used to store text in the metadata
|
2280
|
+
of a file. These character sets may be specified separately as follows:
|
2281
|
+
|
2282
|
+
=over 4
|
2283
|
+
|
2284
|
+
=item External Character Sets:
|
2285
|
+
|
2286
|
+
The encoding for tag values passed to/from ExifTool API functions is set via
|
2287
|
+
the L</Charset> option, which is 'UTF8' by default.
|
2288
|
+
|
2289
|
+
The encoding of file names is specified via the L</CharsetFileName> option.
|
2290
|
+
By default, L</CharsetFileName> is not defined, and file names passed to
|
2291
|
+
ExifTool are used directly in calls to the system i/o routines (which expect
|
2292
|
+
UTF-8 strings on Mac/Linux, but default to the system code page on Windows).
|
2293
|
+
Setting L</CharsetFileName> causes file names to be converted from the
|
2294
|
+
specified encoding to one appropriate for the system. In Windows this also
|
2295
|
+
has the effect of activating Unicode filename support via the special
|
2296
|
+
Windows wide-character i/o routines if Win32API::File is available.
|
2297
|
+
|
2298
|
+
=item Internal Character Sets:
|
2299
|
+
|
2300
|
+
The encodings used to store strings in the various metadata formats. These
|
2301
|
+
encodings may be changed for certain types of metadata via the
|
2302
|
+
L</CharsetEXIF>, L</CharsetID3>, L</CharsetIPTC>, L</CharsetPhotoshop> and
|
2303
|
+
L</CharsetQuickTime> options.
|
2304
|
+
|
2305
|
+
=back
|
2306
|
+
|
2307
|
+
Values are returned as byte strings of encoded characters. Perl wide
|
2308
|
+
characters are not used. By default, most returned strings are encoded in
|
2309
|
+
UTF-8. For these, Encode::decode_utf8() may be used to convert to a
|
2310
|
+
sequence of logical Perl characters. Note that some settings of the
|
2311
|
+
PERL_UNICODE environment variable may be incompatible with ExifTool's
|
2312
|
+
character handling.
|
2313
|
+
|
2314
|
+
More specific details are given below about how character coding is handled
|
2315
|
+
for EXIF, IPTC, XMP, PNG, ID3, PDF, Photoshop, QuickTime, AIFF, MIE and
|
2316
|
+
Vorbis information:
|
2317
|
+
|
2318
|
+
=head2 EXIF
|
2319
|
+
|
2320
|
+
Most textual information in EXIF is stored in ASCII format (called "string"
|
2321
|
+
in the L<ExifTool tag name documentation|Image::ExifTool::TagNames>). By
|
2322
|
+
default ExifTool does not convert these strings. However, it is not
|
2323
|
+
uncommon for applications to write UTF-8 or other encodings where ASCII is
|
2324
|
+
expected. To deal with these, ExifTool allows the internal EXIF string
|
2325
|
+
encoding to be specified with L</CharsetEXIF>, which causes EXIF string
|
2326
|
+
values to be converted from the specified character set when reading, and
|
2327
|
+
stored with this character set when writing. (The MWG recommends using
|
2328
|
+
UTF-8 encoding for EXIF strings, and in keeping with this the
|
2329
|
+
L<MWG|Image::ExifTool::MWG> module sets the default internal EXIF string
|
2330
|
+
encoding to UTF-8, but note that this will have no effect unless the
|
2331
|
+
external encoding is also set to something other than the default of UTF-8.)
|
2332
|
+
|
2333
|
+
A few EXIF tags (UserComment, GPSProcessingMethod and GPSAreaInformation)
|
2334
|
+
support a designated internal text encoding, with values stored as ASCII,
|
2335
|
+
Unicode (UCS-2) or JIS. When reading these tags, ExifTool converts Unicode
|
2336
|
+
and JIS to the external character set specified by the L</Charset>
|
2337
|
+
option, or to UTF-8 by default. ASCII text is not converted. When writing,
|
2338
|
+
text is stored as ASCII unless the string contains special characters, in
|
2339
|
+
which case it is converted from the external character set (UTF-8 by
|
2340
|
+
default), and stored as Unicode. ExifTool writes Unicode in native EXIF byte
|
2341
|
+
ordering by default, but the byte order may be specified by setting the
|
2342
|
+
ExifUnicodeByteOrder tag (see the
|
2343
|
+
L<Extra Tags documentation|Image::ExifTool::TagNames/Extra Tags>).
|
2344
|
+
|
2345
|
+
The EXIF "XP" tags (XPTitle, XPComment, etc) are always stored as
|
2346
|
+
little-endian Unicode (UCS-2), and are read and written using the specified
|
2347
|
+
character set.
|
2348
|
+
|
2349
|
+
=head2 IPTC
|
2350
|
+
|
2351
|
+
The value of the IPTC:CodedCharacterSet tag determines how the internal IPTC
|
2352
|
+
string values are interpreted. If CodedCharacterSet exists and has a value
|
2353
|
+
of 'UTF8' (or 'ESC % G') then string values are assumed to be stored as
|
2354
|
+
UTF-8, otherwise Windows Latin1 (cp1252, 'Latin') coding is assumed by
|
2355
|
+
default, but this can be changed with the L</CharsetIPTC> option. When
|
2356
|
+
reading, these strings are converted to the character set specified by the
|
2357
|
+
L</Charset> option. When writing, the inverse conversions are performed.
|
2358
|
+
No conversion is done if the internal (IPTC) and external (ExifTool)
|
2359
|
+
character sets are the same. Note that ISO 2022 character set shifting is
|
2360
|
+
not supported. Instead, a warning is issued and the string is not converted
|
2361
|
+
if an ISO 2022 shift code is encountered. See L<http://www.iptc.org/IIM/>
|
2362
|
+
for the official IPTC specification.
|
2363
|
+
|
2364
|
+
ExifTool may be used to convert IPTC values to a different internal
|
2365
|
+
encoding. To do this, all IPTC tags must be rewritten along with the
|
2366
|
+
desired value of CodedCharacterSet. For example, the following command
|
2367
|
+
changes the internal IPTC encoding to UTF-8 (from Windows Latin1 unless
|
2368
|
+
CodedCharacterSet was already 'UTF8'):
|
2369
|
+
|
2370
|
+
exiftool -tagsfromfile @ -iptc:all -codedcharacterset=utf8 a.jpg
|
2371
|
+
|
2372
|
+
or from Windows Latin2 (cp1250) to UTF-8:
|
2373
|
+
|
2374
|
+
exiftool -tagsfromfile @ -iptc:all -codedcharacterset=utf8 \
|
2375
|
+
-charset iptc=latin2 a.jpg
|
2376
|
+
|
2377
|
+
and this command changes it back from UTF-8 to Windows Latin1 (cp1252):
|
2378
|
+
|
2379
|
+
exiftool -tagsfromfile @ -iptc:all -codedcharacterset= a.jpg
|
2380
|
+
|
2381
|
+
or to Windows Latin2:
|
2382
|
+
|
2383
|
+
exiftool -tagsfromfile @ -iptc:all -codedcharacterset= \
|
2384
|
+
-charset iptc=latin2 a.jpg
|
2385
|
+
|
2386
|
+
Unless CodedCharacterSet is 'UTF8', applications have no reliable way to
|
2387
|
+
determine the IPTC character encoding. For this reason, it is recommended
|
2388
|
+
that CodedCharacterSet be set to 'UTF8' when creating new IPTC.
|
2389
|
+
|
2390
|
+
(Note: Here, "IPTC" Refers to the older IPTC IIM format. The more recent
|
2391
|
+
IPTC Core and Extension specifications actually use the XMP format.)
|
2392
|
+
|
2393
|
+
=head2 XMP
|
2394
|
+
|
2395
|
+
Exiftool reads XMP encoded as UTF-8, UTF-16 or UTF-32, and converts them all
|
2396
|
+
to UTF-8 internally. Also, all XML character entity references and numeric
|
2397
|
+
character references are converted. When writing, ExifTool always encodes
|
2398
|
+
XMP as UTF-8, converting the following 5 characters to XML character
|
2399
|
+
references: E<amp> E<lt> E<gt> E<39> E<quot>. By default no further
|
2400
|
+
conversion is performed, however if the L</Charset> option is other than
|
2401
|
+
'UTF8' then text is converted to/from a specified character set when
|
2402
|
+
reading/writing.
|
2403
|
+
|
2404
|
+
=head2 PNG
|
2405
|
+
|
2406
|
+
L<PNG TextualData tags|Image::ExifTool::TagNames/"PNG TextualData Tags"> are
|
2407
|
+
stored as tEXt, zTXt and iTXt chunks in PNG images. The tEXt and zTXt
|
2408
|
+
chunks use ISO 8859-1 encoding, while iTXt uses UTF-8. When reading,
|
2409
|
+
ExifTool converts all PNG textual data to the character set specified by the
|
2410
|
+
L</Charset> option. When writing, ExifTool generates a tEXt chunk (or zTXt
|
2411
|
+
with the L</Compress> option) if the text doesn't contain special characters
|
2412
|
+
or if Latin encoding is specified; otherwise an iTXt chunk is used and the
|
2413
|
+
text is converted from the specified character set and stored as UTF-8.
|
2414
|
+
|
2415
|
+
=head2 ID3
|
2416
|
+
|
2417
|
+
The ID3v1 specification officially supports only ISO 8859-1 encoding (a
|
2418
|
+
subset of Windows Latin1), although some applications may incorrectly use
|
2419
|
+
other character sets. By default ExifTool converts ID3v1 text from Latin to
|
2420
|
+
the character set specified by the L</Charset> option. However, the
|
2421
|
+
internal ID3v1 charset may be specified with the L</CharsetID3> option. The
|
2422
|
+
encoding for ID3v2 information is stored in the file, so ExifTool converts
|
2423
|
+
ID3v2 text from this encoding to the character set specified by the
|
2424
|
+
L</Charset> option. ExifTool does not currently write ID3 information.
|
2425
|
+
|
2426
|
+
=head2 PDF
|
2427
|
+
|
2428
|
+
PDF text strings are stored in either PDFDocEncoding (similar to Windows
|
2429
|
+
Latin1) or Unicode (UCS-2). When reading, ExifTool converts to the
|
2430
|
+
character set specified by the L</Charset> option. When writing, ExifTool
|
2431
|
+
encodes input text from the specified character set as Unicode only if the
|
2432
|
+
string contains special characters, otherwise PDFDocEncoding is used.
|
2433
|
+
|
2434
|
+
=head2 Photoshop
|
2435
|
+
|
2436
|
+
Some Photoshop resource names are stored as Pascal strings with unknown
|
2437
|
+
encoding. By default, ExifTool assumes MacRoman encoding and converts this
|
2438
|
+
to UTF-8, but the internal and external character sets may be specified with
|
2439
|
+
L</CharsetPhotoshop> and L</Charset> options respectively.
|
2440
|
+
|
2441
|
+
=head2 QuickTime
|
2442
|
+
|
2443
|
+
QuickTime text strings may be stored in a variety of poorly document
|
2444
|
+
formats. ExifTool does its best to decode these according to the L</Charset>
|
2445
|
+
option setting. For some QuickTime strings, ExifTool assumes a default
|
2446
|
+
encoding of MacRoman, but this may be changed with the L</CharsetQuickTime>
|
2447
|
+
option.
|
2448
|
+
|
2449
|
+
=head2 AIFF
|
2450
|
+
|
2451
|
+
AIFF strings are assumed to be stored in MacRoman, and are converted
|
2452
|
+
according to the L</Charset> option when reading.
|
2453
|
+
|
2454
|
+
=head2 MIE
|
2455
|
+
|
2456
|
+
MIE strings are stored as either UTF-8 or ISO 8859-1. When reading, UTF-8
|
2457
|
+
strings are converted according to the L</Charset> option, and ISO 8859-1
|
2458
|
+
strings are never converted. When writing, input strings are converted from
|
2459
|
+
the specified character set to UTF-8. The resulting strings are stored as
|
2460
|
+
UTF-8 if they contain multi-byte UTF-8 character sequences, otherwise they
|
2461
|
+
are stored as ISO 8859-1.
|
2462
|
+
|
2463
|
+
=head2 Vorbis
|
2464
|
+
|
2465
|
+
Vorbis comments are stored as UTF-8, and are converted to the character set
|
2466
|
+
specified by the L</Charset> option.
|
2467
|
+
|
2468
|
+
=head1 AUTHOR
|
2469
|
+
|
2470
|
+
Copyright 2003-2015, Phil Harvey
|
2471
|
+
|
2472
|
+
This library is free software; you can redistribute it and/or modify it
|
2473
|
+
under the same terms as Perl itself.
|
2474
|
+
|
2475
|
+
=head1 ACKNOWLEDGEMENTS
|
2476
|
+
|
2477
|
+
Many people have helped in the development of ExifTool through their bug
|
2478
|
+
reports, comments and suggestions, and/or additions to the code. See the
|
2479
|
+
ACKNOWLEDGEMENTS in the individual Image::ExifTool modules and in
|
2480
|
+
html/index.html of the Image::ExifTool distribution package for a list of
|
2481
|
+
people who have contributed to this project.
|
2482
|
+
|
2483
|
+
=head1 SEE ALSO
|
2484
|
+
|
2485
|
+
L<exiftool(1)|exiftool>,
|
2486
|
+
L<Image::ExifTool::TagNames(3pm)|Image::ExifTool::TagNames>,
|
2487
|
+
L<Image::ExifTool::Shortcuts(3pm)|Image::ExifTool::Shortcuts>,
|
2488
|
+
L<Image::ExifTool::Shift.pl|Image::ExifTool::Shift.pl>,
|
2489
|
+
L<Image::Info(3pm)|Image::Info>,
|
2490
|
+
L<Image::MetaData::JPEG(3pm)|Image::MetaData::JPEG>
|
2491
|
+
|
2492
|
+
=cut
|
2493
|
+
|
2494
|
+
# end
|