Created
March 11, 2014 11:40
-
-
Save jpstroop/9484092 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"@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:[email protected]", | |
"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