[ruby-talk:444110] exif - photo metadata

Does anyone have a ruby module which allows viewing and editing of a jpg photo? Thanks Tom Reilly

Thank you very much TR On 1/23/2023 8:13 PM, Ryan Davis via ruby-talk wrote:
On Jan 23, 2023, at 16:08, Tom Reilly via ruby-talk <ruby-talk@ml.ruby-lang.org> wrote:
Does anyone have a ruby module which allows viewing and editing of a jpg photo
https://rubygems.org/gems/exif <https://rubygems.org/gems/exif/versions/2.2.4>
______________________________________________ ruby-talk mailing list --ruby-talk@ml.ruby-lang.org To unsubscribe send an email toruby-talk-leave@ml.ruby-lang.org ruby-talk info --https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-talk.ml.ruby-lang.org...

On January 24, 2023 12:08:33 AM UTC, Tom Reilly via ruby-talk <ruby-talk@ml.ruby-lang.org> wrote:
Does anyone have a ruby module which allows viewing and editing of a jpg photo?
Wrapper around the exiftool command: https://github.com/janfri/mini_exiftool https://github.com/janfri/multi_exiftool Bundle the exiftool (perl) script: https://github.com/wilg/mini_exiftool_vendored
participants (3)
-
Frank J. Cameron
-
Ryan Davis
-
Tom Reilly