This is only a very damn small class in ruby to extract some data from xmp-tagged-pictures in a quick and dirty manner.
require 'xmp' ip=XMP.new("E:/bild.jpg") p ip.metaXMP
| Attachment | Size |
|---|---|
| xmp.rb | 3.11 KB |
This is only a very damn small class in ruby to extract some data from xmp-tagged-pictures in a quick and dirty manner.
require 'xmp' ip=XMP.new("E:/bild.jpg") p ip.metaXMP
| Attachment | Size |
|---|---|
| xmp.rb | 3.11 KB |