janfri / mini_exiftool

This library is a wrapper for the Exiftool command-line application (https://exiftool.org) written by Phil Harvey. It provides the full power of Exiftool to Ruby: reading and writing of EXIF-data, IPTC-data and XMP-data. Branch master is for actual development and branch compatibility-version is for compatibility with Ruby 1.8 and exiftool versions prior 7.65.
GNU Lesser General Public License v2.1
213 stars 52 forks source link

Writing multiple tags in one `run` #30

Closed passcod closed 8 years ago

passcod commented 8 years ago

If I'm reading the code correctly, this tool calls exiftool once per tag it needs to write. The documentation says that it is possible to write multiple tags in one invocation. Could this be used?

janfri commented 8 years ago

Not with mini_exiftool, have a look at multi_exiftool.