public static class ImageApiProfile.Feature extends Object
| Modifier and Type | Field and Description |
|---|---|
static ImageApiProfile.Feature |
BASE_URI_REDIRECT
The base URI of the service will redirect to the image information document.
|
static ImageApiProfile.Feature |
CANONICAL_LINK_HEADER
The canonical image URI HTTP link header is provided on image responses.
|
static ImageApiProfile.Feature |
CORS
The CORS HTTP header is provided on all responses.
|
static ImageApiProfile.Feature |
JSONLD_MEDIA_TYPE
The JSON-LD media type is provided when JSON-LD is requested.
|
static 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 |
PROFILE_LINK_HEADER
The profile HTTP link header is provided on image responses.
|
static ImageApiProfile.Feature |
REGION_BY_PCT
Regions of images may be requested by percentage.
|
static ImageApiProfile.Feature |
REGION_BY_PX
Regions of images may be requested by pixel dimensions.
|
static 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 |
ROTATION_ARBITRARY
Rotation of images may be requested by degrees other than multiples of 90.
|
static ImageApiProfile.Feature |
ROTATION_BY_90S
Rotation of images may be requested by degrees in multiples of 90.
|
static ImageApiProfile.Feature |
SIZE_ABOVE_FULL
Size of images may be requested larger than the “full” size.
|
static ImageApiProfile.Feature |
SIZE_BY_CONFINED_WH
Size of images may be requested in the form “!w,h”.
|
static 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 |
SIZE_BY_FORCED_WH
Deprecated.
|
static ImageApiProfile.Feature |
SIZE_BY_H
Size of images may be requested in the form “,h”.
|
static ImageApiProfile.Feature |
SIZE_BY_PCT
Size of images may be requested in the form “pct:n”.
|
static ImageApiProfile.Feature |
SIZE_BY_W
Size of images may be requested in the form “w,”.
|
static 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 |
SIZE_BY_WH_LISTED
Deprecated.
|
public static final ImageApiProfile.Feature BASE_URI_REDIRECT
The base URI of the service will redirect to the image information document.
public static final ImageApiProfile.Feature CANONICAL_LINK_HEADER
The canonical image URI HTTP link header is provided on image responses.
public static final ImageApiProfile.Feature CORS
The CORS HTTP header is provided on all responses.
public static final ImageApiProfile.Feature JSONLD_MEDIA_TYPE
The JSON-LD media type is provided when JSON-LD is requested.
public static final ImageApiProfile.Feature MIRRORING
The image may be rotated around the vertical axis, resulting in a left-to-right mirroring of the content.
public static final ImageApiProfile.Feature PROFILE_LINK_HEADER
The profile HTTP link header is provided on image responses.
public static final ImageApiProfile.Feature REGION_BY_PCT
Regions of images may be requested by percentage.
public static final ImageApiProfile.Feature REGION_BY_PX
Regions of images may be requested by pixel dimensions.
public static final ImageApiProfile.Feature REGION_SQUARE
A square region where the width and height are equal to the shorter dimension of the complete image content.
public static final ImageApiProfile.Feature ROTATION_ARBITRARY
Rotation of images may be requested by degrees other than multiples of 90.
public static final ImageApiProfile.Feature ROTATION_BY_90S
Rotation of images may be requested by degrees in multiples of 90.
public static final ImageApiProfile.Feature SIZE_ABOVE_FULL
Size of images may be requested larger than the “full” size. See warning.
public static final ImageApiProfile.Feature SIZE_BY_CONFINED_WH
Size of images may be requested in the form “!w,h”.
public static final ImageApiProfile.Feature SIZE_BY_DISTORTED_WH
Size of images may be requested in the form “w,h”, including sizes that would distort the image.
public static final ImageApiProfile.Feature SIZE_BY_H
Size of images may be requested in the form “,h”.
public static final ImageApiProfile.Feature SIZE_BY_PCT
Size of images may be requested in the form “pct:n”.
public static final ImageApiProfile.Feature SIZE_BY_W
Size of images may be requested in the form “w,”.
public static final 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.
@Deprecated public static final ImageApiProfile.Feature SIZE_BY_WH_LISTED
@Deprecated public static final ImageApiProfile.Feature SIZE_BY_FORCED_WH
public Feature(String featureName)
Copyright © 2018. All rights reserved.