Created
January 20, 2015 19:27
-
-
Save karthik20522/2821625b5d24a9a5deab to your computer and use it in GitHub Desktop.
sampl-xmp.xml
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
$ exiftool.exe -xmp:all -g1 -json ../457180206.jpg | |
[{ | |
"SourceFile": "../457180206.jpg", | |
"XMP-x": { | |
"XMPToolkit": "XMP Core 4.1.1" | |
}, | |
"XMP-photoshop": { | |
"CaptionWriter": "/ma", | |
"DateCreated": "2014:11:11 23:10:00-05:00", | |
"AuthorsPosition": "Stringer", | |
"TransmissionReference": 507047647, | |
"Credit": "Getty Images", | |
"Headline": "Winnipeg Jets v Montreal Canadiens", | |
"City": "Montreal", | |
"Source": "Getty Images North America", | |
"Urgency": "5 (normal urgency)", | |
"Country": "Canada", | |
"State": "QC", | |
"Category": "S", | |
"SupplementalCategories": "HKN" | |
}, | |
"XMP-iptcCore": { | |
"CountryCode": "CAN" | |
}, | |
"XMP-GettyImagesGIFT": { | |
"TimeShot": "231000-0500", | |
"ImageRank": 2, | |
"OriginalFilename": "20141211_507047647RW019_Jets_Cana.jpg", | |
"Personality": ["Carey Price","Andrei Markov","Andrew Ladd"], | |
"RoutingDestinations": "NORTH AMERICA" | |
}, | |
"XMP-dc": { | |
"Title": "507047647RW019_Jets_Cana", | |
"Rights": "2014 Getty Images", | |
"Description": "MONTREAL, QC - NOVEMBER 11: Carey Price #31 of the Montreal Canadiens stops the puck in front of teammate Andrei Markov #79 and A | |
ndrew Ladd #16 of the Winnipeg Jets during the NHL game at the Bell Centre on November 11, 2014 in Montreal, Quebec, Canada. The Canadiens defeated t | |
he Jets 3-0. (Photo by Richard Wolowicz/Getty Images)", | |
"Creator": "Richard Wolowicz", | |
"Subject": ["Centre Bell","hockey","ice hockey","National Hockey League","NHL","professional"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment