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

Extract Group Data #31

Closed btrewern closed 7 years ago

btrewern commented 7 years ago

Is there any way to extract the Exif Group data? I've looked through the code and can't see anywhere that the -G0 or -G1 options are used.

If this is not available then is this the best forum to raise a feature request?

janfri commented 7 years ago

EXIF group data isn't supported. Have a look at multi_exiftool, there is group support. See a reading example and a writing example. I hope this helps. If not let me know.

btrewern commented 7 years ago

Thanks for that I'll look into it.

janfri commented 7 years ago

@btrewern I hope you have found what you need. I close this issue. Feel free to reopen it if necessary.