Package org.apache.tika.metadata
Interface TIFF
- All Known Implementing Classes:
Metadata
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
FieldsModifier and TypeFieldDescriptionstatic final PropertyDeprecated."Number of bits per component in each channel."static final PropertyDeprecated."Manufacturer of the recording equipment."static final PropertyDeprecated."Model name or number of the recording equipment."static final PropertyDeprecated.static final PropertyDeprecated."Exposure time in seconds."static final PropertyDeprecated."F-Number." The f-number is the focal length divided by the "effective" aperture diameter.static final PropertyDeprecated.Did the Flash fire when taking this image?static final PropertyDeprecated."Focal length of the lens, in millimeters."static final PropertyDeprecated."Image height in pixels."static final PropertyDeprecated."Image width in pixels."static final PropertyDeprecated."ISO Speed and ISO Latitude of the input device as specified in ISO 12232"static final PropertyDeprecated."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 bottomstatic final PropertyDeprecated."Date and time when original image was generated"static final PropertyDeprecated."Horizontal resolution in pixels per unit."static final PropertyDeprecated."Units used for Horizontal and Vertical Resolutions." One of "Inch" or "cm"static final PropertyDeprecated."Vertical resolution in pixels per unit."static final PropertyDeprecated."Number of components per pixel."static final PropertyDeprecated."Software or firmware used to generate the image."
-
Field Details
-
BITS_PER_SAMPLE
Deprecated."Number of bits per component in each channel." -
IMAGE_LENGTH
Deprecated."Image height in pixels." -
IMAGE_WIDTH
Deprecated."Image width in pixels." -
SAMPLES_PER_PIXEL
Deprecated."Number of components per pixel." -
FLASH_FIRED
Deprecated.Did the Flash fire when taking this image? -
EXPOSURE_TIME
Deprecated."Exposure time in seconds." -
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
Deprecated."Focal length of the lens, in millimeters." -
ISO_SPEED_RATINGS
Deprecated."ISO Speed and ISO Latitude of the input device as specified in ISO 12232" -
EQUIPMENT_MAKE
Deprecated."Manufacturer of the recording equipment." -
EQUIPMENT_MODEL
Deprecated."Model name or number of the recording equipment." -
SOFTWARE
Deprecated."Software or firmware used to generate the image." -
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
Deprecated."Horizontal resolution in pixels per unit." -
RESOLUTION_VERTICAL
Deprecated."Vertical resolution in pixels per unit." -
RESOLUTION_UNIT
Deprecated."Units used for Horizontal and Vertical Resolutions." One of "Inch" or "cm" -
ORIGINAL_DATE
Deprecated."Date and time when original image was generated" -
EXIF_PAGE_COUNT
Deprecated.
-