xmp-Reader

This is only a very damn small class in ruby to extract some data from xmp-tagged-pictures in a quick and dirty manner.

  1. require 'xmp'
  2. ip=XMP.new("E:/bild.jpg")
  3. p ip.metaXMP

AttachmentSize
xmp.rb3.11 KB