rkalla / exiftool

Enhanced Java Integration for Phil Harvey's ExifTool.
Apache License 2.0
88 stars 57 forks source link

Read whole XMP from DNG #4

Open gwegner opened 12 years ago

gwegner commented 12 years ago

I would be nice to be able to use the wrapper to extract a complete XMP-record from a DNG file and use the stay open feature as well.

-b -xmp -w! .xmp -ext DNG -r \"" + rawname + "\"";

It would be even better to get this XMP data directly as ByteStream / String.

Thank you very much for considering!