3

Can anyone recommend an open source Ruby library for adding XMP metadata to JPEG images?

Alan W. Smith
  • 24,647
  • 4
  • 70
  • 96
Jimmy
  • 1,433
  • 2
  • 14
  • 19

1 Answers1

5

MiniExiftool, which is just a wrapper around the Exiftool command-line app, is the only open-source one I know of.

There's a commercial library called Chilkat, but I do not have experience with it, being that it is commercial.

Clinton Dreisbach
  • 7,732
  • 6
  • 29
  • 27