Skip to content

Instantly share code, notes, and snippets.

@jpstroop
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jpstroop/8742278 to your computer and use it in GitHub Desktop.
Save jpstroop/8742278 to your computer and use it in GitHub Desktop.
Strawman for profile.json
{
"@context": {
"@vocab": "http://iiif.io/api/image#",
"xsd" :" http://www.w3.org/2001/XMLSchema#"
},
"@id": "http://libimages.princeton.edu/loris",
"supportsRegionByPct": {
"@value": "true",
"@type": "xsd:boolean"
},
"supportsRegionByPx": {
"@value": "true",
"@type": "xsd:boolean"
},
"supportsRotationBy90s": {
"@value": "true",
"@type": "xsd:boolean"
},
"supportsRotationArbitrary": {
"@value": "true",
"@type": "xsd:boolean"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment