Skip to content

Instantly share code, notes, and snippets.

@azaroth42
Forked from jpstroop/profile.json
Last active August 29, 2015 13:55
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 azaroth42/8743061 to your computer and use it in GitHub Desktop.
Save azaroth42/8743061 to your computer and use it in GitHub Desktop.
{
"@context": {
"@vocab": "http://iiif.io/api/image#",
"xsd" :" http://www.w3.org/2001/XMLSchema#",
"supportsRegionByPct" : {"@type": "xsd:boolean"},
"supportsRegionByPx" : {"@type": "xsd:boolean"},
"supportsSizeByW" : {"@type": "xsd:boolean"},
"supportsSizeByH" : {"@type": "xsd:boolean"},
"supportsSizeByWH" : {"@type": "xsd:boolean"},
"supportsSizeByPct" : {"@type": "xsd:boolean"},
"feature01325" : {"@type": "xsd:boolean"},
"supportsRotationBy90s" : {"@type": "xsd:boolean"},
"supportsRotationArbitrary" : {"@type": "xsd:boolean"},
"supportsPOST" : {"@type": "xsd:boolean"},
"supportsPUT" : {"@type": "xsd:boolean"},
"supportsDELETE" : {"@type": "xsd:boolean"}
},
"@id": "http://libimages.princeton.edu/loris",
"supportsRegionByPct": "true",
"supportsRegionByPx": "true",
"supportsRotationBy90s": "true",
"supportsRotationArbitrary": "true",
"contact" : "mailto:azaroth42@gmail.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment