comparison doc/src/site/markdown/iiif-api.md @ 1458:1616ea719290

added colop=BITONAL for black-and-white images (no fancy algorithm).
author robcast
date Fri, 13 Nov 2015 17:29:29 +0100
parents 9429bb9c3a42
children cd45d49f438d
comparison
equal deleted inserted replaced
1454:0f276f0cc556 1458:1616ea719290
1 # The digilib IIIF API 1 # The digilib IIIF API
2 2
3 The Scaler servlet provides not only its native [Scaler API](scaler-api.html) but also an API compliant to the standards of the International Image Interoperability Framework http://iiif.io. 3 The Scaler servlet provides not only its native [Scaler API](scaler-api.html) but also an API compliant to the standards of the International Image Interoperability Framework http://iiif.io.
4 4
5 As of version 2.3.6 digilib supports the [IIIF Image API version 2](http://iiif.io/api/image/2.0/) at [compliance level 2](http://iiif.io/api/image/2.0/compliance.html) (except bitonal quality). You can switch between API version 1.1 and 2.0 support with the `iiif-api-version` parameter in [digilib-config](digilib-config.html), 5 As of version 2.3.7 digilib supports the [IIIF Image API version 2](http://iiif.io/api/image/2.0/) at [compliance level 2](http://iiif.io/api/image/2.0/compliance.html). You can switch between API version 1.1 and 2.0 support with the `iiif-api-version` parameter in [digilib-config](digilib-config.html),
6 6
7 IIIF Image API URLs for an image request have the form: 7 IIIF Image API URLs for an image request have the form:
8 8
9 http[s]://{server}/{digilib-webapp}/Scaler/{iiif-prefix}/{identifier}/{region}/{size}/{rotation}/{quality}.{format} 9 http[s]://{server}/{digilib-webapp}/Scaler/{iiif-prefix}/{identifier}/{region}/{size}/{rotation}/{quality}.{format}
10 10