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

fix(closed.io): given an opened IO, I expect to get it back open in c… #29

Closed mfo closed 8 years ago

mfo commented 8 years ago

Great job for this lib.

I'd like to highlight that when I give an open IO to mini_exiftool, I'd like to get it back opened. It's strange that the usage of this lib affect the state of my given IO [also I'm responsible to rewind the IO if necessary]

Best, Martin

janfri commented 8 years ago

Is it your IO or is it mine? ;-)

OK, you've convinced me. It is merged in mini_exiftool 2.8.0.

mfo commented 7 years ago

just cleanup my mail and noticed i forgot to thanks you ;-)

janfri commented 7 years ago

:-)