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