exiftool_vendored 10.49.0 → 10.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/{Image-ExifTool-10.49/Changes → Changes} +75 -1
- data/bin/{Image-ExifTool-10.49/MANIFEST → MANIFEST} +0 -0
- data/bin/{Image-ExifTool-10.49/META.json → META.json} +1 -1
- data/bin/{Image-ExifTool-10.49/META.yml → META.yml} +1 -1
- data/bin/{Image-ExifTool-10.49/Makefile.PL → Makefile.PL} +0 -0
- data/bin/{Image-ExifTool-10.49/README → README} +2 -2
- data/bin/{Image-ExifTool-10.49/arg_files → arg_files}/exif2iptc.args +3 -3
- data/bin/{Image-ExifTool-10.49/arg_files → arg_files}/exif2xmp.args +3 -3
- data/bin/{Image-ExifTool-10.49/arg_files → arg_files}/gps2xmp.args +3 -3
- data/bin/{Image-ExifTool-10.49/arg_files → arg_files}/iptc2exif.args +3 -3
- data/bin/{Image-ExifTool-10.49/arg_files → arg_files}/iptc2xmp.args +3 -3
- data/bin/{Image-ExifTool-10.49/arg_files → arg_files}/iptcCore.args +10 -1
- data/bin/{Image-ExifTool-10.49/arg_files → arg_files}/pdf2xmp.args +3 -3
- data/bin/{Image-ExifTool-10.49/arg_files → arg_files}/xmp2exif.args +3 -3
- data/bin/{Image-ExifTool-10.49/arg_files → arg_files}/xmp2gps.args +3 -3
- data/bin/{Image-ExifTool-10.49/arg_files → arg_files}/xmp2iptc.args +3 -3
- data/bin/{Image-ExifTool-10.49/arg_files → arg_files}/xmp2pdf.args +3 -3
- data/bin/{Image-ExifTool-10.49/config_files → config_files}/age.config +0 -0
- data/bin/{Image-ExifTool-10.49/config_files → config_files}/bibble.config +0 -0
- data/bin/{Image-ExifTool-10.49/config_files → config_files}/convert_regions.config +0 -0
- data/bin/{Image-ExifTool-10.49/config_files → config_files}/example.config +10 -3
- data/bin/{Image-ExifTool-10.49/config_files → config_files}/fotoware.config +0 -0
- data/bin/{Image-ExifTool-10.49/config_files → config_files}/gps2utm.config +0 -0
- data/bin/{Image-ExifTool-10.49/config_files → config_files}/photoshop_paths.config +24 -4
- data/bin/{Image-ExifTool-10.49/config_files → config_files}/picasa_faces.config +0 -0
- data/bin/{Image-ExifTool-10.49/config_files → config_files}/time_zone.config +0 -0
- data/bin/{Image-ExifTool-10.49/exiftool → exiftool} +132 -86
- data/bin/{Image-ExifTool-10.49/fmt_files → fmt_files}/gpx.fmt +0 -0
- data/bin/{Image-ExifTool-10.49/fmt_files → fmt_files}/gpx_wpt.fmt +0 -0
- data/bin/{Image-ExifTool-10.49/fmt_files → fmt_files}/kml.fmt +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/File/RandomAccess.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/File/RandomAccess.pod +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool.pm +31 -13
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool.pod +56 -59
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/AES.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/AFCP.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/AIFF.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/APE.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/APP12.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/ASF.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Apple.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Audible.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/BMP.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/BPG.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/BZZ.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/BigTIFF.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/BuildTagLookup.pm +15 -10
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Canon.pm +2 -1
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/CanonCustom.pm +3 -3
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/CanonRaw.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/CanonVRD.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/CaptureOne.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Casio.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/Arabic.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/Baltic.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/Cyrillic.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/Greek.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/Hebrew.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/JIS.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/Latin.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/Latin2.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacArabic.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacChineseCN.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacChineseTW.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacCroatian.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacCyrillic.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacGreek.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacHebrew.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacIceland.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacJapanese.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacKorean.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacLatin2.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacRSymbol.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacRoman.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacRomanian.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacThai.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/MacTurkish.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/PDFDoc.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/ShiftJIS.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/Symbol.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/Thai.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/Turkish.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Charset/Vietnam.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/DICOM.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/DJI.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/DNG.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/DPX.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/DV.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/DarwinCore.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/DjVu.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/EXE.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Exif.pm +25 -19
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/FLAC.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/FLIF.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/FLIR.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Fixup.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Flash.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/FlashPix.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Font.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/FotoStation.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/FujiFilm.pm +42 -31
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/GE.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/GIF.pm +129 -109
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/GIMP.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/GPS.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/GeoTiff.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Geotag.pm +9 -3
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/H264.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/HP.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/HTML.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/HtmlDump.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/ICC_Profile.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/ID3.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/IPTC.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/ISO.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/ITC.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Import.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/InDesign.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/JPEG.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/JPEGDigest.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/JSON.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/JVC.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Jpeg2000.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Kodak.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/KyoceraRaw.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/LNK.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/cs.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/de.pm +98 -82
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/en_ca.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/en_gb.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/es.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/fi.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/fr.pm +16 -7
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/it.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/ja.pm +20 -9
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/ko.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/nl.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/pl.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/ru.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/sv.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/tr.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/zh_cn.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lang/zh_tw.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Leaf.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Lytro.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/M2TS.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/MIE.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/MIEUnits.pod +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/MIFF.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/MNG.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/MOI.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/MPC.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/MPEG.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/MPF.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/MWG.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/MXF.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/MacOS.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/MakerNotes.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Matroska.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Microsoft.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Minolta.pm +56 -50
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/MinoltaRaw.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Motorola.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Nikon.pm +2 -1
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/NikonCapture.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/NikonCustom.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Nintendo.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/OOXML.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Ogg.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Olympus.pm +13 -7
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/OpenEXR.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Opus.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PDF.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PGF.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PICT.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PLIST.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PLUS.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PNG.pm +7 -1
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PPM.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PSP.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Palm.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Panasonic.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PanasonicRaw.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Pentax.pm +56 -24
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PhaseOne.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PhotoCD.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PhotoMechanic.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Photoshop.pm +3 -3
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PostScript.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/PrintIM.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Qualcomm.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/QuickTime.pm +2 -2
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/README +3 -3
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/RIFF.pm +2 -2
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/RSRC.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/RTF.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Radiance.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Rawzor.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Real.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Reconyx.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Ricoh.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Samsung.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Sanyo.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Scalado.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Shift.pl +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Shortcuts.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Sigma.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/SigmaRaw.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Sony.pm +325 -58
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/SonyIDC.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Stim.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/TagInfoXML.pm +4 -3
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/TagLookup.pm +1683 -1664
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/TagNames.pod +165 -54
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Theora.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Torrent.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Unknown.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/VCard.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Validate.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Vorbis.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/WriteCanonRaw.pl +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/WriteExif.pl +3 -1
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/WriteIPTC.pl +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/WritePDF.pl +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/WritePNG.pl +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/WritePhotoshop.pl +2 -2
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/WritePostScript.pl +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/WriteQuickTime.pl +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/WriteXMP.pl +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/Writer.pl +106 -45
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/XMP.pm +16 -6
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/XMP2.pl +66 -35
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/XMPStruct.pl +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/ZIP.pm +0 -0
- data/bin/{Image-ExifTool-10.49/lib → lib}/Image/ExifTool/iWork.pm +0 -0
- data/bin/{Image-ExifTool-10.49/perl-Image-ExifTool.spec → perl-Image-ExifTool.spec} +1 -1
- data/lib/exiftool_vendored.rb +2 -2
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +240 -1009
- data/bin/Image-ExifTool-10.49/html/ExifTool.html +0 -2140
- data/bin/Image-ExifTool-10.49/html/MIE1.1-20070121.pdf +0 -0
- data/bin/Image-ExifTool-10.49/html/Shift.html +0 -179
- data/bin/Image-ExifTool-10.49/html/TagNames/AFCP.html +0 -53
- data/bin/Image-ExifTool-10.49/html/TagNames/AIFF.html +0 -146
- data/bin/Image-ExifTool-10.49/html/TagNames/APE.html +0 -149
- data/bin/Image-ExifTool-10.49/html/TagNames/APP12.html +0 -188
- data/bin/Image-ExifTool-10.49/html/TagNames/ASF.html +0 -1066
- data/bin/Image-ExifTool-10.49/html/TagNames/Apple.html +0 -86
- data/bin/Image-ExifTool-10.49/html/TagNames/Audible.html +0 -177
- data/bin/Image-ExifTool-10.49/html/TagNames/BMP.html +0 -233
- data/bin/Image-ExifTool-10.49/html/TagNames/BPG.html +0 -118
- data/bin/Image-ExifTool-10.49/html/TagNames/Canon.html +0 -9754
- data/bin/Image-ExifTool-10.49/html/TagNames/CanonCustom.html +0 -2141
- data/bin/Image-ExifTool-10.49/html/TagNames/CanonRaw.html +0 -561
- data/bin/Image-ExifTool-10.49/html/TagNames/CanonVRD.html +0 -2020
- data/bin/Image-ExifTool-10.49/html/TagNames/Casio.html +0 -1606
- data/bin/Image-ExifTool-10.49/html/TagNames/Composite.html +0 -745
- data/bin/Image-ExifTool-10.49/html/TagNames/DICOM.html +0 -15762
- data/bin/Image-ExifTool-10.49/html/TagNames/DJI.html +0 -74
- data/bin/Image-ExifTool-10.49/html/TagNames/DNG.html +0 -295
- data/bin/Image-ExifTool-10.49/html/TagNames/DPX.html +0 -229
- data/bin/Image-ExifTool-10.49/html/TagNames/DV.html +0 -75
- data/bin/Image-ExifTool-10.49/html/TagNames/DarwinCore.html +0 -1488
- data/bin/Image-ExifTool-10.49/html/TagNames/DjVu.html +0 -313
- data/bin/Image-ExifTool-10.49/html/TagNames/EXE.html +0 -741
- data/bin/Image-ExifTool-10.49/html/TagNames/EXIF.html +0 -3493
- data/bin/Image-ExifTool-10.49/html/TagNames/Extra.html +0 -475
- data/bin/Image-ExifTool-10.49/html/TagNames/FLAC.html +0 -183
- data/bin/Image-ExifTool-10.49/html/TagNames/FLIF.html +0 -84
- data/bin/Image-ExifTool-10.49/html/TagNames/FLIR.html +0 -1340
- data/bin/Image-ExifTool-10.49/html/TagNames/Flash.html +0 -419
- data/bin/Image-ExifTool-10.49/html/TagNames/FlashPix.html +0 -1475
- data/bin/Image-ExifTool-10.49/html/TagNames/Font.html +0 -485
- data/bin/Image-ExifTool-10.49/html/TagNames/FotoStation.html +0 -103
- data/bin/Image-ExifTool-10.49/html/TagNames/FujiFilm.html +0 -876
- data/bin/Image-ExifTool-10.49/html/TagNames/GE.html +0 -40
- data/bin/Image-ExifTool-10.49/html/TagNames/GIF.html +0 -116
- data/bin/Image-ExifTool-10.49/html/TagNames/GIMP.html +0 -140
- data/bin/Image-ExifTool-10.49/html/TagNames/GPS.html +0 -230
- data/bin/Image-ExifTool-10.49/html/TagNames/GeoTiff.html +0 -2298
- data/bin/Image-ExifTool-10.49/html/TagNames/H264.html +0 -393
- data/bin/Image-ExifTool-10.49/html/TagNames/HP.html +0 -155
- data/bin/Image-ExifTool-10.49/html/TagNames/HTML.html +0 -666
- data/bin/Image-ExifTool-10.49/html/TagNames/ICC_Profile.html +0 -711
- data/bin/Image-ExifTool-10.49/html/TagNames/ID3.html +0 -1593
- data/bin/Image-ExifTool-10.49/html/TagNames/IPTC.html +0 -903
- data/bin/Image-ExifTool-10.49/html/TagNames/ISO.html +0 -159
- data/bin/Image-ExifTool-10.49/html/TagNames/ITC.html +0 -90
- data/bin/Image-ExifTool-10.49/html/TagNames/JFIF.html +0 -62
- data/bin/Image-ExifTool-10.49/html/TagNames/JPEG.html +0 -602
- data/bin/Image-ExifTool-10.49/html/TagNames/JSON.html +0 -25
- data/bin/Image-ExifTool-10.49/html/TagNames/JVC.html +0 -56
- data/bin/Image-ExifTool-10.49/html/TagNames/Jpeg2000.html +0 -466
- data/bin/Image-ExifTool-10.49/html/TagNames/Kodak.html +0 -1891
- data/bin/Image-ExifTool-10.49/html/TagNames/KyoceraRaw.html +0 -92
- data/bin/Image-ExifTool-10.49/html/TagNames/LNK.html +0 -478
- data/bin/Image-ExifTool-10.49/html/TagNames/Leaf.html +0 -871
- data/bin/Image-ExifTool-10.49/html/TagNames/Lytro.html +0 -122
- data/bin/Image-ExifTool-10.49/html/TagNames/M2TS.html +0 -133
- data/bin/Image-ExifTool-10.49/html/TagNames/MIE.html +0 -1026
- data/bin/Image-ExifTool-10.49/html/TagNames/MIFF.html +0 -196
- data/bin/Image-ExifTool-10.49/html/TagNames/MNG.html +0 -847
- data/bin/Image-ExifTool-10.49/html/TagNames/MOI.html +0 -60
- data/bin/Image-ExifTool-10.49/html/TagNames/MPC.html +0 -97
- data/bin/Image-ExifTool-10.49/html/TagNames/MPEG.html +0 -249
- data/bin/Image-ExifTool-10.49/html/TagNames/MPF.html +0 -199
- data/bin/Image-ExifTool-10.49/html/TagNames/MWG.html +0 -584
- data/bin/Image-ExifTool-10.49/html/TagNames/MXF.html +0 -6673
- data/bin/Image-ExifTool-10.49/html/TagNames/MacOS.html +0 -400
- data/bin/Image-ExifTool-10.49/html/TagNames/Matroska.html +0 -1114
- data/bin/Image-ExifTool-10.49/html/TagNames/Microsoft.html +0 -2126
- data/bin/Image-ExifTool-10.49/html/TagNames/Minolta.html +0 -2640
- data/bin/Image-ExifTool-10.49/html/TagNames/MinoltaRaw.html +0 -326
- data/bin/Image-ExifTool-10.49/html/TagNames/Motorola.html +0 -32
- data/bin/Image-ExifTool-10.49/html/TagNames/Nikon.html +0 -6018
- data/bin/Image-ExifTool-10.49/html/TagNames/NikonCapture.html +0 -799
- data/bin/Image-ExifTool-10.49/html/TagNames/NikonCustom.html +0 -7814
- data/bin/Image-ExifTool-10.49/html/TagNames/Nintendo.html +0 -63
- data/bin/Image-ExifTool-10.49/html/TagNames/OOXML.html +0 -280
- data/bin/Image-ExifTool-10.49/html/TagNames/Ogg.html +0 -49
- data/bin/Image-ExifTool-10.49/html/TagNames/Olympus.html +0 -3655
- data/bin/Image-ExifTool-10.49/html/TagNames/OpenEXR.html +0 -222
- data/bin/Image-ExifTool-10.49/html/TagNames/Opus.html +0 -62
- data/bin/Image-ExifTool-10.49/html/TagNames/PDF.html +0 -745
- data/bin/Image-ExifTool-10.49/html/TagNames/PGF.html +0 -80
- data/bin/Image-ExifTool-10.49/html/TagNames/PICT.html +0 -753
- data/bin/Image-ExifTool-10.49/html/TagNames/PLIST.html +0 -86
- data/bin/Image-ExifTool-10.49/html/TagNames/PLUS.html +0 -2616
- data/bin/Image-ExifTool-10.49/html/TagNames/PNG.html +0 -578
- data/bin/Image-ExifTool-10.49/html/TagNames/PSP.html +0 -160
- data/bin/Image-ExifTool-10.49/html/TagNames/Palm.html +0 -388
- data/bin/Image-ExifTool-10.49/html/TagNames/Panasonic.html +0 -1706
- data/bin/Image-ExifTool-10.49/html/TagNames/PanasonicRaw.html +0 -471
- data/bin/Image-ExifTool-10.49/html/TagNames/Pentax.html +0 -4845
- data/bin/Image-ExifTool-10.49/html/TagNames/PhaseOne.html +0 -263
- data/bin/Image-ExifTool-10.49/html/TagNames/PhotoCD.html +0 -402
- data/bin/Image-ExifTool-10.49/html/TagNames/PhotoMechanic.html +0 -199
- data/bin/Image-ExifTool-10.49/html/TagNames/Photoshop.html +0 -739
- data/bin/Image-ExifTool-10.49/html/TagNames/PostScript.html +0 -125
- data/bin/Image-ExifTool-10.49/html/TagNames/PrintIM.html +0 -31
- data/bin/Image-ExifTool-10.49/html/TagNames/Qualcomm.html +0 -4778
- data/bin/Image-ExifTool-10.49/html/TagNames/QuickTime.html +0 -6252
- data/bin/Image-ExifTool-10.49/html/TagNames/RIFF.html +0 -1382
- data/bin/Image-ExifTool-10.49/html/TagNames/RSRC.html +0 -74
- data/bin/Image-ExifTool-10.49/html/TagNames/RTF.html +0 -150
- data/bin/Image-ExifTool-10.49/html/TagNames/Radiance.html +0 -87
- data/bin/Image-ExifTool-10.49/html/TagNames/Rawzor.html +0 -45
- data/bin/Image-ExifTool-10.49/html/TagNames/Real.html +0 -780
- data/bin/Image-ExifTool-10.49/html/TagNames/Reconyx.html +0 -132
- data/bin/Image-ExifTool-10.49/html/TagNames/Ricoh.html +0 -805
- data/bin/Image-ExifTool-10.49/html/TagNames/Samsung.html +0 -682
- data/bin/Image-ExifTool-10.49/html/TagNames/Sanyo.html +0 -366
- data/bin/Image-ExifTool-10.49/html/TagNames/Scalado.html +0 -45
- data/bin/Image-ExifTool-10.49/html/TagNames/Shortcuts.html +0 -280
- data/bin/Image-ExifTool-10.49/html/TagNames/Sigma.html +0 -533
- data/bin/Image-ExifTool-10.49/html/TagNames/SigmaRaw.html +0 -438
- data/bin/Image-ExifTool-10.49/html/TagNames/Sony.html +0 -10348
- data/bin/Image-ExifTool-10.49/html/TagNames/SonyIDC.html +0 -267
- data/bin/Image-ExifTool-10.49/html/TagNames/Stim.html +0 -200
- data/bin/Image-ExifTool-10.49/html/TagNames/Theora.html +0 -102
- data/bin/Image-ExifTool-10.49/html/TagNames/Torrent.html +0 -187
- data/bin/Image-ExifTool-10.49/html/TagNames/Unknown.html +0 -31
- data/bin/Image-ExifTool-10.49/html/TagNames/VCard.html +0 -433
- data/bin/Image-ExifTool-10.49/html/TagNames/Vorbis.html +0 -243
- data/bin/Image-ExifTool-10.49/html/TagNames/XMP.html +0 -10158
- data/bin/Image-ExifTool-10.49/html/TagNames/ZIP.html +0 -205
- data/bin/Image-ExifTool-10.49/html/TagNames/iWork.html +0 -49
- data/bin/Image-ExifTool-10.49/html/TagNames/index.html +0 -220
- data/bin/Image-ExifTool-10.49/html/TagNames/style.css +0 -31
- data/bin/Image-ExifTool-10.49/html/ancient_history.html +0 -8365
- data/bin/Image-ExifTool-10.49/html/canon_raw.html +0 -367
- data/bin/Image-ExifTool-10.49/html/commentary.html +0 -319
- data/bin/Image-ExifTool-10.49/html/config.html +0 -356
- data/bin/Image-ExifTool-10.49/html/data_members.html +0 -293
- data/bin/Image-ExifTool-10.49/html/exiftool_pod.html +0 -1887
- data/bin/Image-ExifTool-10.49/html/faq.html +0 -1597
- data/bin/Image-ExifTool-10.49/html/filename.html +0 -352
- data/bin/Image-ExifTool-10.49/html/geotag.html +0 -663
- data/bin/Image-ExifTool-10.49/html/history.html +0 -446
- data/bin/Image-ExifTool-10.49/html/htmldump.html +0 -738
- data/bin/Image-ExifTool-10.49/html/idiosyncracies.html +0 -272
- data/bin/Image-ExifTool-10.49/html/index.html +0 -1370
- data/bin/Image-ExifTool-10.49/html/install.html +0 -261
- data/bin/Image-ExifTool-10.49/html/metafiles.html +0 -322
- data/bin/Image-ExifTool-10.49/html/overview.png +0 -0
- data/bin/Image-ExifTool-10.49/html/standards.html +0 -294
- data/bin/Image-ExifTool-10.49/html/struct.html +0 -431
- data/bin/Image-ExifTool-10.49/html/style.css +0 -31
- data/bin/Image-ExifTool-10.49/html/under.html +0 -137
- data/bin/Image-ExifTool-10.49/html/verbose.html +0 -210
- data/bin/Image-ExifTool-10.49/html/writing.html +0 -239
- data/bin/Image-ExifTool-10.49/t/AFCP.t +0 -44
- data/bin/Image-ExifTool-10.49/t/AFCP_2.out +0 -39
- data/bin/Image-ExifTool-10.49/t/AFCP_3.out +0 -20
- data/bin/Image-ExifTool-10.49/t/AIFF.t +0 -28
- data/bin/Image-ExifTool-10.49/t/AIFF_2.out +0 -33
- data/bin/Image-ExifTool-10.49/t/APE.t +0 -38
- data/bin/Image-ExifTool-10.49/t/APE_2.out +0 -30
- data/bin/Image-ExifTool-10.49/t/APE_3.out +0 -58
- data/bin/Image-ExifTool-10.49/t/ASF.t +0 -28
- data/bin/Image-ExifTool-10.49/t/ASF_2.out +0 -56
- data/bin/Image-ExifTool-10.49/t/Apple.t +0 -29
- data/bin/Image-ExifTool-10.49/t/Apple_2.out +0 -79
- data/bin/Image-ExifTool-10.49/t/Audible.t +0 -28
- data/bin/Image-ExifTool-10.49/t/Audible_2.out +0 -40
- data/bin/Image-ExifTool-10.49/t/BMP.t +0 -28
- data/bin/Image-ExifTool-10.49/t/BMP_2.out +0 -24
- data/bin/Image-ExifTool-10.49/t/BPG.t +0 -28
- data/bin/Image-ExifTool-10.49/t/BPG_2.out +0 -92
- data/bin/Image-ExifTool-10.49/t/BigTIFF.t +0 -28
- data/bin/Image-ExifTool-10.49/t/BigTIFF_2.out +0 -21
- data/bin/Image-ExifTool-10.49/t/Canon.t +0 -41
- data/bin/Image-ExifTool-10.49/t/CanonRaw.t +0 -138
- data/bin/Image-ExifTool-10.49/t/CanonRaw_2.out +0 -169
- data/bin/Image-ExifTool-10.49/t/CanonRaw_4.out +0 -221
- data/bin/Image-ExifTool-10.49/t/CanonRaw_5.out +0 -209
- data/bin/Image-ExifTool-10.49/t/CanonRaw_6.out +0 -234
- data/bin/Image-ExifTool-10.49/t/CanonRaw_7.out +0 -251
- data/bin/Image-ExifTool-10.49/t/CanonVRD.t +0 -220
- data/bin/Image-ExifTool-10.49/t/CanonVRD_11.out +0 -121
- data/bin/Image-ExifTool-10.49/t/CanonVRD_12.out +0 -13
- data/bin/Image-ExifTool-10.49/t/CanonVRD_13.out +0 -102
- data/bin/Image-ExifTool-10.49/t/CanonVRD_14.out +0 -101
- data/bin/Image-ExifTool-10.49/t/CanonVRD_15.out +0 -5
- data/bin/Image-ExifTool-10.49/t/CanonVRD_16.out +0 -5
- data/bin/Image-ExifTool-10.49/t/CanonVRD_17.out +0 -5
- data/bin/Image-ExifTool-10.49/t/CanonVRD_18.out +0 -5
- data/bin/Image-ExifTool-10.49/t/CanonVRD_19.out +0 -5
- data/bin/Image-ExifTool-10.49/t/CanonVRD_2.out +0 -119
- data/bin/Image-ExifTool-10.49/t/CanonVRD_20.out +0 -5
- data/bin/Image-ExifTool-10.49/t/CanonVRD_21.out +0 -1
- data/bin/Image-ExifTool-10.49/t/CanonVRD_3.out +0 -119
- data/bin/Image-ExifTool-10.49/t/CanonVRD_4.out +0 -2
- data/bin/Image-ExifTool-10.49/t/CanonVRD_5.out +0 -2
- data/bin/Image-ExifTool-10.49/t/CanonVRD_6.out +0 -3
- data/bin/Image-ExifTool-10.49/t/CanonVRD_7.out +0 -2
- data/bin/Image-ExifTool-10.49/t/CanonVRD_8.out +0 -2
- data/bin/Image-ExifTool-10.49/t/CanonVRD_9.out +0 -1
- data/bin/Image-ExifTool-10.49/t/Canon_2.out +0 -358
- data/bin/Image-ExifTool-10.49/t/Canon_3.out +0 -3
- data/bin/Image-ExifTool-10.49/t/Casio.t +0 -54
- data/bin/Image-ExifTool-10.49/t/Casio_2.out +0 -72
- data/bin/Image-ExifTool-10.49/t/Casio_3.out +0 -102
- data/bin/Image-ExifTool-10.49/t/Casio_4.out +0 -28
- data/bin/Image-ExifTool-10.49/t/Casio_5.out +0 -80
- data/bin/Image-ExifTool-10.49/t/Casio_6.out +0 -117
- data/bin/Image-ExifTool-10.49/t/DICOM.t +0 -28
- data/bin/Image-ExifTool-10.49/t/DICOM_2.out +0 -109
- data/bin/Image-ExifTool-10.49/t/DNG.t +0 -39
- data/bin/Image-ExifTool-10.49/t/DNG_2.out +0 -329
- data/bin/Image-ExifTool-10.49/t/DNG_3.out +0 -4
- data/bin/Image-ExifTool-10.49/t/DPX.t +0 -28
- data/bin/Image-ExifTool-10.49/t/DPX_2.out +0 -39
- data/bin/Image-ExifTool-10.49/t/DV.t +0 -27
- data/bin/Image-ExifTool-10.49/t/DV_2.out +0 -26
- data/bin/Image-ExifTool-10.49/t/DjVu.t +0 -28
- data/bin/Image-ExifTool-10.49/t/DjVu_2.out +0 -46
- data/bin/Image-ExifTool-10.49/t/EXE.t +0 -31
- data/bin/Image-ExifTool-10.49/t/EXE_2.out +0 -34
- data/bin/Image-ExifTool-10.49/t/EXE_3.out +0 -10
- data/bin/Image-ExifTool-10.49/t/EXE_4.out +0 -8
- data/bin/Image-ExifTool-10.49/t/EXE_5.out +0 -9
- data/bin/Image-ExifTool-10.49/t/EXE_6.out +0 -8
- data/bin/Image-ExifTool-10.49/t/EXE_7.out +0 -10
- data/bin/Image-ExifTool-10.49/t/ExifTool.t +0 -341
- data/bin/Image-ExifTool-10.49/t/ExifTool_16.out +0 -184
- data/bin/Image-ExifTool-10.49/t/ExifTool_17.out +0 -598
- data/bin/Image-ExifTool-10.49/t/ExifTool_2.out +0 -427
- data/bin/Image-ExifTool-10.49/t/ExifTool_20.out +0 -1
- data/bin/Image-ExifTool-10.49/t/ExifTool_21.out +0 -1
- data/bin/Image-ExifTool-10.49/t/ExifTool_22.out +0 -1
- data/bin/Image-ExifTool-10.49/t/ExifTool_23.out +0 -6
- data/bin/Image-ExifTool-10.49/t/ExifTool_24.out +0 -3
- data/bin/Image-ExifTool-10.49/t/ExifTool_25.out +0 -14
- data/bin/Image-ExifTool-10.49/t/ExifTool_26.out +0 -12
- data/bin/Image-ExifTool-10.49/t/ExifTool_27.out +0 -4
- data/bin/Image-ExifTool-10.49/t/ExifTool_28.out +0 -11
- data/bin/Image-ExifTool-10.49/t/ExifTool_29.out +0 -426
- data/bin/Image-ExifTool-10.49/t/ExifTool_3.out +0 -89
- data/bin/Image-ExifTool-10.49/t/ExifTool_30.out +0 -2
- data/bin/Image-ExifTool-10.49/t/ExifTool_31.out +0 -5
- data/bin/Image-ExifTool-10.49/t/ExifTool_4.out +0 -41
- data/bin/Image-ExifTool-10.49/t/ExifTool_5.out +0 -6
- data/bin/Image-ExifTool-10.49/t/ExifTool_6.out +0 -71
- data/bin/Image-ExifTool-10.49/t/ExifTool_7.out +0 -126
- data/bin/Image-ExifTool-10.49/t/ExifTool_8.out +0 -126
- data/bin/Image-ExifTool-10.49/t/ExifTool_9.out +0 -33
- data/bin/Image-ExifTool-10.49/t/FLAC.t +0 -37
- data/bin/Image-ExifTool-10.49/t/FLAC_2.out +0 -26
- data/bin/Image-ExifTool-10.49/t/FLAC_3.out +0 -20
- data/bin/Image-ExifTool-10.49/t/FLIF.t +0 -132
- data/bin/Image-ExifTool-10.49/t/FLIF_2.out +0 -51
- data/bin/Image-ExifTool-10.49/t/FLIF_3.out +0 -5
- data/bin/Image-ExifTool-10.49/t/FLIF_4.out +0 -18
- data/bin/Image-ExifTool-10.49/t/FLIF_5.out +0 -4
- data/bin/Image-ExifTool-10.49/t/FLIF_6.out +0 -4
- data/bin/Image-ExifTool-10.49/t/FLIR.t +0 -30
- data/bin/Image-ExifTool-10.49/t/FLIR_2.out +0 -118
- data/bin/Image-ExifTool-10.49/t/FLIR_3.out +0 -49
- data/bin/Image-ExifTool-10.49/t/Flash.t +0 -37
- data/bin/Image-ExifTool-10.49/t/FlashPix.t +0 -30
- data/bin/Image-ExifTool-10.49/t/FlashPix_2.out +0 -49
- data/bin/Image-ExifTool-10.49/t/Flash_2.out +0 -22
- data/bin/Image-ExifTool-10.49/t/Flash_3.out +0 -55
- data/bin/Image-ExifTool-10.49/t/Font.t +0 -30
- data/bin/Image-ExifTool-10.49/t/Font_2.out +0 -24
- data/bin/Image-ExifTool-10.49/t/Font_3.out +0 -36
- data/bin/Image-ExifTool-10.49/t/Font_4.out +0 -27
- data/bin/Image-ExifTool-10.49/t/Font_5.out +0 -27
- data/bin/Image-ExifTool-10.49/t/Font_6.out +0 -37
- data/bin/Image-ExifTool-10.49/t/Font_7.out +0 -37
- data/bin/Image-ExifTool-10.49/t/FotoStation.t +0 -38
- data/bin/Image-ExifTool-10.49/t/FotoStation_2.out +0 -41
- data/bin/Image-ExifTool-10.49/t/FotoStation_3.out +0 -3
- data/bin/Image-ExifTool-10.49/t/FujiFilm.t +0 -78
- data/bin/Image-ExifTool-10.49/t/FujiFilm_2.out +0 -89
- data/bin/Image-ExifTool-10.49/t/FujiFilm_3.out +0 -90
- data/bin/Image-ExifTool-10.49/t/FujiFilm_4.out +0 -143
- data/bin/Image-ExifTool-10.49/t/FujiFilm_5.out +0 -1
- data/bin/Image-ExifTool-10.49/t/GE.t +0 -46
- data/bin/Image-ExifTool-10.49/t/GE_2.out +0 -86
- data/bin/Image-ExifTool-10.49/t/GE_3.out +0 -86
- data/bin/Image-ExifTool-10.49/t/GIF.t +0 -83
- data/bin/Image-ExifTool-10.49/t/GIF_2.out +0 -42
- data/bin/Image-ExifTool-10.49/t/GIF_3.out +0 -43
- data/bin/Image-ExifTool-10.49/t/GIF_4.out +0 -18
- data/bin/Image-ExifTool-10.49/t/GIMP.t +0 -27
- data/bin/Image-ExifTool-10.49/t/GIMP_2.out +0 -65
- data/bin/Image-ExifTool-10.49/t/GPS.t +0 -46
- data/bin/Image-ExifTool-10.49/t/GPS_2.out +0 -96
- data/bin/Image-ExifTool-10.49/t/GPS_3.out +0 -98
- data/bin/Image-ExifTool-10.49/t/GeoTiff.t +0 -53
- data/bin/Image-ExifTool-10.49/t/GeoTiff_2.out +0 -38
- data/bin/Image-ExifTool-10.49/t/GeoTiff_3.out +0 -38
- data/bin/Image-ExifTool-10.49/t/GeoTiff_4.out +0 -11
- data/bin/Image-ExifTool-10.49/t/Geotag.t +0 -205
- data/bin/Image-ExifTool-10.49/t/Geotag_10.out +0 -15
- data/bin/Image-ExifTool-10.49/t/Geotag_11.out +0 -3
- data/bin/Image-ExifTool-10.49/t/Geotag_2.out +0 -9
- data/bin/Image-ExifTool-10.49/t/Geotag_3.out +0 -6
- data/bin/Image-ExifTool-10.49/t/Geotag_5.out +0 -1
- data/bin/Image-ExifTool-10.49/t/Geotag_6.out +0 -9
- data/bin/Image-ExifTool-10.49/t/Geotag_7.out +0 -52
- data/bin/Image-ExifTool-10.49/t/Geotag_8.out +0 -15
- data/bin/Image-ExifTool-10.49/t/Geotag_9.out +0 -7
- data/bin/Image-ExifTool-10.49/t/HTML.t +0 -28
- data/bin/Image-ExifTool-10.49/t/HTML_2.out +0 -69
- data/bin/Image-ExifTool-10.49/t/IPTC.t +0 -157
- data/bin/Image-ExifTool-10.49/t/IPTC_2.out +0 -69
- data/bin/Image-ExifTool-10.49/t/IPTC_4.out +0 -67
- data/bin/Image-ExifTool-10.49/t/IPTC_5.out +0 -1
- data/bin/Image-ExifTool-10.49/t/IPTC_6.out +0 -2
- data/bin/Image-ExifTool-10.49/t/IPTC_7.out +0 -1
- data/bin/Image-ExifTool-10.49/t/IPTC_8.out +0 -20
- data/bin/Image-ExifTool-10.49/t/ISO.t +0 -28
- data/bin/Image-ExifTool-10.49/t/ISO_2.out +0 -19
- data/bin/Image-ExifTool-10.49/t/ITC.t +0 -28
- data/bin/Image-ExifTool-10.49/t/ITC_2.out +0 -21
- data/bin/Image-ExifTool-10.49/t/InDesign.t +0 -61
- data/bin/Image-ExifTool-10.49/t/InDesign_2.out +0 -20
- data/bin/Image-ExifTool-10.49/t/InDesign_3.out +0 -22
- data/bin/Image-ExifTool-10.49/t/InDesign_4.out +0 -12
- data/bin/Image-ExifTool-10.49/t/JSON.t +0 -30
- data/bin/Image-ExifTool-10.49/t/JSON_2.out +0 -19
- data/bin/Image-ExifTool-10.49/t/JVC.t +0 -36
- data/bin/Image-ExifTool-10.49/t/JVC_2.out +0 -3
- data/bin/Image-ExifTool-10.49/t/JVC_3.out +0 -3
- data/bin/Image-ExifTool-10.49/t/Jpeg2000.t +0 -49
- data/bin/Image-ExifTool-10.49/t/Jpeg2000_2.out +0 -71
- data/bin/Image-ExifTool-10.49/t/Jpeg2000_3.out +0 -54
- data/bin/Image-ExifTool-10.49/t/Jpeg2000_4.out +0 -17
- data/bin/Image-ExifTool-10.49/t/Kodak.t +0 -40
- data/bin/Image-ExifTool-10.49/t/Kodak_2.out +0 -111
- data/bin/Image-ExifTool-10.49/t/Kodak_3.out +0 -121
- data/bin/Image-ExifTool-10.49/t/KyoceraRaw.t +0 -28
- data/bin/Image-ExifTool-10.49/t/KyoceraRaw_2.out +0 -28
- data/bin/Image-ExifTool-10.49/t/LNK.t +0 -28
- data/bin/Image-ExifTool-10.49/t/LNK_2.out +0 -46
- data/bin/Image-ExifTool-10.49/t/Lang.t +0 -42
- data/bin/Image-ExifTool-10.49/t/Lang_1.out +0 -1
- data/bin/Image-ExifTool-10.49/t/Lang_10.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_11.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_12.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_13.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_14.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_15.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_16.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_17.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_18.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_2.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_3.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_4.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_5.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_6.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_7.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_8.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lang_9.out +0 -47
- data/bin/Image-ExifTool-10.49/t/Lytro.t +0 -28
- data/bin/Image-ExifTool-10.49/t/Lytro_2.out +0 -109
- data/bin/Image-ExifTool-10.49/t/M2TS.t +0 -29
- data/bin/Image-ExifTool-10.49/t/M2TS_2.out +0 -29
- data/bin/Image-ExifTool-10.49/t/MIE.t +0 -82
- data/bin/Image-ExifTool-10.49/t/MIE_2.out +0 -69
- data/bin/Image-ExifTool-10.49/t/MIE_3.out +0 -136
- data/bin/Image-ExifTool-10.49/t/MIE_5.out +0 -1
- data/bin/Image-ExifTool-10.49/t/MIE_6.out +0 -1
- data/bin/Image-ExifTool-10.49/t/MIFF.t +0 -28
- data/bin/Image-ExifTool-10.49/t/MIFF_2.out +0 -114
- data/bin/Image-ExifTool-10.49/t/MOI.t +0 -27
- data/bin/Image-ExifTool-10.49/t/MOI_2.out +0 -11
- data/bin/Image-ExifTool-10.49/t/MP3.t +0 -29
- data/bin/Image-ExifTool-10.49/t/MP3_2.out +0 -46
- data/bin/Image-ExifTool-10.49/t/MWG.t +0 -99
- data/bin/Image-ExifTool-10.49/t/MWG_2.out +0 -13
- data/bin/Image-ExifTool-10.49/t/MWG_3.out +0 -11
- data/bin/Image-ExifTool-10.49/t/MWG_4.out +0 -7
- data/bin/Image-ExifTool-10.49/t/MWG_5.out +0 -23
- data/bin/Image-ExifTool-10.49/t/MWG_6.out +0 -2
- data/bin/Image-ExifTool-10.49/t/MWG_7.out +0 -11
- data/bin/Image-ExifTool-10.49/t/MXF.t +0 -27
- data/bin/Image-ExifTool-10.49/t/MXF_2.out +0 -79
- data/bin/Image-ExifTool-10.49/t/Matroska.t +0 -29
- data/bin/Image-ExifTool-10.49/t/Matroska_2.out +0 -66
- data/bin/Image-ExifTool-10.49/t/Minolta.t +0 -50
- data/bin/Image-ExifTool-10.49/t/Minolta_2.out +0 -135
- data/bin/Image-ExifTool-10.49/t/Minolta_3.out +0 -148
- data/bin/Image-ExifTool-10.49/t/Minolta_4.out +0 -150
- data/bin/Image-ExifTool-10.49/t/Motorola.t +0 -29
- data/bin/Image-ExifTool-10.49/t/Motorola_2.out +0 -97
- data/bin/Image-ExifTool-10.49/t/Nikon.t +0 -114
- data/bin/Image-ExifTool-10.49/t/Nikon_2.out +0 -84
- data/bin/Image-ExifTool-10.49/t/Nikon_3.out +0 -100
- data/bin/Image-ExifTool-10.49/t/Nikon_4.out +0 -176
- data/bin/Image-ExifTool-10.49/t/Nikon_5.out +0 -169
- data/bin/Image-ExifTool-10.49/t/Nikon_7.out +0 -261
- data/bin/Image-ExifTool-10.49/t/Nikon_8.out +0 -4
- data/bin/Image-ExifTool-10.49/t/Olympus.t +0 -94
- data/bin/Image-ExifTool-10.49/t/Olympus_2.out +0 -81
- data/bin/Image-ExifTool-10.49/t/Olympus_3.out +0 -83
- data/bin/Image-ExifTool-10.49/t/Olympus_4.out +0 -194
- data/bin/Image-ExifTool-10.49/t/Olympus_5.out +0 -266
- data/bin/Image-ExifTool-10.49/t/Olympus_6.out +0 -153
- data/bin/Image-ExifTool-10.49/t/Olympus_7.out +0 -483
- data/bin/Image-ExifTool-10.49/t/Olympus_8.out +0 -15
- data/bin/Image-ExifTool-10.49/t/OpenEXR.t +0 -28
- data/bin/Image-ExifTool-10.49/t/OpenEXR_2.out +0 -25
- data/bin/Image-ExifTool-10.49/t/Opus.t +0 -27
- data/bin/Image-ExifTool-10.49/t/Opus_2.out +0 -26
- data/bin/Image-ExifTool-10.49/t/PDF.t +0 -303
- data/bin/Image-ExifTool-10.49/t/PDF_10.out +0 -10
- data/bin/Image-ExifTool-10.49/t/PDF_11.out +0 -10
- data/bin/Image-ExifTool-10.49/t/PDF_12.out +0 -9
- data/bin/Image-ExifTool-10.49/t/PDF_14.out +0 -5
- data/bin/Image-ExifTool-10.49/t/PDF_15.out +0 -6
- data/bin/Image-ExifTool-10.49/t/PDF_16.out +0 -4
- data/bin/Image-ExifTool-10.49/t/PDF_17.out +0 -4
- data/bin/Image-ExifTool-10.49/t/PDF_18.out +0 -5
- data/bin/Image-ExifTool-10.49/t/PDF_19.out +0 -6
- data/bin/Image-ExifTool-10.49/t/PDF_2.out +0 -127
- data/bin/Image-ExifTool-10.49/t/PDF_20.out +0 -4
- data/bin/Image-ExifTool-10.49/t/PDF_22.out +0 -3
- data/bin/Image-ExifTool-10.49/t/PDF_4.out +0 -12
- data/bin/Image-ExifTool-10.49/t/PDF_5.out +0 -8
- data/bin/Image-ExifTool-10.49/t/PDF_6.out +0 -9
- data/bin/Image-ExifTool-10.49/t/PDF_7.out +0 -11
- data/bin/Image-ExifTool-10.49/t/PDF_8.out +0 -9
- data/bin/Image-ExifTool-10.49/t/PDF_9.out +0 -9
- data/bin/Image-ExifTool-10.49/t/PGF.t +0 -28
- data/bin/Image-ExifTool-10.49/t/PGF_2.out +0 -34
- data/bin/Image-ExifTool-10.49/t/PICT.t +0 -28
- data/bin/Image-ExifTool-10.49/t/PICT_2.out +0 -17
- data/bin/Image-ExifTool-10.49/t/PLIST.t +0 -31
- data/bin/Image-ExifTool-10.49/t/PLIST_2.out +0 -21
- data/bin/Image-ExifTool-10.49/t/PLIST_3.out +0 -21
- data/bin/Image-ExifTool-10.49/t/PLUS.t +0 -45
- data/bin/Image-ExifTool-10.49/t/PLUS_2.out +0 -31
- data/bin/Image-ExifTool-10.49/t/PNG.t +0 -124
- data/bin/Image-ExifTool-10.49/t/PNG_2.out +0 -24
- data/bin/Image-ExifTool-10.49/t/PNG_3.out +0 -123
- data/bin/Image-ExifTool-10.49/t/PNG_4.out +0 -12
- data/bin/Image-ExifTool-10.49/t/PNG_5.out +0 -18
- data/bin/Image-ExifTool-10.49/t/PNG_6.out +0 -5
- data/bin/Image-ExifTool-10.49/t/PPM.t +0 -40
- data/bin/Image-ExifTool-10.49/t/PPM_2.out +0 -17
- data/bin/Image-ExifTool-10.49/t/PPM_3.out +0 -11
- data/bin/Image-ExifTool-10.49/t/PSP.t +0 -28
- data/bin/Image-ExifTool-10.49/t/PSP_2.out +0 -34
- data/bin/Image-ExifTool-10.49/t/Palm.t +0 -27
- data/bin/Image-ExifTool-10.49/t/Palm_2.out +0 -32
- data/bin/Image-ExifTool-10.49/t/Panasonic.t +0 -60
- data/bin/Image-ExifTool-10.49/t/Panasonic_2.out +0 -101
- data/bin/Image-ExifTool-10.49/t/Panasonic_3.out +0 -121
- data/bin/Image-ExifTool-10.49/t/Panasonic_4.out +0 -206
- data/bin/Image-ExifTool-10.49/t/Panasonic_5.out +0 -244
- data/bin/Image-ExifTool-10.49/t/Pentax.t +0 -50
- data/bin/Image-ExifTool-10.49/t/Pentax_2.out +0 -225
- data/bin/Image-ExifTool-10.49/t/Pentax_3.out +0 -266
- data/bin/Image-ExifTool-10.49/t/Pentax_4.out +0 -132
- data/bin/Image-ExifTool-10.49/t/PhaseOne.t +0 -38
- data/bin/Image-ExifTool-10.49/t/PhaseOne_2.out +0 -99
- data/bin/Image-ExifTool-10.49/t/PhaseOne_3.out +0 -170
- data/bin/Image-ExifTool-10.49/t/PhotoCD.t +0 -28
- data/bin/Image-ExifTool-10.49/t/PhotoCD_2.out +0 -37
- data/bin/Image-ExifTool-10.49/t/PhotoMechanic.t +0 -38
- data/bin/Image-ExifTool-10.49/t/PhotoMechanic_2.out +0 -83
- data/bin/Image-ExifTool-10.49/t/PhotoMechanic_3.out +0 -2
- data/bin/Image-ExifTool-10.49/t/Photoshop.t +0 -42
- data/bin/Image-ExifTool-10.49/t/Photoshop_2.out +0 -109
- data/bin/Image-ExifTool-10.49/t/Photoshop_3.out +0 -117
- data/bin/Image-ExifTool-10.49/t/PostScript.t +0 -49
- data/bin/Image-ExifTool-10.49/t/PostScript_2.out +0 -66
- data/bin/Image-ExifTool-10.49/t/PostScript_3.out +0 -134
- data/bin/Image-ExifTool-10.49/t/QuickTime.t +0 -58
- data/bin/Image-ExifTool-10.49/t/QuickTime_2.out +0 -133
- data/bin/Image-ExifTool-10.49/t/QuickTime_3.out +0 -73
- data/bin/Image-ExifTool-10.49/t/QuickTime_4.out +0 -16
- data/bin/Image-ExifTool-10.49/t/QuickTime_5.out +0 -12
- data/bin/Image-ExifTool-10.49/t/RIFF.t +0 -31
- data/bin/Image-ExifTool-10.49/t/RIFF_2.out +0 -25
- data/bin/Image-ExifTool-10.49/t/RIFF_3.out +0 -55
- data/bin/Image-ExifTool-10.49/t/RIFF_4.out +0 -18
- data/bin/Image-ExifTool-10.49/t/RTF.t +0 -27
- data/bin/Image-ExifTool-10.49/t/RTF_2.out +0 -21
- data/bin/Image-ExifTool-10.49/t/Radiance.t +0 -28
- data/bin/Image-ExifTool-10.49/t/Radiance_2.out +0 -24
- data/bin/Image-ExifTool-10.49/t/Real.t +0 -46
- data/bin/Image-ExifTool-10.49/t/Real_2.out +0 -69
- data/bin/Image-ExifTool-10.49/t/Real_3.out +0 -19
- data/bin/Image-ExifTool-10.49/t/Real_4.out +0 -12
- data/bin/Image-ExifTool-10.49/t/Ricoh.t +0 -47
- data/bin/Image-ExifTool-10.49/t/Ricoh_2.out +0 -72
- data/bin/Image-ExifTool-10.49/t/Ricoh_3.out +0 -100
- data/bin/Image-ExifTool-10.49/t/Ricoh_4.out +0 -114
- data/bin/Image-ExifTool-10.49/t/Sanyo.t +0 -39
- data/bin/Image-ExifTool-10.49/t/Sanyo_2.out +0 -103
- data/bin/Image-ExifTool-10.49/t/Sanyo_3.out +0 -113
- data/bin/Image-ExifTool-10.49/t/Sigma.t +0 -60
- data/bin/Image-ExifTool-10.49/t/Sigma_2.out +0 -93
- data/bin/Image-ExifTool-10.49/t/Sigma_3.out +0 -96
- data/bin/Image-ExifTool-10.49/t/Sigma_4.out +0 -65
- data/bin/Image-ExifTool-10.49/t/Sigma_5.out +0 -194
- data/bin/Image-ExifTool-10.49/t/Sony.t +0 -62
- data/bin/Image-ExifTool-10.49/t/Sony_2.out +0 -86
- data/bin/Image-ExifTool-10.49/t/Sony_3.out +0 -87
- data/bin/Image-ExifTool-10.49/t/Sony_5.out +0 -34
- data/bin/Image-ExifTool-10.49/t/TestLib.pm +0 -431
- data/bin/Image-ExifTool-10.49/t/Torrent.t +0 -28
- data/bin/Image-ExifTool-10.49/t/Torrent_2.out +0 -32
- data/bin/Image-ExifTool-10.49/t/Unknown.t +0 -36
- data/bin/Image-ExifTool-10.49/t/Unknown_2.out +0 -92
- data/bin/Image-ExifTool-10.49/t/Unknown_3.out +0 -92
- data/bin/Image-ExifTool-10.49/t/VCard.t +0 -31
- data/bin/Image-ExifTool-10.49/t/VCard_2.out +0 -54
- data/bin/Image-ExifTool-10.49/t/VCard_3.out +0 -88
- data/bin/Image-ExifTool-10.49/t/Vorbis.t +0 -28
- data/bin/Image-ExifTool-10.49/t/Vorbis_2.out +0 -29
- data/bin/Image-ExifTool-10.49/t/Writer.t +0 -1071
- data/bin/Image-ExifTool-10.49/t/Writer_10.out +0 -246
- data/bin/Image-ExifTool-10.49/t/Writer_11.out +0 -39
- data/bin/Image-ExifTool-10.49/t/Writer_13.out +0 -166
- data/bin/Image-ExifTool-10.49/t/Writer_14.out +0 -69
- data/bin/Image-ExifTool-10.49/t/Writer_15.out +0 -175
- data/bin/Image-ExifTool-10.49/t/Writer_16.out +0 -1
- data/bin/Image-ExifTool-10.49/t/Writer_17.out +0 -1
- data/bin/Image-ExifTool-10.49/t/Writer_18.out +0 -3
- data/bin/Image-ExifTool-10.49/t/Writer_19.out +0 -36
- data/bin/Image-ExifTool-10.49/t/Writer_2.out +0 -172
- data/bin/Image-ExifTool-10.49/t/Writer_22.out +0 -4
- data/bin/Image-ExifTool-10.49/t/Writer_24.out +0 -1
- data/bin/Image-ExifTool-10.49/t/Writer_25.out +0 -40
- data/bin/Image-ExifTool-10.49/t/Writer_26.out +0 -34
- data/bin/Image-ExifTool-10.49/t/Writer_27.out +0 -14
- data/bin/Image-ExifTool-10.49/t/Writer_28.out +0 -1
- data/bin/Image-ExifTool-10.49/t/Writer_29.out +0 -2
- data/bin/Image-ExifTool-10.49/t/Writer_30.out +0 -2
- data/bin/Image-ExifTool-10.49/t/Writer_31.out +0 -108
- data/bin/Image-ExifTool-10.49/t/Writer_32.out +0 -3
- data/bin/Image-ExifTool-10.49/t/Writer_33.out +0 -3
- data/bin/Image-ExifTool-10.49/t/Writer_34.out +0 -3
- data/bin/Image-ExifTool-10.49/t/Writer_35.out +0 -188
- data/bin/Image-ExifTool-10.49/t/Writer_36.out +0 -2
- data/bin/Image-ExifTool-10.49/t/Writer_37.out +0 -2
- data/bin/Image-ExifTool-10.49/t/Writer_38.out +0 -63
- data/bin/Image-ExifTool-10.49/t/Writer_39.out +0 -4
- data/bin/Image-ExifTool-10.49/t/Writer_4.out +0 -87
- data/bin/Image-ExifTool-10.49/t/Writer_40.out +0 -4
- data/bin/Image-ExifTool-10.49/t/Writer_41.out +0 -3
- data/bin/Image-ExifTool-10.49/t/Writer_42.out +0 -5
- data/bin/Image-ExifTool-10.49/t/Writer_43.out +0 -5
- data/bin/Image-ExifTool-10.49/t/Writer_44.out +0 -2
- data/bin/Image-ExifTool-10.49/t/Writer_45.out +0 -1
- data/bin/Image-ExifTool-10.49/t/Writer_46.out +0 -111
- data/bin/Image-ExifTool-10.49/t/Writer_47.out +0 -57
- data/bin/Image-ExifTool-10.49/t/Writer_48.out +0 -31
- data/bin/Image-ExifTool-10.49/t/Writer_50.out +0 -3
- data/bin/Image-ExifTool-10.49/t/Writer_51.out +0 -414
- data/bin/Image-ExifTool-10.49/t/Writer_52.out +0 -23
- data/bin/Image-ExifTool-10.49/t/Writer_53.out +0 -35
- data/bin/Image-ExifTool-10.49/t/Writer_54.out +0 -2
- data/bin/Image-ExifTool-10.49/t/Writer_55.out +0 -7
- data/bin/Image-ExifTool-10.49/t/Writer_56.out +0 -4
- data/bin/Image-ExifTool-10.49/t/Writer_58.out +0 -44
- data/bin/Image-ExifTool-10.49/t/Writer_6.out +0 -186
- data/bin/Image-ExifTool-10.49/t/Writer_7.out +0 -151
- data/bin/Image-ExifTool-10.49/t/Writer_9.out +0 -243
- data/bin/Image-ExifTool-10.49/t/XMP.t +0 -570
- data/bin/Image-ExifTool-10.49/t/XMP_10.out +0 -37
- data/bin/Image-ExifTool-10.49/t/XMP_11.out +0 -81
- data/bin/Image-ExifTool-10.49/t/XMP_12.out +0 -4
- data/bin/Image-ExifTool-10.49/t/XMP_13.out +0 -5
- data/bin/Image-ExifTool-10.49/t/XMP_14.out +0 -3
- data/bin/Image-ExifTool-10.49/t/XMP_15.out +0 -3
- data/bin/Image-ExifTool-10.49/t/XMP_16.out +0 -5
- data/bin/Image-ExifTool-10.49/t/XMP_17.out +0 -6
- data/bin/Image-ExifTool-10.49/t/XMP_18.out +0 -10
- data/bin/Image-ExifTool-10.49/t/XMP_19.out +0 -35
- data/bin/Image-ExifTool-10.49/t/XMP_2.out +0 -140
- data/bin/Image-ExifTool-10.49/t/XMP_20.out +0 -35
- data/bin/Image-ExifTool-10.49/t/XMP_21.out +0 -38
- data/bin/Image-ExifTool-10.49/t/XMP_22.out +0 -38
- data/bin/Image-ExifTool-10.49/t/XMP_23.out +0 -9
- data/bin/Image-ExifTool-10.49/t/XMP_24.out +0 -32
- data/bin/Image-ExifTool-10.49/t/XMP_25.out +0 -28
- data/bin/Image-ExifTool-10.49/t/XMP_26.out +0 -51
- data/bin/Image-ExifTool-10.49/t/XMP_27.out +0 -95
- data/bin/Image-ExifTool-10.49/t/XMP_28.out +0 -46
- data/bin/Image-ExifTool-10.49/t/XMP_29.out +0 -26
- data/bin/Image-ExifTool-10.49/t/XMP_3.out +0 -138
- data/bin/Image-ExifTool-10.49/t/XMP_30.out +0 -90
- data/bin/Image-ExifTool-10.49/t/XMP_31.out +0 -20
- data/bin/Image-ExifTool-10.49/t/XMP_32.out +0 -2
- data/bin/Image-ExifTool-10.49/t/XMP_34.out +0 -2
- data/bin/Image-ExifTool-10.49/t/XMP_36.out +0 -19
- data/bin/Image-ExifTool-10.49/t/XMP_37.out +0 -36
- data/bin/Image-ExifTool-10.49/t/XMP_39.out +0 -45
- data/bin/Image-ExifTool-10.49/t/XMP_40.out +0 -3
- data/bin/Image-ExifTool-10.49/t/XMP_41.out +0 -181
- data/bin/Image-ExifTool-10.49/t/XMP_42.out +0 -8
- data/bin/Image-ExifTool-10.49/t/XMP_43.out +0 -6
- data/bin/Image-ExifTool-10.49/t/XMP_44.out +0 -35
- data/bin/Image-ExifTool-10.49/t/XMP_45.out +0 -23
- data/bin/Image-ExifTool-10.49/t/XMP_5.out +0 -30
- data/bin/Image-ExifTool-10.49/t/XMP_6.out +0 -89
- data/bin/Image-ExifTool-10.49/t/XMP_7.out +0 -118
- data/bin/Image-ExifTool-10.49/t/XMP_8.out +0 -19
- data/bin/Image-ExifTool-10.49/t/XMP_9.out +0 -52
- data/bin/Image-ExifTool-10.49/t/ZIP.t +0 -69
- data/bin/Image-ExifTool-10.49/t/ZIP_2.out +0 -19
- data/bin/Image-ExifTool-10.49/t/ZIP_3.out +0 -18
- data/bin/Image-ExifTool-10.49/t/ZIP_4.out +0 -214
- data/bin/Image-ExifTool-10.49/t/ZIP_5.out +0 -136
- data/bin/Image-ExifTool-10.49/t/ZIP_6.out +0 -50
- data/bin/Image-ExifTool-10.49/t/ZIP_7.out +0 -29
- data/bin/Image-ExifTool-10.49/t/images/AFCP.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/AIFF.aif +0 -0
- data/bin/Image-ExifTool-10.49/t/images/APE.ape +0 -0
- data/bin/Image-ExifTool-10.49/t/images/APE.mpc +0 -0
- data/bin/Image-ExifTool-10.49/t/images/ASF.wmv +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Apple.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Audible.aa +0 -0
- data/bin/Image-ExifTool-10.49/t/images/BMP.bmp +0 -0
- data/bin/Image-ExifTool-10.49/t/images/BPG.bpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/BigTIFF.btf +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Canon.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Canon1DmkIII.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/CanonRaw.cr2 +0 -0
- data/bin/Image-ExifTool-10.49/t/images/CanonRaw.crw +0 -0
- data/bin/Image-ExifTool-10.49/t/images/CanonVRD.dr4 +0 -0
- data/bin/Image-ExifTool-10.49/t/images/CanonVRD.vrd +0 -0
- data/bin/Image-ExifTool-10.49/t/images/CaptureOne.eip +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Casio.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Casio2.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/CasioQVCI.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/DICOM.dcm +0 -0
- data/bin/Image-ExifTool-10.49/t/images/DNG.dng +0 -0
- data/bin/Image-ExifTool-10.49/t/images/DPX.dpx +0 -0
- data/bin/Image-ExifTool-10.49/t/images/DV.dv +0 -0
- data/bin/Image-ExifTool-10.49/t/images/DjVu.djvu +0 -0
- data/bin/Image-ExifTool-10.49/t/images/EXE.a +0 -0
- data/bin/Image-ExifTool-10.49/t/images/EXE.dylib +0 -0
- data/bin/Image-ExifTool-10.49/t/images/EXE.elf +0 -0
- data/bin/Image-ExifTool-10.49/t/images/EXE.exe +0 -0
- data/bin/Image-ExifTool-10.49/t/images/EXE.macho +0 -0
- data/bin/Image-ExifTool-10.49/t/images/EXE.so +0 -0
- data/bin/Image-ExifTool-10.49/t/images/ExifTool.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/ExifTool.tif +0 -0
- data/bin/Image-ExifTool-10.49/t/images/ExtendedXMP.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/FLAC.flac +0 -0
- data/bin/Image-ExifTool-10.49/t/images/FLAC.ogg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/FLIF.flif +0 -0
- data/bin/Image-ExifTool-10.49/t/images/FLIR.fpf +0 -0
- data/bin/Image-ExifTool-10.49/t/images/FLIR.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Flash.flv +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Flash.swf +0 -0
- data/bin/Image-ExifTool-10.49/t/images/FlashPix.ppt +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Font.afm +0 -28
- data/bin/Image-ExifTool-10.49/t/images/Font.dfont +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Font.pfa +0 -38
- data/bin/Image-ExifTool-10.49/t/images/Font.pfb +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Font.pfm +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Font.ttf +0 -0
- data/bin/Image-ExifTool-10.49/t/images/FotoStation.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/FujiFilm.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/FujiFilm.raf +0 -0
- data/bin/Image-ExifTool-10.49/t/images/GE.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/GIF.gif +0 -0
- data/bin/Image-ExifTool-10.49/t/images/GIMP.xcf +0 -0
- data/bin/Image-ExifTool-10.49/t/images/GPS.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/GeoTiff.tif +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Geotag.gpx +0 -23
- data/bin/Image-ExifTool-10.49/t/images/Geotag.igc +0 -24
- data/bin/Image-ExifTool-10.49/t/images/Geotag.kml +0 -55
- data/bin/Image-ExifTool-10.49/t/images/Geotag.xml +0 -23
- data/bin/Image-ExifTool-10.49/t/images/HTML.html +0 -77
- data/bin/Image-ExifTool-10.49/t/images/ICC_Profile.icc +0 -0
- data/bin/Image-ExifTool-10.49/t/images/IPTC.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/ISO.iso +0 -0
- data/bin/Image-ExifTool-10.49/t/images/ITC.itc +0 -0
- data/bin/Image-ExifTool-10.49/t/images/InDesign.indd +0 -0
- data/bin/Image-ExifTool-10.49/t/images/JSON.json +0 -19
- data/bin/Image-ExifTool-10.49/t/images/JVC.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/JVC2.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Jpeg2000.j2c +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Jpeg2000.jp2 +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Kodak.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/KyoceraRaw.raw +0 -0
- data/bin/Image-ExifTool-10.49/t/images/LNK.lnk +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Lytro.lfp +0 -0
- data/bin/Image-ExifTool-10.49/t/images/M2TS.mts +0 -0
- data/bin/Image-ExifTool-10.49/t/images/MIE.mie +0 -0
- data/bin/Image-ExifTool-10.49/t/images/MIFF.miff +0 -0
- data/bin/Image-ExifTool-10.49/t/images/MOI.moi +0 -0
- data/bin/Image-ExifTool-10.49/t/images/MP3.mp3 +0 -0
- data/bin/Image-ExifTool-10.49/t/images/MWG.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/MXF.mxf +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Matroska.mkv +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Minolta.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Minolta.mrw +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Motorola.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Nikon.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Nikon.nef +0 -0
- data/bin/Image-ExifTool-10.49/t/images/NikonD2Hs.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/NikonD70.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/OOXML.docx +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Olympus.dss +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Olympus.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Olympus2.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/OlympusE1.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/OpenDoc.ods +0 -0
- data/bin/Image-ExifTool-10.49/t/images/OpenEXR.exr +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Opus.opus +0 -0
- data/bin/Image-ExifTool-10.49/t/images/PDF.pdf +0 -0
- data/bin/Image-ExifTool-10.49/t/images/PDF2.pdf +0 -0
- data/bin/Image-ExifTool-10.49/t/images/PGF.pgf +0 -0
- data/bin/Image-ExifTool-10.49/t/images/PICT.pict +0 -0
- data/bin/Image-ExifTool-10.49/t/images/PLIST-bin.plist +0 -0
- data/bin/Image-ExifTool-10.49/t/images/PLIST-xml.plist +0 -35
- data/bin/Image-ExifTool-10.49/t/images/PLUS.xmp +0 -127
- data/bin/Image-ExifTool-10.49/t/images/PNG.png +0 -0
- data/bin/Image-ExifTool-10.49/t/images/PPM.ppm +0 -5
- data/bin/Image-ExifTool-10.49/t/images/PSP.psp +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Palm.mobi +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Panasonic.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Panasonic.rw2 +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Pentax.avi +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Pentax.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/PhaseOne.iiq +0 -0
- data/bin/Image-ExifTool-10.49/t/images/PhotoCD.pcd +0 -0
- data/bin/Image-ExifTool-10.49/t/images/PhotoMechanic.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Photoshop.psd +0 -0
- data/bin/Image-ExifTool-10.49/t/images/PostScript.eps +0 -108
- data/bin/Image-ExifTool-10.49/t/images/QuickTime.m4a +0 -0
- data/bin/Image-ExifTool-10.49/t/images/QuickTime.mov +0 -0
- data/bin/Image-ExifTool-10.49/t/images/RIFF.avi +0 -0
- data/bin/Image-ExifTool-10.49/t/images/RIFF.wav +0 -0
- data/bin/Image-ExifTool-10.49/t/images/RIFF.webp +0 -0
- data/bin/Image-ExifTool-10.49/t/images/RTF.rtf +0 -25
- data/bin/Image-ExifTool-10.49/t/images/Radiance.hdr +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Real.ra +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Real.ram +0 -1
- data/bin/Image-ExifTool-10.49/t/images/Real.rm +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Ricoh.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Ricoh2.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Sanyo.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Sigma.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Sigma.x3f +0 -0
- data/bin/Image-ExifTool-10.49/t/images/SigmaDP2.x3f +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Sony.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Sony.pmp +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Torrent.torrent +0 -1
- data/bin/Image-ExifTool-10.49/t/images/Unknown.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/VCard.ics +0 -94
- data/bin/Image-ExifTool-10.49/t/images/VCard.vcf +0 -45
- data/bin/Image-ExifTool-10.49/t/images/Vorbis.ogg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/Writer.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/XMP.inx +0 -108
- data/bin/Image-ExifTool-10.49/t/images/XMP.jpg +0 -0
- data/bin/Image-ExifTool-10.49/t/images/XMP.svg +0 -33
- data/bin/Image-ExifTool-10.49/t/images/XMP.xml +0 -98
- data/bin/Image-ExifTool-10.49/t/images/XMP.xmp +0 -99
- data/bin/Image-ExifTool-10.49/t/images/XMP2.xmp +0 -25
- data/bin/Image-ExifTool-10.49/t/images/XMP3.xmp +0 -65
- data/bin/Image-ExifTool-10.49/t/images/XMP4.xmp +0 -93
- data/bin/Image-ExifTool-10.49/t/images/XMP5.xmp +0 -157
- data/bin/Image-ExifTool-10.49/t/images/XMP6.xmp +0 -48
- data/bin/Image-ExifTool-10.49/t/images/ZIP.gz +0 -0
- data/bin/Image-ExifTool-10.49/t/images/ZIP.zip +0 -0
- data/bin/Image-ExifTool-10.49/t/images/iWork.numbers +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9bbeec52de7180ba7164158cbd9bcc52768f56e
|
|
4
|
+
data.tar.gz: a9bb84204d3e36b430a336964f5171ab99ab3585
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3406356b68a7a6ad9bdd2164a2a6661d08e24438c353b9abe220e2abda673ccd6ff536c4ca6e5f2ec99aea8bf2e65c16d5f56399741ed5277d3206c9ee02df13
|
|
7
|
+
data.tar.gz: 1b76b463ad708a4f21466e0445caccc33a0411275c0520b23bfd0ab5092ffba1ac9f563228016c90ff55418674f65d8acd67fddbe7506049b04fcb3b62742537
|
|
@@ -4,9 +4,83 @@ ExifTool Version History
|
|
|
4
4
|
|
|
5
5
|
RSS feed: http://owl.phy.queensu.ca/~phil/exiftool/rss.xml
|
|
6
6
|
|
|
7
|
-
Note: The most recent production release is Version 10.
|
|
7
|
+
Note: The most recent production release is Version 10.55. (Other versions are
|
|
8
8
|
considered development releases, and are not uploaded to CPAN.)
|
|
9
9
|
|
|
10
|
+
June 6, 2017 - Version 10.56
|
|
11
|
+
|
|
12
|
+
- Removed ordering constraints between Geotag/Geosync and Geotime assignments
|
|
13
|
+
on the command line
|
|
14
|
+
- Removed debugging print statement left in photoshop_paths.config
|
|
15
|
+
|
|
16
|
+
June 5, 2017 - Version 10.55 (production release)
|
|
17
|
+
|
|
18
|
+
- Added support for GIF multimedia extensions
|
|
19
|
+
- Added a couple of new Sony/Minolta lenses (thanks Chris)
|
|
20
|
+
- Added a new Nikon LensID (thanks Jakob Dettner)
|
|
21
|
+
- Added new Composite TotalPathPoints tag to photoshop_paths.config
|
|
22
|
+
- Decode a number of new Sony tags and updated some others (thanks Jos Roost)
|
|
23
|
+
- Decode a new Pentax tag and fixed decoding of another (thanks Andras
|
|
24
|
+
Salamon)
|
|
25
|
+
- Updated iptcCore.args for new IPTC specification
|
|
26
|
+
- Changed description of a couple of AVI Model tags to match EXIF
|
|
27
|
+
- Patched tests to avoid failures with Perl 5.25.11 due to missing "." in @INC
|
|
28
|
+
- Fixed an incorrect warning from the experimental Validate feature
|
|
29
|
+
|
|
30
|
+
May 26, 2017 - Version 10.54
|
|
31
|
+
|
|
32
|
+
- Added support for Google XMP GImage and GAudio tags
|
|
33
|
+
- Added a new Olympus CameraType (thanks LibRaw)
|
|
34
|
+
- Added a two new Sony lenses and decode more ILCE-9 tags (thanks Jos Roost)
|
|
35
|
+
- Added new values to some Pentax tags (thanks Andras Salamon)
|
|
36
|
+
- Added a new Canon LensType
|
|
37
|
+
- Added an additional checks to the experimental -validate feature
|
|
38
|
+
- Improved user-defined FileTypes feature to provide more flexibility
|
|
39
|
+
- Enhanced -ext option to allow specific files extensions to be processed
|
|
40
|
+
along with supported files
|
|
41
|
+
- API Changes:
|
|
42
|
+
- Added ListJoin option to replace List and ListSep options
|
|
43
|
+
|
|
44
|
+
May 17, 2017 - Version 10.53
|
|
45
|
+
|
|
46
|
+
- Added support for "MeSa" Photoshop IRB resource
|
|
47
|
+
- Made XMP-GSpherical tags writable
|
|
48
|
+
- Improved German translations (thanks Jobi)
|
|
49
|
+
|
|
50
|
+
May 12, 2017 - Version 10.52
|
|
51
|
+
|
|
52
|
+
- Added some new values to a number of FujiFilm tags and changed some others
|
|
53
|
+
(thanks Albert Shan)
|
|
54
|
+
- Decode a number of new Sony tags for the ILCE-9 (thanks Jos Roost)
|
|
55
|
+
- Made SonyISO writable
|
|
56
|
+
- Changed behaviour of advanced formatting expression for Shortcut tags so it
|
|
57
|
+
now applies to the combined value rather than individual constituent values
|
|
58
|
+
- Minor changes to some Pentax print conversions
|
|
59
|
+
- Fixed problem using new NoDups utility with Shortcut tags
|
|
60
|
+
|
|
61
|
+
May 2, 2017 - Version 10.51
|
|
62
|
+
|
|
63
|
+
- Added "NoDups" utility function for use in advanced formatting expressions
|
|
64
|
+
- Added a new Pentax LensType (thanks JohnK)
|
|
65
|
+
- Added some new Pentax DriveMode values (thanks Andras Salamon)
|
|
66
|
+
- Enhanced -ver option to report Perl include directories with -v2
|
|
67
|
+
- Improved warning message when advanced formatting expression returns undef
|
|
68
|
+
- Minor change to a few FujiFilm print conversion strings (thanks Albert Shan)
|
|
69
|
+
- Changed behaviour when interpolating Shortcut tags in a string (the values
|
|
70
|
+
are now separated according to the -sep option setting instead of simply
|
|
71
|
+
being concatenated)
|
|
72
|
+
- Patched to allow file times to be set on systems where futimes is not
|
|
73
|
+
available
|
|
74
|
+
|
|
75
|
+
Apr. 20, 2017 - Version 10.50 (production release)
|
|
76
|
+
|
|
77
|
+
- Decode a new Pentax tag (thanks Andras Salamon)
|
|
78
|
+
- Improved decoding of Olympus DriveMode (thanks Herbert Kauer)
|
|
79
|
+
- Improved handling of errors from utime when setting file times
|
|
80
|
+
- Fixed potential hang problem when reading corrupted QuickTime metadata
|
|
81
|
+
- Fixed problem deleting duplicate EXIF tags when writing other tags at the
|
|
82
|
+
same time
|
|
83
|
+
|
|
10
84
|
Apr. 10, 2017 - Version 10.49
|
|
11
85
|
|
|
12
86
|
- Added "DateFmt" utility function for use in advanced formatting expressions
|
|
File without changes
|
|
File without changes
|
|
@@ -101,8 +101,8 @@ your home directory, then you would type the following commands in a
|
|
|
101
101
|
terminal window to extract and run ExifTool:
|
|
102
102
|
|
|
103
103
|
cd ~/Desktop
|
|
104
|
-
gzip -dc Image-ExifTool-10.
|
|
105
|
-
cd Image-ExifTool-10.
|
|
104
|
+
gzip -dc Image-ExifTool-10.56.tar.gz | tar -xf -
|
|
105
|
+
cd Image-ExifTool-10.56
|
|
106
106
|
./exiftool t/images/ExifTool.jpg
|
|
107
107
|
|
|
108
108
|
Note: These commands extract meta information from one of the test images.
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
# Notes: 1) IPTC requires a timezone but EXIF does not support one, so
|
|
13
13
|
# the local timezone is assumed when writing the IPTC times
|
|
14
14
|
#
|
|
15
|
-
# 2) These arguments will not delete IPTC tags which are
|
|
16
|
-
# from the EXIF. The IPTC tags should be deleted
|
|
17
|
-
# required.
|
|
15
|
+
# 2) These arguments will not delete existing IPTC tags which are
|
|
16
|
+
# missing from the EXIF. The IPTC tags should be deleted
|
|
17
|
+
# beforehand if required.
|
|
18
18
|
#------------------------------------------------------------------------------
|
|
19
19
|
-IPTC:By-line < EXIF:Artist
|
|
20
20
|
-IPTC:CopyrightNotice < EXIF:Copyright
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
# XMP-exif/XMP-tiff, and the remaining arguments handle tags
|
|
19
19
|
# which have different names and/or formats in EXIF and XMP.
|
|
20
20
|
#
|
|
21
|
-
# 2) These arguments will not delete XMP tags which are
|
|
22
|
-
# from the EXIF. The XMP tags should be deleted
|
|
23
|
-
# required.
|
|
21
|
+
# 2) These arguments will not delete existing XMP tags which are
|
|
22
|
+
# missing from the EXIF. The XMP tags should be deleted
|
|
23
|
+
# beforehand if required.
|
|
24
24
|
#------------------------------------------------------------------------------
|
|
25
25
|
-XMP-exif:all < EXIF:all
|
|
26
26
|
-XMP-exifEX:all < EXIF:all
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
# the XMP GPS coordinate and date/time tags are composites of
|
|
14
14
|
# more than one EXIF GPS tag, so they are handled separately.
|
|
15
15
|
#
|
|
16
|
-
# 2) These arguments will not delete XMP tags which are
|
|
17
|
-
# from the GPS. The XMP tags should be deleted
|
|
18
|
-
# required.
|
|
16
|
+
# 2) These arguments will not delete existing XMP tags which are
|
|
17
|
+
# missing from the GPS. The XMP GPS tags should be deleted
|
|
18
|
+
# first with "-xmp:gps*=" if required.
|
|
19
19
|
#------------------------------------------------------------------------------
|
|
20
20
|
-XMP:all < GPS:all
|
|
21
21
|
-XMP:GPSLatitude < Composite:GPSLatitude
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
#
|
|
10
10
|
# Revisions: 2011/09/13 - P. Harvey Created
|
|
11
11
|
#
|
|
12
|
-
# Notes: These arguments will not delete EXIF tags which are
|
|
13
|
-
# from the IPTC. The EXIF tags should be deleted
|
|
14
|
-
# required.
|
|
12
|
+
# Notes: These arguments will not delete existing EXIF tags which are
|
|
13
|
+
# missing from the IPTC. The EXIF tags should be deleted
|
|
14
|
+
# beforehand if required.
|
|
15
15
|
#------------------------------------------------------------------------------
|
|
16
16
|
-EXIF:Artist < IPTC:By-line
|
|
17
17
|
-EXIF:Copyright < IPTC:CopyrightNotice
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
#
|
|
22
22
|
# Notes: 1) Also updates Photoshop:IPTCDigest as per MWG recommendation.
|
|
23
23
|
#
|
|
24
|
-
# 2) These arguments will not delete XMP tags which are
|
|
25
|
-
# from the IPTC. The XMP tags should be deleted
|
|
26
|
-
# required.
|
|
24
|
+
# 2) These arguments will not delete existing XMP tags which are
|
|
25
|
+
# missing from the IPTC. The XMP tags should be deleted
|
|
26
|
+
# beforehand if required.
|
|
27
27
|
#------------------------------------------------------------------------------
|
|
28
28
|
-XMP-dc:Creator < IPTC:By-line
|
|
29
29
|
-XMP-dc:Description < IPTC:Caption-Abstract
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
#
|
|
10
10
|
# Revisions: 2011/12/28 - P. Harvey Created (IPTC Core version 1.1)
|
|
11
11
|
# 2015/04/21 - PH Updated to IPTC Extension version 1.2
|
|
12
|
+
# 2017/06/02 - PH Updated to IPTC Extension version 1.3
|
|
12
13
|
#
|
|
13
14
|
# References: http://www.iptc.org/IPTC4XMP/
|
|
14
15
|
#
|
|
@@ -98,7 +99,7 @@
|
|
|
98
99
|
-XMP-iptcExt:ArtworkCircaDateCreated
|
|
99
100
|
-XMP-iptcExt:ArtworkStylePeriod
|
|
100
101
|
-XMP-iptcExt:ArtworkSourceInvURL
|
|
101
|
-
-XMP-iptcExt:
|
|
102
|
+
-XMP-iptcExt:ArtworkContentDescription
|
|
102
103
|
-XMP-iptcExt:ArtworkContributionDescription
|
|
103
104
|
-XMP-iptcExt:ArtworkPhysicalDescription
|
|
104
105
|
|
|
@@ -171,6 +172,14 @@
|
|
|
171
172
|
-XMP-iptcExt:RegistryID
|
|
172
173
|
-XMP-iptcExt:RegistryItemID
|
|
173
174
|
-XMP-iptcExt:RegistryOrganisationID
|
|
175
|
+
-XMP-iptcExt:RegistryEntryRole
|
|
176
|
+
|
|
177
|
+
# Genre struct
|
|
178
|
+
-XMP-iptcExt:Genre
|
|
179
|
+
-XMP-iptcExt:GenreCvId
|
|
180
|
+
-XMP-iptcExt:GenreCvTermId
|
|
181
|
+
-XMP-iptcExt:GenreCvTermName
|
|
182
|
+
-XMP-iptcExt:GenreCvTermRefinedAbout
|
|
174
183
|
|
|
175
184
|
#
|
|
176
185
|
# plus schema
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
#
|
|
12
12
|
# References: http://www.adobe.com/devnet/xmp/
|
|
13
13
|
#
|
|
14
|
-
# Notes: These arguments will not delete XMP tags which are
|
|
15
|
-
# from the PDF. The XMP tags should be deleted
|
|
16
|
-
# required.
|
|
14
|
+
# Notes: These arguments will not delete existing XMP tags which are
|
|
15
|
+
# missing from the PDF. The XMP tags should be deleted
|
|
16
|
+
# beforehand if required.
|
|
17
17
|
#------------------------------------------------------------------------------
|
|
18
18
|
-XMP-dc:Title < PDF:Title
|
|
19
19
|
-XMP-dc:Creator < PDF:Author
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
# information, and the remaining arguments handle the tags
|
|
20
20
|
# which have different names and/or formats in XMP and EXIF.
|
|
21
21
|
#
|
|
22
|
-
# 2) These arguments will not delete EXIF tags which are
|
|
23
|
-
# from the XMP. The EXIF tags should be deleted
|
|
24
|
-
# required.
|
|
22
|
+
# 2) These arguments will not delete existing EXIF tags which are
|
|
23
|
+
# missing from the XMP. The EXIF tags should be deleted
|
|
24
|
+
# beforehand if required.
|
|
25
25
|
#------------------------------------------------------------------------------
|
|
26
26
|
-EXIF:all < XMP-exif:all
|
|
27
27
|
-EXIF:all < XMP-exifEX:all
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
# and time parts respectively when writing date-only and
|
|
17
17
|
# time-only tags with a date/time value.
|
|
18
18
|
#
|
|
19
|
-
# 2) These arguments will not delete GPS tags which are
|
|
20
|
-
# from the XMP. The GPS tags should be deleted
|
|
21
|
-
# required.
|
|
19
|
+
# 2) These arguments will not delete existing GPS tags which are
|
|
20
|
+
# missing from the XMP. The GPS tags should be deleted with
|
|
21
|
+
# "-gps:all=" first if required.
|
|
22
22
|
#------------------------------------------------------------------------------
|
|
23
23
|
-GPS:all < XMP-exif:all
|
|
24
24
|
-GPS:GPSLatitudeRef < Composite:GPSLatitudeRef
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
# for more information about converting the IPTC encoding:
|
|
31
31
|
# http://owl.phy.queensu.ca/~phil/exiftool/faq.html#Q10
|
|
32
32
|
#
|
|
33
|
-
# 3) These arguments will not delete IPTC tags which are
|
|
34
|
-
# from the XMP. The IPTC tags should be deleted
|
|
35
|
-
# required.
|
|
33
|
+
# 3) These arguments will not delete existing IPTC tags which are
|
|
34
|
+
# missing from the XMP. The IPTC tags should be deleted
|
|
35
|
+
# beforehand if required.
|
|
36
36
|
#------------------------------------------------------------------------------
|
|
37
37
|
-IPTC:By-line < XMP-dc:Creator
|
|
38
38
|
-IPTC:Caption-Abstract < XMP-dc:Description
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
#
|
|
12
12
|
# References: http://www.adobe.com/devnet/xmp/
|
|
13
13
|
#
|
|
14
|
-
# Notes: These arguments will not delete PDF tags which are
|
|
15
|
-
# from the XMP. The PDF tags should be deleted
|
|
16
|
-
# required.
|
|
14
|
+
# Notes: These arguments will not delete existing PDF tags which are
|
|
15
|
+
# missing from the XMP. The PDF tags should be deleted
|
|
16
|
+
# beforehand if required.
|
|
17
17
|
#------------------------------------------------------------------------------
|
|
18
18
|
-PDF:Title < XMP-dc:Title
|
|
19
19
|
-PDF:Author < XMP-dc:Creator
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -310,12 +310,15 @@ use Image::ExifTool::MIE;
|
|
|
310
310
|
# User-defined file types to recognize
|
|
311
311
|
%Image::ExifTool::UserDefined::FileTypes = (
|
|
312
312
|
XXX => { # <-- the extension of the new file type (case insensitive)
|
|
313
|
-
# BaseType specifies the format upon which this file is based
|
|
314
|
-
# If BaseType is defined, then the file will be fully
|
|
315
|
-
# and in this case the Magic pattern should not be defined
|
|
313
|
+
# BaseType specifies the format upon which this file is based (case
|
|
314
|
+
# sensitive). If BaseType is defined, then the file will be fully
|
|
315
|
+
# supported, and in this case the Magic pattern should not be defined
|
|
316
316
|
BaseType => 'TIFF',
|
|
317
317
|
MIMEType => 'image/x-xxx',
|
|
318
318
|
Description => 'My XXX file type',
|
|
319
|
+
# if the BaseType is writable by ExifTool, then the new file type
|
|
320
|
+
# will also be writable unless otherwise specified, like this:
|
|
321
|
+
Writable => 0,
|
|
319
322
|
},
|
|
320
323
|
YYY => {
|
|
321
324
|
# without BaseType, the file will be recognized but not supported
|
|
@@ -329,6 +332,10 @@ use Image::ExifTool::MIE;
|
|
|
329
332
|
# unless otherwise specified
|
|
330
333
|
Description => 'My ZZZ file type',
|
|
331
334
|
},
|
|
335
|
+
# if only BaseType is specified, then the following simplified syntax
|
|
336
|
+
# may be used. In this example, files with extension "TTT" will be
|
|
337
|
+
# processed as JPEG files
|
|
338
|
+
TTT => 'JPEG',
|
|
332
339
|
);
|
|
333
340
|
|
|
334
341
|
# Specify default ExifTool option values
|
|
File without changes
|
|
File without changes
|
|
@@ -13,14 +13,15 @@
|
|
|
13
13
|
# An "AllPaths" shortcut tag is also provided represent all
|
|
14
14
|
# Photoshop path tags. This shortcut must be used when copying
|
|
15
15
|
# because these tags are marked as "Protected" so they won't be
|
|
16
|
-
# copied by default.
|
|
16
|
+
# copied by default (also see the notes below).
|
|
17
17
|
#
|
|
18
18
|
# Path anchor points are converted to pixel coordinates by the
|
|
19
19
|
# Composite PathPixXXX tags, and an "AllPathPix" shortcut is
|
|
20
20
|
# provided to represent these tags.
|
|
21
21
|
#
|
|
22
22
|
# Finally, a Composite PathCount tag is provided to return the
|
|
23
|
-
# number of paths in an image
|
|
23
|
+
# number of paths in an image, and a TotalPathPoints tag counts
|
|
24
|
+
# the total number of path anchor points.
|
|
24
25
|
#
|
|
25
26
|
# Notes: 1) Print conversion must be disabled to be able to copy the paths
|
|
26
27
|
# (via either the -n option, or by adding a "#" to the tag name,
|
|
@@ -65,6 +66,7 @@
|
|
|
65
66
|
# 2017/02/22 - PH Fixed problem printing some paths
|
|
66
67
|
# 2017/03/19 - PH Added "-" or "+" at the start of closed or open
|
|
67
68
|
# subpath respectively
|
|
69
|
+
# 2017/06/03 - PH Added TotalPathPoints
|
|
68
70
|
#
|
|
69
71
|
# References: http://u88.n24.queensu.ca/exiftool/forum/index.php/topic,1621.0.html
|
|
70
72
|
# http://u88.n24.queensu.ca/exiftool/forum/index.php/topic,3910.0.html
|
|
@@ -144,12 +146,30 @@ sub PrintPath($$;$$)
|
|
|
144
146
|
map { $_-0x7d0 => sprintf('Path%x', $_) } (0x7d0 .. 0xbb5),
|
|
145
147
|
},
|
|
146
148
|
ValueConv => sub {
|
|
147
|
-
my $val =
|
|
149
|
+
my ($val, $self) = @_;
|
|
148
150
|
my $count = 0;
|
|
149
|
-
|
|
151
|
+
my $pts = 0;
|
|
152
|
+
foreach (@$val) {
|
|
153
|
+
next unless defined $_;
|
|
154
|
+
++$count;
|
|
155
|
+
# determine the total number of path anchor points
|
|
156
|
+
my $len = length($$_) - 26;
|
|
157
|
+
for ($pos=0; $pos<=$len; $pos+=26) {
|
|
158
|
+
SetByteOrder('MM');
|
|
159
|
+
my $type = Get16u($_, $pos);
|
|
160
|
+
last if $type == 0x2f23; # (start of path name added by ExifTool)
|
|
161
|
+
next unless {1=>1,2=>1,4=>1,5=>1}->{$type};
|
|
162
|
+
++$pts;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
$$self{TotalPathPoints} = $pts;
|
|
150
166
|
return $count;
|
|
151
167
|
},
|
|
152
168
|
},
|
|
169
|
+
TotalPathPoints => {
|
|
170
|
+
Require => 'PathCount',
|
|
171
|
+
ValueConv => '$$self{TotalPathPoints}',
|
|
172
|
+
},
|
|
153
173
|
map { sprintf('PathPix%x', $_) => {
|
|
154
174
|
Require => {
|
|
155
175
|
0 => 'ImageWidth',
|
|
File without changes
|
|
File without changes
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
use strict;
|
|
13
13
|
require 5.004;
|
|
14
14
|
|
|
15
|
-
my $version = '10.
|
|
15
|
+
my $version = '10.56';
|
|
16
16
|
|
|
17
17
|
# add our 'lib' directory to the include list BEFORE 'use Image::ExifTool'
|
|
18
18
|
my $exeDir;
|
|
@@ -136,7 +136,7 @@ my $executeID; # -execute ID number
|
|
|
136
136
|
my $fileHeader; # header to print to output file (or console, once)
|
|
137
137
|
my $fileTrailer; # trailer for output file
|
|
138
138
|
my $filtered; # flag indicating file was filtered by name
|
|
139
|
-
my $filterFlag; # file filter flag (0x01=deny extensions, 0x02=allow extensions)
|
|
139
|
+
my $filterFlag; # file filter flag (0x01=deny extensions, 0x02=allow extensions, 0x04=add ext)
|
|
140
140
|
my $fixLen; # flag to fix description lengths when writing alternate languages
|
|
141
141
|
my $forcePrint; # string to use for missing tag values (undef to not print them)
|
|
142
142
|
my $helped; # flag to avoid printing help if no tags specified
|
|
@@ -207,6 +207,7 @@ my %jsonChar = ( '"'=>'"', '\\'=>'\\', "\t"=>'t', "\n"=>'n', "\r"=>'r' );
|
|
|
207
207
|
|
|
208
208
|
# options requiring additional arguments
|
|
209
209
|
# (used only to skip over these arguments when reading -stay_open ARGFILE)
|
|
210
|
+
# (arg is converted to lower case then tested again unless an entry was found with the same case)
|
|
210
211
|
my %optArgs = (
|
|
211
212
|
'-tagsfromfile' => 1, '-addtagsfromfile' => 1, '-alltagsfromfile' => 1,
|
|
212
213
|
'-@' => 1,
|
|
@@ -217,7 +218,8 @@ my %optArgs = (
|
|
|
217
218
|
'-d' => 1, '-dateformat' => 1,
|
|
218
219
|
'-D' => 0, # necessary to avoid matching lower-case equivalent
|
|
219
220
|
'-echo' => 1, '-echo1' => 1, '-echo2' => 1, '-echo3' => 1, '-echo4' => 1,
|
|
220
|
-
'-ext' => 1, '--ext' => 1, '-
|
|
221
|
+
'-ext' => 1, '--ext' => 1, '-ext+' => 1, '--ext+' => 1,
|
|
222
|
+
'-extension' => 1, '--extension' => 1, '-extension+' => 1, '--extension+' => 1,
|
|
221
223
|
'-fileorder' => 1,
|
|
222
224
|
'-geotag' => 1,
|
|
223
225
|
'-globaltimeshift' => 1,
|
|
@@ -494,7 +496,7 @@ $mt = new Image::ExifTool; # create ExifTool object
|
|
|
494
496
|
$mt->Options(Duplicates => 0) unless %Image::ExifTool::UserDefined::Options
|
|
495
497
|
and defined $Image::ExifTool::UserDefined::Options{Duplicates};
|
|
496
498
|
|
|
497
|
-
# default is to join lists if the List option was set in the config file
|
|
499
|
+
# default is to join lists if the List option was set to zero in the config file
|
|
498
500
|
$joinLists = 1 if defined $mt->Options('List') and not $mt->Options('List');
|
|
499
501
|
|
|
500
502
|
# preserve FileCreateDate if possible
|
|
@@ -635,6 +637,10 @@ for (;;) {
|
|
|
635
637
|
$ver = eval "require $alt and \$${alt}::VERSION" and $_ = $alt if not $ver and $alt;
|
|
636
638
|
printf " %-28s %s\n", $_, $ver || '(not installed)';
|
|
637
639
|
}
|
|
640
|
+
if ($verbose > 1) {
|
|
641
|
+
print "Include directories:\n";
|
|
642
|
+
print " $_\n" foreach @INC;
|
|
643
|
+
}
|
|
638
644
|
} else {
|
|
639
645
|
print "$version$str$Image::ExifTool::RELEASE\n";
|
|
640
646
|
}
|
|
@@ -804,13 +810,13 @@ for (;;) {
|
|
|
804
810
|
next;
|
|
805
811
|
}
|
|
806
812
|
# (-execute handled at top of loop)
|
|
807
|
-
if (/^-?ext(ension)?$/i) {
|
|
813
|
+
if (/^-?ext(ension)?(\+)?$/i) {
|
|
808
814
|
my $ext = shift;
|
|
809
815
|
defined $ext or Error("Expecting extension for -ext option\n"), $badCmd=1, next;
|
|
810
|
-
$
|
|
811
|
-
my $flag = /^-/ ? 0 : 1;
|
|
816
|
+
my $flag = /^-/ ? 0 : ($2 ? 2 : 1);
|
|
812
817
|
$filterFlag |= (0x01 << $flag);
|
|
813
|
-
$
|
|
818
|
+
$ext =~ s/^\.//; # remove leading '.' if it exists
|
|
819
|
+
$filterExt{uc($ext)} = $flag ? 1 : 0;
|
|
814
820
|
next;
|
|
815
821
|
}
|
|
816
822
|
if (/^f$/ or $a eq 'forceprint') {
|
|
@@ -1179,13 +1185,15 @@ for (;;) {
|
|
|
1179
1185
|
$useMWG = 1;
|
|
1180
1186
|
} elsif (/^([-\w]+:)*(filename|directory)\b/i) {
|
|
1181
1187
|
$doSetFileName = 1;
|
|
1182
|
-
} elsif (/^([-\w]+:)*(geotag|geotime)\b/i) {
|
|
1183
|
-
if (lc $2 eq '
|
|
1184
|
-
|
|
1188
|
+
} elsif (/^([-\w]+:)*(geotag|geotime|geosync)\b/i) {
|
|
1189
|
+
if (lc $2 eq 'geotime') {
|
|
1190
|
+
$addGeotime = '';
|
|
1191
|
+
} else {
|
|
1192
|
+
# add geotag/geosync commands first
|
|
1193
|
+
unshift @newValues, pop @newValues;
|
|
1194
|
+
if (lc $2 eq 'geotag' and (not defined $addGeotime or $addGeotime) and length $val) {
|
|
1185
1195
|
$addGeotime = ($1 || '') . 'Geotime<DateTimeOriginal#';
|
|
1186
1196
|
}
|
|
1187
|
-
} else {
|
|
1188
|
-
$addGeotime = '';
|
|
1189
1197
|
}
|
|
1190
1198
|
}
|
|
1191
1199
|
} else {
|
|
@@ -4043,8 +4051,8 @@ when one is expected.
|
|
|
4043
4051
|
A command-line interface to L<Image::ExifTool|Image::ExifTool>, used for
|
|
4044
4052
|
reading and writing meta information in a variety of file types. I<FILE> is
|
|
4045
4053
|
one or more source file names, directory names, or C<-> for the standard
|
|
4046
|
-
input. Metadata is read from source files and printed in readable form
|
|
4047
|
-
|
|
4054
|
+
input. Metadata is read from source files and printed in readable form to
|
|
4055
|
+
the console (or written to output text files with B<-w>).
|
|
4048
4056
|
|
|
4049
4057
|
To write or delete metadata, tag values are assigned using the
|
|
4050
4058
|
-I<TAG>=[I<VALUE>] syntax, or the B<-geotag> option. To copy or move
|
|
@@ -4186,7 +4194,7 @@ L<Processing control|/Processing control>
|
|
|
4186
4194
|
-a (-duplicates) Allow duplicate tags to be extracted
|
|
4187
4195
|
-e (--composite) Do not calculate composite tags
|
|
4188
4196
|
-ee (-extractEmbedded) Extract information from embedded files
|
|
4189
|
-
-ext EXT
|
|
4197
|
+
-ext[+] EXT (-extension) Process files with specified extension
|
|
4190
4198
|
-F[OFFSET] (-fixBase) Fix the base for maker notes offsets
|
|
4191
4199
|
-fast[NUM] Increase speed for slow devices
|
|
4192
4200
|
-fileOrder [-]TAG Set file processing order
|
|
@@ -4235,7 +4243,6 @@ L<Advanced options|/Advanced options>
|
|
|
4235
4243
|
-srcfile FMT Process a different source file
|
|
4236
4244
|
-stay_open FLAG Keep reading -@ argfile even after EOF
|
|
4237
4245
|
-userParam PARAM[=VAL] Set user parameter (API UserParam opt)
|
|
4238
|
-
-windowTitle TITLE Set console window title for each file
|
|
4239
4246
|
|
|
4240
4247
|
=head2 Option Details
|
|
4241
4248
|
|
|
@@ -4438,13 +4445,14 @@ E<quot>'-I<SRCTAG>-E<lt>I<DSTTAG>'E<quot>.
|
|
|
4438
4445
|
An extension of the redirection feature allows strings involving tag names
|
|
4439
4446
|
to be used on the right hand side of the C<E<lt>> symbol with the syntax
|
|
4440
4447
|
E<quot>'-I<DSTTAG>E<lt>I<STR>'E<quot>, where tag names in I<STR> are
|
|
4441
|
-
prefixed with a C<$> symbol. See the B<-p> option
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
the
|
|
4446
|
-
is
|
|
4447
|
-
redirection feature
|
|
4448
|
+
prefixed with a C<$> symbol. See the B<-p> option and the
|
|
4449
|
+
L</Advanced formatting feature> section for more details about this syntax.
|
|
4450
|
+
Strings starting with a C<=> sign must insert a single space after the
|
|
4451
|
+
C<E<lt>> to avoid confusion with the C<E<lt>=> operator which sets the tag
|
|
4452
|
+
value from the contents of a file. A single space at the start of the
|
|
4453
|
+
string is removed if it exists, but all other whitespace in the string is
|
|
4454
|
+
preserved. See note 8 below about using the redirection feature with
|
|
4455
|
+
list-type stags, shortcuts or when using wildcards in tag names.
|
|
4448
4456
|
|
|
4449
4457
|
See L</COPYING EXAMPLES> for examples using B<-tagsFromFile>.
|
|
4450
4458
|
|
|
@@ -4503,11 +4511,12 @@ B<-struct> option for details.
|
|
|
4503
4511
|
8) With the redirection feature, copying a tag directly (ie.
|
|
4504
4512
|
E<quot>'-I<DSTTAG>E<lt>I<SRCTAG>'E<quot>) is not the same as interpolating
|
|
4505
4513
|
its value inside a string (ie. E<quot>'-I<DSTTAG>E<lt>$I<SRCTAG>'E<quot>)
|
|
4506
|
-
for L<shortcut tags|Image::ExifTool::Shortcuts
|
|
4507
|
-
wildcards. When copying directly, the values of each
|
|
4508
|
-
are copied individually to the destination tag (as if
|
|
4509
|
-
|
|
4510
|
-
values of shortcut tags are concatenated
|
|
4514
|
+
for list-type tags, L<shortcut tags|Image::ExifTool::Shortcuts>, or tag
|
|
4515
|
+
names containing wildcards. When copying directly, the values of each
|
|
4516
|
+
matching source tag are copied individually to the destination tag (as if
|
|
4517
|
+
they were separate assignments). However, when interpolated inside a
|
|
4518
|
+
string, list items and the values of shortcut tags are concatenated (with a
|
|
4519
|
+
separator set by the B<-sep> option), and wildcards are not allowed.
|
|
4511
4520
|
|
|
4512
4521
|
=item B<-x> I<TAG> (B<-exclude>)
|
|
4513
4522
|
|
|
@@ -4533,7 +4542,7 @@ between images, but allows the metadata to be altered by editing the
|
|
|
4533
4542
|
intermediate file (C<out.args> in this example):
|
|
4534
4543
|
|
|
4535
4544
|
exiftool -args -G1 --filename --directory src.jpg > out.args
|
|
4536
|
-
exiftool -@ out.args dst.jpg
|
|
4545
|
+
exiftool -@ out.args -sep ", " dst.jpg
|
|
4537
4546
|
|
|
4538
4547
|
Note: Be careful when copying information with this technique since it is
|
|
4539
4548
|
easy to write tags which are normally considered "unsafe". For instance,
|
|
@@ -4541,9 +4550,10 @@ the FileName and Directory tags are excluded in the example above to avoid
|
|
|
4541
4550
|
renaming and moving the destination file. Also note that the second command
|
|
4542
4551
|
above will produce warning messages for any tags which are not writable.
|
|
4543
4552
|
|
|
4544
|
-
As well, the B<-sep> option should be used
|
|
4545
|
-
separate list items
|
|
4546
|
-
to preserve structured XMP
|
|
4553
|
+
As well, the B<-sep> option should be used as in the second command above to
|
|
4554
|
+
maintain separate list items when writing metadata back to image files, and
|
|
4555
|
+
the B<-struct> option may be used when extracting to preserve structured XMP
|
|
4556
|
+
information.
|
|
4547
4557
|
|
|
4548
4558
|
=item B<-b> (B<-binary>)
|
|
4549
4559
|
|
|
@@ -4643,8 +4653,9 @@ as the exported file. The first row of the I<CSVFILE> must be the ExifTool
|
|
|
4643
4653
|
tag names (with optional group names) for each column of the file, and
|
|
4644
4654
|
values must be separated by commas. A special "SourceFile" column specifies
|
|
4645
4655
|
the files associated with each row of information (and a SourceFile of "*"
|
|
4646
|
-
may be used to define default tags to be imported for all files
|
|
4647
|
-
|
|
4656
|
+
may be used to define default tags to be imported for all files which are
|
|
4657
|
+
combined with any tags specified for the specific SourceFile processed).
|
|
4658
|
+
The following examples demonstrate basic use of this option:
|
|
4648
4659
|
|
|
4649
4660
|
# generate CSV file with common tags from all images in a directory
|
|
4650
4661
|
exiftool -common -csv dir > out.csv
|
|
@@ -4784,11 +4795,12 @@ If I<JSONFILE> is specified, the file is imported and the tag definitions
|
|
|
4784
4795
|
from the file are used to set tag values on a per-file basis. The special
|
|
4785
4796
|
"SourceFile" entry in each JSON object associates the information with a
|
|
4786
4797
|
specific target file. An object with a missing SourceFile or a SourceFile
|
|
4787
|
-
of "*" defines default tags for all target files
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
|
|
4798
|
+
of "*" defines default tags for all target files which are combined with any
|
|
4799
|
+
tags specified for the specific SourceFile processed. The imported JSON
|
|
4800
|
+
file must have the same format as the exported JSON files with the exception
|
|
4801
|
+
that the B<-g> option is not compatible with the import file format (use
|
|
4802
|
+
B<-G> instead). Additionally, tag names in the input JSON file may be
|
|
4803
|
+
suffixed with a C<#> to disable print conversion.
|
|
4792
4804
|
|
|
4793
4805
|
Unlike CSV import, empty values are not ignored, and will cause an empty
|
|
4794
4806
|
value to be written if supported by the specific metadata type. Tags are
|
|
@@ -4896,13 +4908,17 @@ with this command:
|
|
|
4896
4908
|
|
|
4897
4909
|
produces output like this:
|
|
4898
4910
|
|
|
4899
|
-
-- Generated by ExifTool 10.
|
|
4911
|
+
-- Generated by ExifTool 10.56 --
|
|
4900
4912
|
File: a.jpg - 2003:10:31 15:44:19
|
|
4901
4913
|
(f/5.6, 1/60s, ISO 100)
|
|
4902
4914
|
File: b.jpg - 2006:05:23 11:57:38
|
|
4903
4915
|
(f/8.0, 1/13s, ISO 100)
|
|
4904
4916
|
-- end --
|
|
4905
4917
|
|
|
4918
|
+
The values of List-type tags with multiple items and Shortcut tags
|
|
4919
|
+
representing multiple tags are joined according the the B<-sep> option
|
|
4920
|
+
setting when interpolated in the string.
|
|
4921
|
+
|
|
4906
4922
|
When B<-ee> (B<-extractEmbedded>) is combined with B<-p>, embedded documents
|
|
4907
4923
|
are effectively processed as separate input files.
|
|
4908
4924
|
|
|
@@ -4912,31 +4928,8 @@ to set the value of missing tags to '-' (but this may be configured via the
|
|
|
4912
4928
|
MissingTagValue API option), or the B<-m> option may be used to ignore minor
|
|
4913
4929
|
warnings and leave the missing values empty.
|
|
4914
4930
|
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
tag name, separated by a semicolon. The expression acts on the value of the
|
|
4918
|
-
tag through the default input variable (C<$_>), and has access to the full
|
|
4919
|
-
ExifTool API through the current ExifTool object (C<$self>). It may contain
|
|
4920
|
-
any valid Perl code, including translation (C<tr///>) and substitution
|
|
4921
|
-
(C<s///>) operations, but note that braces within the expression must be
|
|
4922
|
-
balanced. The example below prints the camera Make with spaces translated
|
|
4923
|
-
to underlines, and multiple consecutive underlines replaced by a single
|
|
4924
|
-
underline:
|
|
4925
|
-
|
|
4926
|
-
exiftool -p '${make;tr/ /_/;s/__+/_/g}' image.jpg
|
|
4927
|
-
|
|
4928
|
-
A default expression of C<tr(/\\?*:|"E<lt>E<gt>\0)()d> is assumed if the
|
|
4929
|
-
expression is empty (ie. C<${TAG;}>). This removes the characters / \ ? * :
|
|
4930
|
-
| E<lt> E<gt> and null from the printed value. (These characters are
|
|
4931
|
-
illegal in Windows file names, so this feature is useful if tag values are
|
|
4932
|
-
used in file names.)
|
|
4933
|
-
|
|
4934
|
-
ExifTool provides a C<DateFmt> utility to simplify reformatting of
|
|
4935
|
-
individual date/time values. The function acts on a standard EXIF-formatted
|
|
4936
|
-
date/time value in C<$_> and formats it according to the specified format
|
|
4937
|
-
string (see the B<-d> option). For example:
|
|
4938
|
-
|
|
4939
|
-
exiftool -p '${createdate#;DateFmt("%Y-%m-%d_%H%M%S")}' a.jpg
|
|
4931
|
+
The L</Advanced formatting feature> may be used to modify the values of
|
|
4932
|
+
individual tags with the B<-p> option.
|
|
4940
4933
|
|
|
4941
4934
|
=item B<-php>
|
|
4942
4935
|
|
|
@@ -5246,16 +5239,18 @@ group name. (eg. C<Doc2-3> is the 3rd sub-document of the 2nd embedded
|
|
|
5246
5239
|
document.) Note that this option may increase processing time substantially,
|
|
5247
5240
|
especially for PDF files with many embedded images.
|
|
5248
5241
|
|
|
5249
|
-
=item B<-ext> I<EXT>, B<--ext> I<EXT> (B<-extension>)
|
|
5242
|
+
=item B<-ext>[+] I<EXT>, B<--ext> I<EXT> (B<-extension>)
|
|
5250
5243
|
|
|
5251
5244
|
Process only files with (B<-ext>) or without (B<--ext>) a specified
|
|
5252
|
-
extension. There may be multiple B<-ext> and B<--ext> options.
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
|
|
5245
|
+
extension. There may be multiple B<-ext> and B<--ext> options. A plus sign
|
|
5246
|
+
may be added (ie. B<-ext+>) to add the specified extension to the normally
|
|
5247
|
+
processed files. EXT may begin with a leading '.', and case is not
|
|
5248
|
+
significant. C<"*"> may be used to process files with any extension (or
|
|
5249
|
+
none at all), as in the last three examples:
|
|
5256
5250
|
|
|
5257
|
-
exiftool -ext
|
|
5251
|
+
exiftool -ext JPG DIR # process only JPG files
|
|
5258
5252
|
exiftool --ext cr2 --ext dng DIR # supported files but CR2/DNG
|
|
5253
|
+
exiftool -ext+ txt DIR # supported files plus TXT
|
|
5259
5254
|
exiftool -ext "*" DIR # process all files
|
|
5260
5255
|
exiftool -ext "*" --ext xml DIR # process all but XML files
|
|
5261
5256
|
exiftool -ext "*" --ext . DIR # all but those with no ext
|
|
@@ -5457,7 +5452,7 @@ required.
|
|
|
5457
5452
|
|
|
5458
5453
|
=item B<-progress>[:[I<TITLE>]]
|
|
5459
5454
|
|
|
5460
|
-
Show
|
|
5455
|
+
Show the progress when processing files. The progress count appears in
|
|
5461
5456
|
brackets after the name of each processed file, and gives the current file
|
|
5462
5457
|
number and the total number of files to be processed. Implies the B<-v0>
|
|
5463
5458
|
option if I<TITLE> is not used, printing the name of each processed file
|
|
@@ -5471,8 +5466,8 @@ default I<TITLE> string of "ExifTool %p%%" is assumed. In the string, %f
|
|
|
5471
5466
|
represents the file name, %p is the progress as a percent, %r is the
|
|
5472
5467
|
progress as a ratio, and %% is a % character. May be combined with the
|
|
5473
5468
|
normal B<-progress> option to also show the progress count in console
|
|
5474
|
-
messages. (Note:
|
|
5475
|
-
the console.)
|
|
5469
|
+
messages. (Note: For this feature to function correctly on Mac/Linux,
|
|
5470
|
+
stderr must go to the console.)
|
|
5476
5471
|
|
|
5477
5472
|
=item B<-q> (B<-quiet>)
|
|
5478
5473
|
|
|
@@ -5561,6 +5556,11 @@ For example, the following I<ARGFILE> will set the value of Copyright to
|
|
|
5561
5556
|
%Y
|
|
5562
5557
|
-copyright<Copyright $createdate, Phil Harvey
|
|
5563
5558
|
|
|
5559
|
+
Arguments in I<ARGFILE> behave exactly the same as if they were entered at
|
|
5560
|
+
the location of the B<-@> option on the command line, with the exception
|
|
5561
|
+
that the B<-config> and B<-common_args> options may not be used in an
|
|
5562
|
+
I<ARGFILE>.
|
|
5563
|
+
|
|
5564
5564
|
=item B<-k> (B<-pause>)
|
|
5565
5565
|
|
|
5566
5566
|
Pause with the message C<-- press any key --> or C<-- press RETURN -->
|
|
@@ -5613,7 +5613,8 @@ Note that none of the B<-list> options require an input I<FILE>.
|
|
|
5613
5613
|
|
|
5614
5614
|
Print exiftool version number. The B<-v> option may be added to print
|
|
5615
5615
|
addition system information (see the README file of the full distribution
|
|
5616
|
-
for more details about optional libraries)
|
|
5616
|
+
for more details about optional libraries), or B<-v2> to also list the Perl
|
|
5617
|
+
include directories.
|
|
5617
5618
|
|
|
5618
5619
|
=back
|
|
5619
5620
|
|
|
@@ -5874,6 +5875,55 @@ or undef if just I<VAL> is omitted.
|
|
|
5874
5875
|
|
|
5875
5876
|
=back
|
|
5876
5877
|
|
|
5878
|
+
=head3 Advanced formatting feature
|
|
5879
|
+
|
|
5880
|
+
An advanced formatting feature allows modification of the value of any tag
|
|
5881
|
+
interpolated within a B<-if> or B<-p> option argument, or a B<-tagsFromFile>
|
|
5882
|
+
redirection string. Tag names within these strings are prefixed by a C<$>
|
|
5883
|
+
symbol, and an arbitrary Perl expression may be applied to the tag value by
|
|
5884
|
+
placing braces around the tag name and inserting the expression after the
|
|
5885
|
+
name, separated by a semicolon (ie. C<${TAG;EXPR}>). The expression acts on
|
|
5886
|
+
the value of the tag through the default input variable (C<$_>), and has
|
|
5887
|
+
access to the full ExifTool API through the current ExifTool object
|
|
5888
|
+
(C<$self>). It may contain any valid Perl code, including translation
|
|
5889
|
+
(C<tr///>) and substitution (C<s///>) operations, but note that braces
|
|
5890
|
+
within the expression must be balanced. The example below prints the camera
|
|
5891
|
+
Make with spaces translated to underlines, and multiple consecutive
|
|
5892
|
+
underlines replaced by a single underline:
|
|
5893
|
+
|
|
5894
|
+
exiftool -p '${make;tr/ /_/;s/__+/_/g}' image.jpg
|
|
5895
|
+
|
|
5896
|
+
A default expression of C<tr(/\\?*:|"E<lt>E<gt>\0)()d> is assumed if the
|
|
5897
|
+
expression is empty (ie. C<${TAG;}>). This removes the characters / \ ? * :
|
|
5898
|
+
| E<lt> E<gt> and null from the printed value. (These characters are
|
|
5899
|
+
illegal in Windows file names, so this feature is useful if tag values are
|
|
5900
|
+
used in file names.)
|
|
5901
|
+
|
|
5902
|
+
ExifTool provides a C<DateFmt> utility to simplify reformatting of
|
|
5903
|
+
individual date/time values. The function acts on a standard EXIF-formatted
|
|
5904
|
+
date/time value in C<$_> and formats it according to the specified format
|
|
5905
|
+
string (see the B<-d> option). For example:
|
|
5906
|
+
|
|
5907
|
+
exiftool -p '${createdate#;DateFmt("%Y-%m-%d_%H%M%S")}' a.jpg
|
|
5908
|
+
|
|
5909
|
+
A C<NoDups> utility is also provided to remove duplicate items from a list
|
|
5910
|
+
with a separator specified by the B<-sep> option. This function is most
|
|
5911
|
+
useful when copying list-type tags. For example, the following command may
|
|
5912
|
+
be used to remove duplicate Keywords:
|
|
5913
|
+
|
|
5914
|
+
exiftool -sep '##' '-keywords<${keywords;NoDups}' a.jpg
|
|
5915
|
+
|
|
5916
|
+
The B<-sep> option is necessary to split the string back into individual
|
|
5917
|
+
list items when writing to a list-type tag.
|
|
5918
|
+
|
|
5919
|
+
An optional flag argument may be set to 1 to cause C<NoDups> to return undef
|
|
5920
|
+
if no duplicates existed, thus preventing the file from being rewritten
|
|
5921
|
+
unnecessarily:
|
|
5922
|
+
|
|
5923
|
+
exiftool -sep '##' '-keywords<${keywords;NoDups(1)}' a.jpg
|
|
5924
|
+
|
|
5925
|
+
Note that function names are case sensitive.
|
|
5926
|
+
|
|
5877
5927
|
=head1 WINDOWS UNICODE FILE NAMES
|
|
5878
5928
|
|
|
5879
5929
|
In Windows, by default, file and directory names are specified on the
|
|
@@ -6258,9 +6308,9 @@ C<dst.jpg>.
|
|
|
6258
6308
|
=item exiftool '-Description<${FileName;s/\.[^.]*$//}' dir
|
|
6259
6309
|
|
|
6260
6310
|
Set the image Description from the file name after removing the extension.
|
|
6261
|
-
This example uses
|
|
6262
|
-
substitution operation to remove the last dot and subsequent characters
|
|
6263
|
-
|
|
6311
|
+
This example uses the L</Advanced formatting feature> to perform a
|
|
6312
|
+
substitution operation to remove the last dot and subsequent characters from
|
|
6313
|
+
the file name.
|
|
6264
6314
|
|
|
6265
6315
|
=item exiftool -@ iptc2xmp.args -iptc:all= a.jpg
|
|
6266
6316
|
|
|
@@ -6364,7 +6414,7 @@ Same effect as above except files are copied instead of moved.
|
|
|
6364
6414
|
Rename all files in C<dir> by adding the camera model name to the file name.
|
|
6365
6415
|
The semicolon after the tag name inside the braces causes characters which
|
|
6366
6416
|
are invalid in Windows file names to be deleted from the tag value (see the
|
|
6367
|
-
|
|
6417
|
+
L</Advanced formatting feature> for an explanation).
|
|
6368
6418
|
|
|
6369
6419
|
=item exiftool '-FileName<CreateDate' -d %Y%m%d_%H%M%S%%-c.%%e dir
|
|
6370
6420
|
|
|
@@ -6408,16 +6458,12 @@ unless DateTimeOriginal contains a timezone.
|
|
|
6408
6458
|
|
|
6409
6459
|
=item exiftool -geotag t.log -geotime='2009:04:02 13:41:12-05:00' a.jpg
|
|
6410
6460
|
|
|
6411
|
-
Geotag an image with the GPS position for a specific time.
|
|
6412
|
-
C<Geotag> tag must be assigned before C<Geotime> for the GPS data to be
|
|
6413
|
-
available when C<Geotime> is set.)
|
|
6461
|
+
Geotag an image with the GPS position for a specific time.
|
|
6414
6462
|
|
|
6415
6463
|
=item exiftool -geotag log.gpx '-xmp:geotimeE<lt>createdate' dir
|
|
6416
6464
|
|
|
6417
6465
|
Geotag all images in directory C<dir> with XMP tags instead of EXIF tags,
|
|
6418
|
-
based on the image CreateDate.
|
|
6419
|
-
doesn't matter because tags with values copied from other tags are always
|
|
6420
|
-
set after constant values.)
|
|
6466
|
+
based on the image CreateDate.
|
|
6421
6467
|
|
|
6422
6468
|
=item exiftool -geotag a.log -geosync=-20 dir
|
|
6423
6469
|
|