Skip to content

Instantly share code, notes, and snippets.

@KelSolaar
Last active December 19, 2015 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KelSolaar/6027430 to your computer and use it in GitHub Desktop.
Save KelSolaar/6027430 to your computer and use it in GitHub Desktop.
DNGC - Embeded DNG XMP
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c002 1.148022, 2012/07/15-18:06:45 ">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:aux="http://ns.adobe.com/exif/1.0/aux/"
xmlns:xmp="http://ns.adobe.com/xap/1.0/"
xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
aux:SerialNumber="330229410"
aux:LensInfo="24/1 70/1 0/0 0/0"
aux:Lens="EF24-70mm f/2.8L USM"
aux:LensID="230"
aux:ImageNumber="0"
aux:ApproximateFocusDistance="122/100"
aux:FlashCompensation="0/1"
aux:Firmware="2.1.2"
xmp:ModifyDate="2013-07-17T19:28:15+01:00"
xmp:CreateDate="2013-05-06T15:05:04.17"
xmp:CreatorTool="Adobe DNG Converter 7.4 (Macintosh)"
xmp:MetadataDate="2013-07-17T19:28:15+01:00"
photoshop:DateCreated="2013-05-06T15:05:04.17"
xmpMM:DocumentID="xmp.did:b432fc78-6da7-464e-aac1-b239cdca9fda"
xmpMM:OriginalDocumentID="9089710E459D6F00D20C77AEF120B329"
xmpMM:InstanceID="xmp.iid:b432fc78-6da7-464e-aac1-b239cdca9fda"
dc:format="image/dng">
<xmpMM:History>
<rdf:Seq>
<rdf:li
stEvt:action="derived"
stEvt:parameters="converted from image/x-canon-cr2 to image/dng, saved to new location"/>
<rdf:li
stEvt:action="saved"
stEvt:instanceID="xmp.iid:b432fc78-6da7-464e-aac1-b239cdca9fda"
stEvt:when="2013-07-17T19:28:15+01:00"
stEvt:softwareAgent="Adobe DNG Converter 7.4 (Macintosh)"
stEvt:changed="/"/>
</rdf:Seq>
</xmpMM:History>
<xmpMM:DerivedFrom
stRef:documentID="9089710E459D6F00D20C77AEF120B329"
stRef:originalDocumentID="9089710E459D6F00D20C77AEF120B329"/>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
<?xpacket end="w"?>%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment