Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jpstroop
Created March 11, 2014 11:40
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 jpstroop/9484092 to your computer and use it in GitHub Desktop.
Save jpstroop/9484092 to your computer and use it in GitHub Desktop.
{
"@context" : [
"http://iiif.io/api/image-api/context.json",
{
"ab" : "http://penibelst.de/",
"ab:gravity" : {"@type" : "xsd:boolean"}
}
],
"@id" : "http://libimages.princeton.edu/loris",
"contact" : "mailto:admin@example.com",
"contentNegotiation" : "true",
"defaultFormat" : "jpg",
"regionByPct" : "true",
"regionByPx" : "true",
"rotationArbitrary" : "true",
"rotationBy90s" : "true",
"sizeByForcedWH" : "true",
"sizeByH" : "true",
"sizeByPct" : "true",
"sizeByW" : "true",
"sizeByWH" : "true",
"ext:watermarking" : "true",
"extensions" : [
{
"@id" : "ab:gravity",
"description" : "Gravity suggestion for the image.",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment