Class ImageApiProfile.Feature

    • Field Detail

      • BASE_URI_REDIRECT

        public static final ImageApiProfile.Feature BASE_URI_REDIRECT
        The base URI of the service will redirect to the image information document. *
      • CANONICAL_LINK_HEADER

        public static final ImageApiProfile.Feature CANONICAL_LINK_HEADER
        The canonical image URI HTTP link header is provided on image responses. *
      • JSONLD_MEDIA_TYPE

        public static final ImageApiProfile.Feature JSONLD_MEDIA_TYPE
        The JSON-LD media type is provided when JSON-LD is requested. *
      • MIRRORING

        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. *
      • PROFILE_LINK_HEADER

        public static final ImageApiProfile.Feature PROFILE_LINK_HEADER
        The profile HTTP link header is provided on image responses. *
      • REGION_BY_PCT

        public static final ImageApiProfile.Feature REGION_BY_PCT
        Regions of images may be requested by percentage. *
      • REGION_BY_PX

        public static final ImageApiProfile.Feature REGION_BY_PX
        Regions of images may be requested by pixel dimensions. *
      • REGION_SQUARE

        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. *
      • ROTATION_ARBITRARY

        public static final ImageApiProfile.Feature ROTATION_ARBITRARY
        Rotation of images may be requested by degrees other than multiples of 90. *
      • ROTATION_BY_90S

        public static final ImageApiProfile.Feature ROTATION_BY_90S
        Rotation of images may be requested by degrees in multiples of 90. *
      • SIZE_ABOVE_FULL

        public static final ImageApiProfile.Feature SIZE_ABOVE_FULL
        Size of images may be requested larger than the “full” size. See warning. *
      • SIZE_BY_CONFINED_WH

        public static final ImageApiProfile.Feature SIZE_BY_CONFINED_WH
        Size of images may be requested in the form “!w,h”. *
      • SIZE_BY_DISTORTED_WH

        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. *
      • SIZE_BY_H

        public static final ImageApiProfile.Feature SIZE_BY_H
        Size of images may be requested in the form “,h”. *
      • SIZE_BY_PCT

        public static final ImageApiProfile.Feature SIZE_BY_PCT
        Size of images may be requested in the form “pct:n”.*
      • SIZE_BY_W

        public static final ImageApiProfile.Feature SIZE_BY_W
        Size of images may be requested in the form “w,”. *
      • SIZE_BY_WH

        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. *
    • Constructor Detail

      • Feature

        public Feature​(String featureName)