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

remove all exif tags #36

Closed michon closed 5 years ago

michon commented 5 years ago

Exiftool comand have a 'all' option to remove all tags. It is posible with your wrapper?

janfri commented 5 years ago

In mini_exiftool it is not yet supported.

You can do this with multi_exiftool:

MultiExiftool.delete_values 'test.jpg'