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