Package org.apache.tika.metadata
Interface TIFF
-
- All Known Implementing Classes:
Metadata
,XMPMetadata
public interface TIFF
XMP Exif TIFF schema. This is a collection ofproperty definition
constants for the Exif TIFF properties defined in the XMP standard.- Since:
- Apache Tika 0.8
- See Also:
- XMP Specification, Part 2: Standard Schemas
-
-
Field Summary
Fields Modifier and Type Field Description static Property
BITS_PER_SAMPLE
"Number of bits per component in each channel."static Property
EQUIPMENT_MAKE
"Manufacturer of the recording equipment."static Property
EQUIPMENT_MODEL
"Model name or number of the recording equipment."static Property
EXIF_PAGE_COUNT
static Property
EXPOSURE_TIME
"Exposure time in seconds."static Property
F_NUMBER
"F-Number." The f-number is the focal length divided by the "effective" aperture diameter.static Property
FLASH_FIRED
Did the Flash fire when taking this image?static Property
FOCAL_LENGTH
"Focal length of the lens, in millimeters."static Property
IMAGE_LENGTH
"Image height in pixels."static Property
IMAGE_WIDTH
"Image width in pixels."static Property
ISO_SPEED_RATINGS
"ISO Speed and ISO Latitude of the input device as specified in ISO 12232"static Property
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 bottomstatic Property
ORIGINAL_DATE
"Date and time when original image was generated"static Property
RESOLUTION_HORIZONTAL
"Horizontal resolution in pixels per unit."static Property
RESOLUTION_UNIT
"Units used for Horizontal and Vertical Resolutions." One of "Inch" or "cm"static Property
RESOLUTION_VERTICAL
"Vertical resolution in pixels per unit."static Property
SAMPLES_PER_PIXEL
"Number of components per pixel."static Property
SOFTWARE
"Software or firmware used to generate the image."
-
-
-
Field Detail
-
BITS_PER_SAMPLE
static final Property BITS_PER_SAMPLE
"Number of bits per component in each channel."
-
IMAGE_LENGTH
static final Property IMAGE_LENGTH
"Image height in pixels."
-
IMAGE_WIDTH
static final Property IMAGE_WIDTH
"Image width in pixels."
-
SAMPLES_PER_PIXEL
static final Property SAMPLES_PER_PIXEL
"Number of components per pixel."
-
FLASH_FIRED
static final Property FLASH_FIRED
Did the Flash fire when taking this image?
-
EXPOSURE_TIME
static final Property EXPOSURE_TIME
"Exposure time in seconds."
-
F_NUMBER
static final Property 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
static final Property FOCAL_LENGTH
"Focal length of the lens, in millimeters."
-
ISO_SPEED_RATINGS
static final Property ISO_SPEED_RATINGS
"ISO Speed and ISO Latitude of the input device as specified in ISO 12232"
-
EQUIPMENT_MAKE
static final Property EQUIPMENT_MAKE
"Manufacturer of the recording equipment."
-
EQUIPMENT_MODEL
static final Property EQUIPMENT_MODEL
"Model name or number of the recording equipment."
-
SOFTWARE
static final Property SOFTWARE
"Software or firmware used to generate the image."
-
ORIENTATION
static final Property 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
static final Property RESOLUTION_HORIZONTAL
"Horizontal resolution in pixels per unit."
-
RESOLUTION_VERTICAL
static final Property RESOLUTION_VERTICAL
"Vertical resolution in pixels per unit."
-
RESOLUTION_UNIT
static final Property RESOLUTION_UNIT
"Units used for Horizontal and Vertical Resolutions." One of "Inch" or "cm"
-
ORIGINAL_DATE
static final Property ORIGINAL_DATE
"Date and time when original image was generated"
-
EXIF_PAGE_COUNT
static final Property EXIF_PAGE_COUNT
-
-