Last active
July 11, 2018 16:28
-
-
Save twobob/ea6cb3b7c7d83c1b62513bcd67c0d39c to your computer and use it in GitHub Desktop.
this is what one can rip out of a picassa'd jpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<x:xmpmeta xmlns:x=\"adobe:ns:meta/\" x:xmptk=\"XMP Core 5.1.2\"> | |
<rdf:RDF xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"> | |
<rdf:Description rdf:about=\"\" xmlns:xmp=\"http://ns.adobe.com/xap/1.0/\" xmlns:mwg-rs=\"http://www.metadataworkinggroup.com/schemas/regions/\" xmlns:stDim=\"http://ns.adobe.com/xap/1.0/sType/Dimensions#\" xmlns:stArea=\"http://ns.adobe.com/xmp/sType/Area#\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmp:ModifyDate=\"2018-07-09T23:14:23+01:00\"> | |
<mwg-rs:Regions rdf:parseType=\"Resource\"> | |
<mwg-rs:AppliedToDimensions stDim:w=\"900\" stDim:h=\"1200\" stDim:unit=\"pixel\"/> | |
<mwg-rs:RegionList> | |
<rdf:Bag> | |
<rdf:li> | |
<rdf:Description mwg-rs:Name=\"Jean\" mwg-rs:Type=\"Face\"> | |
<mwg-rs:Area stArea:x=\"0.496936\" stArea:y=\"0.453125\" stArea:w=\"0.064134\" stArea:h=\"0.057598\" stArea:unit=\"normalized\"/> | |
</rdf:Description> | |
</rdf:li> | |
</rdf:Bag> | |
</mwg-rs:RegionList> | |
</mwg-rs:Regions> | |
<dc:creator> | |
<rdf:Seq> | |
<rdf:li>Picasa</rdf:li> | |
</rdf:Seq> | |
</dc:creator> | |
</rdf:Description> | |
</rdf:RDF> | |
</x:xmpmeta> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment