public interface TIFF
property definition constants for the Exif TIFF
 properties defined in the XMP standard.| Modifier and Type | Field and 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_FIREDDid 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 bottom | 
| static 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." | 
static final Property BITS_PER_SAMPLE
static final Property IMAGE_LENGTH
static final Property IMAGE_WIDTH
static final Property SAMPLES_PER_PIXEL
static final Property FLASH_FIRED
static final Property EXPOSURE_TIME
static final Property F_NUMBER
static final Property FOCAL_LENGTH
static final Property ISO_SPEED_RATINGS
static final Property EQUIPMENT_MAKE
static final Property EQUIPMENT_MODEL
static final Property SOFTWARE
static final Property ORIENTATION
static final Property RESOLUTION_HORIZONTAL
static final Property RESOLUTION_VERTICAL
static final Property RESOLUTION_UNIT
static final Property ORIGINAL_DATE
static final Property EXIF_PAGE_COUNT
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.