Interface TIFF

All Known Implementing Classes:
Metadata

@Deprecated(since="2026-04-30") public interface TIFF
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
XMP Exif TIFF schema. This is a collection of property definition constants for the Exif TIFF properties defined in the XMP standard.
Since:
Apache Tika 0.8
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Property
    Deprecated.
    "Number of bits per component in each channel."
    static final Property
    Deprecated.
    "Manufacturer of the recording equipment."
    static final Property
    Deprecated.
    "Model name or number of the recording equipment."
    static final Property
    Deprecated.
     
    static final Property
    Deprecated.
    "Exposure time in seconds."
    static final Property
    Deprecated.
    "F-Number." The f-number is the focal length divided by the "effective" aperture diameter.
    static final Property
    Deprecated.
    Did the Flash fire when taking this image?
    static final Property
    Deprecated.
    "Focal length of the lens, in millimeters."
    static final Property
    Deprecated.
    "Image height in pixels."
    static final Property
    Deprecated.
    "Image width in pixels."
    static final Property
    Deprecated.
    "ISO Speed and ISO Latitude of the input device as specified in ISO 12232"
    static final Property
    Deprecated.
    "The Orientation of the image." 1 = 0th row at top, 0th column at left 2 = 0th row at top, 0th column at right 3 = 0th row at bottom, 0th column at right 4 = 0th row at bottom, 0th column at left 5 = 0th row at left, 0th column at top 6 = 0th row at right, 0th column at top 7 = 0th row at right, 0th column at bottom 8 = 0th row at left, 0th column at bottom
    static final Property
    Deprecated.
    "Date and time when original image was generated"
    static final Property
    Deprecated.
    "Horizontal resolution in pixels per unit."
    static final Property
    Deprecated.
    "Units used for Horizontal and Vertical Resolutions." One of "Inch" or "cm"
    static final Property
    Deprecated.
    "Vertical resolution in pixels per unit."
    static final Property
    Deprecated.
    "Number of components per pixel."
    static final Property
    Deprecated.
    "Software or firmware used to generate the image."
  • Field Details

    • BITS_PER_SAMPLE

      static final Property BITS_PER_SAMPLE
      Deprecated.
      "Number of bits per component in each channel."
    • IMAGE_LENGTH

      static final Property IMAGE_LENGTH
      Deprecated.
      "Image height in pixels."
    • IMAGE_WIDTH

      static final Property IMAGE_WIDTH
      Deprecated.
      "Image width in pixels."
    • SAMPLES_PER_PIXEL

      static final Property SAMPLES_PER_PIXEL
      Deprecated.
      "Number of components per pixel."
    • FLASH_FIRED

      static final Property FLASH_FIRED
      Deprecated.
      Did the Flash fire when taking this image?
    • EXPOSURE_TIME

      static final Property EXPOSURE_TIME
      Deprecated.
      "Exposure time in seconds."
    • F_NUMBER

      static final Property F_NUMBER
      Deprecated.
      "F-Number." The f-number is the focal length divided by the "effective" aperture diameter. It is a dimensionless number that is a measure of lens speed.
    • FOCAL_LENGTH

      static final Property FOCAL_LENGTH
      Deprecated.
      "Focal length of the lens, in millimeters."
    • ISO_SPEED_RATINGS

      static final Property ISO_SPEED_RATINGS
      Deprecated.
      "ISO Speed and ISO Latitude of the input device as specified in ISO 12232"
    • EQUIPMENT_MAKE

      static final Property EQUIPMENT_MAKE
      Deprecated.
      "Manufacturer of the recording equipment."
    • EQUIPMENT_MODEL

      static final Property EQUIPMENT_MODEL
      Deprecated.
      "Model name or number of the recording equipment."
    • SOFTWARE

      static final Property SOFTWARE
      Deprecated.
      "Software or firmware used to generate the image."
    • ORIENTATION

      static final Property ORIENTATION
      Deprecated.
      "The Orientation of the image." 1 = 0th row at top, 0th column at left 2 = 0th row at top, 0th column at right 3 = 0th row at bottom, 0th column at right 4 = 0th row at bottom, 0th column at left 5 = 0th row at left, 0th column at top 6 = 0th row at right, 0th column at top 7 = 0th row at right, 0th column at bottom 8 = 0th row at left, 0th column at bottom
    • RESOLUTION_HORIZONTAL

      static final Property RESOLUTION_HORIZONTAL
      Deprecated.
      "Horizontal resolution in pixels per unit."
    • RESOLUTION_VERTICAL

      static final Property RESOLUTION_VERTICAL
      Deprecated.
      "Vertical resolution in pixels per unit."
    • RESOLUTION_UNIT

      static final Property RESOLUTION_UNIT
      Deprecated.
      "Units used for Horizontal and Vertical Resolutions." One of "Inch" or "cm"
    • ORIGINAL_DATE

      static final Property ORIGINAL_DATE
      Deprecated.
      "Date and time when original image was generated"
    • EXIF_PAGE_COUNT

      static final Property EXIF_PAGE_COUNT
      Deprecated.