| Package | Description |
|---|---|
| de.digitalcollections.iiif.model.image |
Model classes that represent entities from the IIIF Image API (http://iiif.io/api/image/2.1/).
|
| Modifier and Type | Field and Description |
|---|---|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.BASE_URI_REDIRECT
The base URI of the service will redirect to the image information document.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.CANONICAL_LINK_HEADER
The canonical image URI HTTP link header is provided on image responses.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.CORS
The CORS HTTP header is provided on all responses.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.JSONLD_MEDIA_TYPE
The JSON-LD media type is provided when JSON-LD is requested.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.MIRRORING
The image may be rotated around the vertical axis, resulting in a left-to-right mirroring of the content.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.PROFILE_LINK_HEADER
The profile HTTP link header is provided on image responses.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.REGION_BY_PCT
Regions of images may be requested by percentage.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.REGION_BY_PX
Regions of images may be requested by pixel dimensions.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.REGION_SQUARE
A square region where the width and height are equal to the shorter dimension of the complete image content.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.ROTATION_ARBITRARY
Rotation of images may be requested by degrees other than multiples of 90.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.ROTATION_BY_90S
Rotation of images may be requested by degrees in multiples of 90.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.SIZE_ABOVE_FULL
Size of images may be requested larger than the “full” size.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.SIZE_BY_CONFINED_WH
Size of images may be requested in the form “!w,h”.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.SIZE_BY_DISTORTED_WH
Size of images may be requested in the form “w,h”, including sizes that would distort the image.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.SIZE_BY_FORCED_WH
Deprecated.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.SIZE_BY_H
Size of images may be requested in the form “,h”.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.SIZE_BY_PCT
Size of images may be requested in the form “pct:n”.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.SIZE_BY_W
Size of images may be requested in the form “w,”.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.SIZE_BY_WH
Size of images may be requested in the form “w,h” where the supplied w and h preserve the aspect ratio.
|
static ImageApiProfile.Feature |
ImageApiProfile.Feature.SIZE_BY_WH_LISTED
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ImageApiProfile.Feature> |
ImageApiProfile.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
ImageApiProfile |
ImageApiProfile.addFeature(ImageApiProfile.Feature first,
ImageApiProfile.Feature... rest) |
ImageApiProfile |
ImageApiProfile.addFeature(ImageApiProfile.Feature first,
ImageApiProfile.Feature... rest) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageApiProfile.setFeatures(Set<ImageApiProfile.Feature> features) |
Copyright © 2018. All rights reserved.