constants library

Constants

ALTITUDE_ABOVE_SEA_LEVEL → const int
The constant used by TAG_GPS_ALTITUDE_REF to denote the altitude is above sea level.
ALTITUDE_BELOW_SEA_LEVEL → const int
The constant used by TAG_GPS_ALTITUDE_REF to denote the altitude is below sea level.
COLOR_SPACE_S_RGB → const int
The constant used by TAG_COLOR_SPACE to denote sRGB color space.
COLOR_SPACE_UNCALIBRATED → const int
The constant used by TAG_COLOR_SPACE to denote Uncalibrated.
CONTRAST_HARD → const int
The constant used by TAG_CONTRAST to denote hard contrast.
CONTRAST_NORMAL → const int
The constant used by TAG_CONTRAST to denote normal contrast.
CONTRAST_SOFT → const int
The constant used by TAG_CONTRAST to denote soft contrast.
DATA_DEFLATE_ZIP → const int
The constant used by TAG_COMPRESSION, see DNG Specification 1.4.0.0. Section 3, Compression
DATA_HUFFMAN_COMPRESSED → const int
The constant used by TAG_COMPRESSION to denote the image is huffman compressed.
DATA_JPEG → const int
The constant used by TAG_COMPRESSION to denote the image is JPEG.
DATA_JPEG_COMPRESSED → const int
The constant used by TAG_COMPRESSION, see DNG Specification 1.4.0.0. Section 3, Compression
DATA_LOSSY_JPEG → const int
The constant used by TAG_COMPRESSION, see DNG Specification 1.4.0.0. Section 3, Compression
DATA_PACK_BITS_COMPRESSED → const int
The constant used by TAG_COMPRESSION to denote the image is pack-bits compressed.
DATA_UNCOMPRESSED → const int
The constant used by TAG_COMPRESSION to denote the image is not compressed.
EXPOSURE_MODE_AUTO → const int
The constant used by TAG_EXPOSURE_MODE to denote the exposure mode is Auto.
EXPOSURE_MODE_AUTO_BRACKET → const int
The constant used by TAG_EXPOSURE_MODE to denote the exposure mode is Auto bracket.
EXPOSURE_MODE_MANUAL → const int
The constant used by TAG_EXPOSURE_MODE to denote the exposure mode is Manual.
EXPOSURE_PROGRAM_ACTION → const int
The constant used by TAG_EXPOSURE_PROGRAM to denote exposure program is Action program (biased toward fast shutter speed).
EXPOSURE_PROGRAM_APERTURE_PRIORITY → const int
The constant used by TAG_EXPOSURE_PROGRAM to denote exposure program is Aperture priority.
EXPOSURE_PROGRAM_CREATIVE → const int
The constant used by TAG_EXPOSURE_PROGRAM to denote exposure program is Creative program (biased toward depth of field).
EXPOSURE_PROGRAM_LANDSCAPE_MODE → const int
The constant used by TAG_EXPOSURE_PROGRAM to denote exposure program is Landscape mode (for landscape photos with the background in focus).
EXPOSURE_PROGRAM_MANUAL → const int
The constant used by TAG_EXPOSURE_PROGRAM to denote exposure program is Manual.
EXPOSURE_PROGRAM_NORMAL → const int
The constant used by TAG_EXPOSURE_PROGRAM to denote exposure program is Normal.
EXPOSURE_PROGRAM_NOT_DEFINED → const int
The constant used by TAG_EXPOSURE_PROGRAM to denote exposure program is not defined.
EXPOSURE_PROGRAM_PORTRAIT_MODE → const int
The constant used by TAG_EXPOSURE_PROGRAM to denote exposure program is Portrait mode (for closeup photos with the background out of focus).
EXPOSURE_PROGRAM_SHUTTER_PRIORITY → const int
The constant used by TAG_EXPOSURE_PROGRAM to denote exposure program is Shutter priority.
FILE_SOURCE_DSC → const int
The constant used by TAG_FILE_SOURCE to denote the source is DSC.
FILE_SOURCE_OTHER → const int
The constant used by TAG_FILE_SOURCE to denote the source is other.
FILE_SOURCE_REFLEX_SCANNER → const int
The constant used by TAG_FILE_SOURCE to denote the source is scanner of reflex type.
FILE_SOURCE_TRANSPARENT_SCANNER → const int
The constant used by TAG_FILE_SOURCE to denote the source is scanner of transparent type.
FLAG_FLASH_FIRED → const int
The flag used by TAG_FLASH to indicate whether the flash is fired. "00000001"
FLAG_FLASH_MODE_AUTO → const int
The flag used by TAG_FLASH to indicate the camera's flash mode is Auto.
FLAG_FLASH_MODE_COMPULSORY_FIRING → const int
The flag used by TAG_FLASH to indicate the camera's flash mode is Compulsory flash firing.
FLAG_FLASH_MODE_COMPULSORY_SUPPRESSION → const int
The flag used by TAG_FLASH to indicate the camera's flash mode is Compulsory flash suppression.
FLAG_FLASH_NO_FLASH_FUNCTION → const int
The flag used by TAG_FLASH to indicate no flash function is present. "00100000"
FLAG_FLASH_RED_EYE_SUPPORTED → const int
The flag used by TAG_FLASH to indicate red-eye reduction is supported. "01000000"
FLAG_FLASH_RETURN_LIGHT_DETECTED → const int
The flag used by TAG_FLASH to indicate strobe return light is detected. "00000110"
FLAG_FLASH_RETURN_LIGHT_NOT_DETECTED → const int
The flag used by TAG_FLASH to indicate strobe return light is not detected. "00000100"
FORMAT_CHUNKY → const int
The constant used by TAG_PLANAR_CONFIGURATION to denote Chunky format.
FORMAT_PLANAR → const int
The constant used by TAG_PLANAR_CONFIGURATION to denote Planar format.
GAIN_CONTROL_HIGH_GAIN_DOWN → const int
The constant used by TAG_GAIN_CONTROL to denote high gain down.
GAIN_CONTROL_HIGH_GAIN_UP → const int
The constant used by TAG_GAIN_CONTROL to denote high gain up.
GAIN_CONTROL_LOW_GAIN_DOWN → const int
The constant used by TAG_GAIN_CONTROL to denote low gain down.
GAIN_CONTROL_LOW_GAIN_UP → const int
The constant used by TAG_GAIN_CONTROL to denote low gain up.
GAIN_CONTROL_NONE → const int
The constant used by TAG_GAIN_CONTROL to denote none gain adjustment.
GPS_DIRECTION_MAGNETIC → const String
The constant used by GPS attributes to denote the direction is magnetic direction.
GPS_DIRECTION_TRUE → const String
The constant used by GPS attributes to denote the direction is true direction.
GPS_DISTANCE_KILOMETERS → const String
The constant used by TAG_GPS_DEST_DISTANCE_REF to denote the distance unit is kilometers.
GPS_DISTANCE_MILES → const String
The constant used by TAG_GPS_DEST_DISTANCE_REF to denote the distance unit is miles.
GPS_DISTANCE_NAUTICAL_MILES → const String
The constant used by TAG_GPS_DEST_DISTANCE_REF to denote the distance unit is nautical miles.
GPS_MEASUREMENT_2D → const String
The constant used by TAG_GPS_MEASURE_MODE to denote GPS measurement is 2-dimensional.
GPS_MEASUREMENT_3D → const String
The constant used by TAG_GPS_MEASURE_MODE to denote GPS measurement is 3-dimensional.
GPS_MEASUREMENT_DIFFERENTIAL_CORRECTED → const int
The constant used by TAG_GPS_DIFFERENTIAL to denote differential correction is applied.
GPS_MEASUREMENT_IN_PROGRESS → const String
The constant used by TAG_GPS_STATUS to denote GPS measurement is in progress.
GPS_MEASUREMENT_INTERRUPTED → const String
The constant used by TAG_GPS_STATUS to denote GPS measurement is interrupted.
GPS_MEASUREMENT_NO_DIFFERENTIAL → const int
The constant used by TAG_GPS_DIFFERENTIAL to denote no differential correction is applied.
GPS_SPEED_KILOMETERS_PER_HOUR → const String
The constant used by TAG_GPS_SPEED_REF to denote the speed unit is kilometers per hour.
GPS_SPEED_KNOTS → const String
The constant used by TAG_GPS_SPEED_REF to denote the speed unit is knots.
GPS_SPEED_MILES_PER_HOUR → const String
The constant used by TAG_GPS_SPEED_REF to denote the speed unit is miles per hour.
LATITUDE_NORTH → const String
The constant used by GPS latitude-related tags to denote the latitude is North latitude.
LATITUDE_SOUTH → const String
The constant used by GPS latitude-related tags to denote the latitude is South latitude.
LIGHT_SOURCE_CLOUDY_WEATHER → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Cloudy weather.
LIGHT_SOURCE_COOL_WHITE_FLUORESCENT → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Cool white fluorescent (W 3800 - 4500K).
LIGHT_SOURCE_D50 → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is D50.
LIGHT_SOURCE_D55 → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is D55.
LIGHT_SOURCE_D65 → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is D65.
LIGHT_SOURCE_D75 → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is D75.
LIGHT_SOURCE_DAY_WHITE_FLUORESCENT → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Day white fluorescent (N 4600 - 5500K).
LIGHT_SOURCE_DAYLIGHT → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Daylight.
LIGHT_SOURCE_DAYLIGHT_FLUORESCENT → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Daylight fluorescent (D 5700 - 7100K).
LIGHT_SOURCE_FINE_WEATHER → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Fine weather.
LIGHT_SOURCE_FLASH → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Flash.
LIGHT_SOURCE_FLUORESCENT → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Fluorescent.
LIGHT_SOURCE_ISO_STUDIO_TUNGSTEN → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is ISO studio tungsten.
LIGHT_SOURCE_OTHER → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is other.
LIGHT_SOURCE_SHADE → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Shade.
LIGHT_SOURCE_STANDARD_LIGHT_A → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Standard light A.
LIGHT_SOURCE_STANDARD_LIGHT_B → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Standard light B.
LIGHT_SOURCE_STANDARD_LIGHT_C → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Standard light C.
LIGHT_SOURCE_TUNGSTEN → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Tungsten (incandescent light).
LIGHT_SOURCE_UNKNOWN → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is unknown.
LIGHT_SOURCE_WARM_WHITE_FLUORESCENT → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is Warm white fluorescent (L 2600 - 3250K).
LIGHT_SOURCE_WHITE_FLUORESCENT → const int
The constant used by TAG_LIGHT_SOURCE to denote light source is White fluorescent (WW 3250 - 3800K).
LONGITUDE_EAST → const String
The constant used by GPS longitude-related tags to denote the longitude is East longitude.
LONGITUDE_WEST → const String
The constant used by GPS longitude-related tags to denote the longitude is West longitude.
METERING_MODE_AVERAGE → const int
The constant used by TAG_METERING_MODE to denote metering mode is Average.
METERING_MODE_CENTER_WEIGHT_AVERAGE → const int
The constant used by TAG_METERING_MODE to denote metering mode is CenterWeightedAverage.
METERING_MODE_MULTI_SPOT → const int
The constant used by TAG_METERING_MODE to denote metering mode is MultiSpot.
METERING_MODE_OTHER → const int
The constant used by TAG_METERING_MODE to denote metering mode is other.
METERING_MODE_PARTIAL → const int
The constant used by TAG_METERING_MODE to denote metering mode is Partial.
METERING_MODE_PATTERN → const int
The constant used by TAG_METERING_MODE to denote metering mode is Pattern.
METERING_MODE_SPOT → const int
The constant used by TAG_METERING_MODE to denote metering mode is Spot.
METERING_MODE_UNKNOWN → const int
The constant used by TAG_METERING_MODE to denote metering mode is unknown.
ORIENTATION_FLIP_HORIZONTAL → const int
Indicates the image is left right reversed mirror.
ORIENTATION_FLIP_VERTICAL → const int
Indicates the image is upside down mirror, it can also be represented by flip horizontally firstly and rotate 180 degree clockwise.
ORIENTATION_NORMAL → const int
ORIENTATION_ROTATE_180 → const int
Indicates the image is rotated by 180 degree clockwise.
ORIENTATION_ROTATE_270 → const int
Indicates the image is rotated by 270 degree clockwise.
ORIENTATION_ROTATE_90 → const int
Indicates the image is rotated by 90 degree clockwise.
ORIENTATION_TRANSPOSE → const int
Indicates the image is flipped about top-left <--> bottom-right axis, it can also be represented by flip horizontally firstly and rotate 270 degree clockwise.
ORIENTATION_TRANSVERSE → const int
Indicates the image is flipped about top-right <--> bottom-left axis, it can also be represented by flip horizontally firstly and rotate 90 degree clockwise.
ORIENTATION_UNDEFINED → const int
Constants used for the Orientation Exif tag.
ORIGINAL_RESOLUTION_IMAGE → const int
The constant used by TAG_NEW_SUBFILE_TYPE. See JEITA CP-3451C Spec Section 8.
PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO → const int
The constant used by TAG_PHOTOMETRIC_INTERPRETATION.
PHOTOMETRIC_INTERPRETATION_RGB → const int
The constant used by TAG_PHOTOMETRIC_INTERPRETATION.
PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO → const int
The constant used by TAG_PHOTOMETRIC_INTERPRETATION.
PHOTOMETRIC_INTERPRETATION_YCBCR → const int
The constant used by TAG_PHOTOMETRIC_INTERPRETATION.
REDUCED_RESOLUTION_IMAGE → const int
The constant used by TAG_NEW_SUBFILE_TYPE. See JEITA CP-3451C Spec Section 8.
RENDERED_PROCESS_CUSTOM → const int
The constant used by TAG_CUSTOM_RENDERED to denote special processing is used.
RENDERED_PROCESS_NORMAL → const int
The constant used by TAG_CUSTOM_RENDERED to denote no special processing is used.
RESOLUTION_UNIT_CENTIMETERS → const int
The constant used to denote resolution unit as centimeters.
RESOLUTION_UNIT_INCHES → const int
The constant used to denote resolution unit as inches.
SATURATION_HIGH → const int
The constant used by TAG_SHARPNESS to denote high saturation.
SATURATION_LOW → const int
The constant used by TAG_SATURATION to denote low saturation.
SATURATION_NORMAL → const int
The constant used by TAG_SATURATION to denote normal saturation.
SCENE_CAPTURE_TYPE_LANDSCAPE → const int
The constant used by TAG_SCENE_CAPTURE_TYPE to denote the scene capture type is Landscape.
SCENE_CAPTURE_TYPE_NIGHT → const int
The constant used by TAG_SCENE_CAPTURE_TYPE to denote the scene capture type is Night scene.
SCENE_CAPTURE_TYPE_PORTRAIT → const int
The constant used by TAG_SCENE_CAPTURE_TYPE to denote the scene capture type is Portrait.
SCENE_CAPTURE_TYPE_STANDARD → const int
The constant used by TAG_SCENE_CAPTURE_TYPE to denote the scene capture type is Standard.
SCENE_TYPE_DIRECTLY_PHOTOGRAPHED → const int
The constant used by TAG_SCENE_TYPE to denote the scene is directly photographed.
SENSITIVITY_TYPE_ISO_SPEED → const int
The constant used by TAG_SENSITIVITY_TYPE to denote sensitivity type is ISO speed.
SENSITIVITY_TYPE_REI → const int
The constant used by TAG_SENSITIVITY_TYPE to denote sensitivity type is Recommended exposure index (REI).
SENSITIVITY_TYPE_REI_AND_ISO → const int
The constant used by TAG_SENSITIVITY_TYPE to denote sensitivity type is Recommended exposure index (REI) and ISO speed.
SENSITIVITY_TYPE_SOS → const int
The constant used by TAG_SENSITIVITY_TYPE to denote sensitivity type is Standard output sensitivity (SOS).
SENSITIVITY_TYPE_SOS_AND_ISO → const int
The constant used by TAG_SENSITIVITY_TYPE to denote sensitivity type is Standard output sensitivity (SOS) and ISO speed.
SENSITIVITY_TYPE_SOS_AND_REI → const int
The constant used by TAG_SENSITIVITY_TYPE to denote sensitivity type is Standard output sensitivity (SOS) and recommended exposure index (REI).
SENSITIVITY_TYPE_SOS_AND_REI_AND_ISO → const int
The constant used by TAG_SENSITIVITY_TYPE to denote sensitivity type is Standard output sensitivity (SOS) and recommended exposure index (REI) and ISO speed.
SENSITIVITY_TYPE_UNKNOWN → const int
The constant used by TAG_SENSITIVITY_TYPE to denote sensitivity type is unknown.
SENSOR_TYPE_COLOR_SEQUENTIAL → const int
The constant used by TAG_SENSING_METHOD to denote the image sensor type is Color sequential area sensor.
SENSOR_TYPE_COLOR_SEQUENTIAL_LINEAR → const int
The constant used by TAG_SENSING_METHOD to denote the image sensor type is Color sequential linear sensor.
SENSOR_TYPE_NOT_DEFINED → const int
The constant used by TAG_SENSING_METHOD to denote the image sensor type is not defined.
SENSOR_TYPE_ONE_CHIP → const int
The constant used by TAG_SENSING_METHOD to denote the image sensor type is One-chip color area sensor.
SENSOR_TYPE_THREE_CHIP → const int
The constant used by TAG_SENSING_METHOD to denote the image sensor type is Three-chip color area sensor.
SENSOR_TYPE_TRILINEAR → const int
The constant used by TAG_SENSING_METHOD to denote the image sensor type is Trilinear sensor.
SENSOR_TYPE_TWO_CHIP → const int
The constant used by TAG_SENSING_METHOD to denote the image sensor type is Two-chip color area sensor.
SHARPNESS_HARD → const int
The constant used by TAG_SHARPNESS to denote hard sharpness.
SHARPNESS_NORMAL → const int
The constant used by TAG_SHARPNESS to denote normal sharpness.
SHARPNESS_SOFT → const int
The constant used by TAG_SHARPNESS to denote soft sharpness.
STREAM_TYPE_EXIF_DATA_ONLY → const int
Constant used to indicate that the input stream contains only Exif data.
STREAM_TYPE_FULL_IMAGE_DATA → const int
Constant used to indicate that the input stream contains the full image data.
SUBJECT_DISTANCE_RANGE_CLOSE_VIEW → const int
The constant used by TAG_SUBJECT_DISTANCE_RANGE to denote the subject distance range is Close view.
SUBJECT_DISTANCE_RANGE_DISTANT_VIEW → const int
The constant used by TAG_SUBJECT_DISTANCE_RANGE to denote the subject distance range is Distant view.
SUBJECT_DISTANCE_RANGE_MACRO → const int
The constant used by TAG_SUBJECT_DISTANCE_RANGE to denote the subject distance range is Macro.
SUBJECT_DISTANCE_RANGE_UNKNOWN → const int
The constant used by TAG_SUBJECT_DISTANCE_RANGE to denote the subject distance range is unknown.
WHITE_BALANCE_AUTO → const int
The constant used by TAG_WHITE_BALANCE to denote the white balance is Auto.
WHITE_BALANCE_MANUAL → const int
The constant used by TAG_WHITE_BALANCE to denote the white balance is Manual.
Y_CB_CR_POSITIONING_CENTERED → const int
The constant used by TAG_Y_CB_CR_POSITIONING to denote Centered positioning.
Y_CB_CR_POSITIONING_CO_SITED → const int
The constant used by TAG_Y_CB_CR_POSITIONING to denote Co-sited positioning.

Properties

BITS_PER_SAMPLE_GREYSCALE_1 Int32List
The constant used by TAG_BITS_PER_SAMPLE. See JEITA CP-3451C Spec Section 4, Differences from Bilevel Images
final
BITS_PER_SAMPLE_GREYSCALE_2 Int32List
The constant used by TAG_BITS_PER_SAMPLE. See JEITA CP-3451C Spec Section 4, Differences from Bilevel Images
final
BITS_PER_SAMPLE_RGB Int32List
The constant used by TAG_BITS_PER_SAMPLE. See JEITA CP-3451C Spec Section 6, Differences from Palette Color Images
final