Mercurial > hg > digilib
comparison doc/src/site/markdown/iiif-api.md @ 1427:a244753f8f33
doc update and small cleanups.
author | robcast |
---|---|
date | Tue, 27 Oct 2015 18:44:43 +0100 |
parents | 7a2de95a7b8e |
children | 9429bb9c3a42 |
comparison
equal
deleted
inserted
replaced
1426:69087d665d96 | 1427:a244753f8f33 |
---|---|
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 digilib supports the [IIIF Image API version 1.1](http://iiif.io/api/image/1.1/) at [compliance level 2](http://iiif.io/api/image/1.1/compliance.html) (except for forced w,h sizes where the image would be distorted). | 5 As of version 2.3 digilib supports the [IIIF Image API version 1.1](http://iiif.io/api/image/1.1/) at [compliance level 2](http://iiif.io/api/image/1.1/compliance.html) (since V2.3.3 even for forced w,h sizes where the image will be distorted). |
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 |