Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TAG_ISO_SPEED
(0x8833)TAG_ISO_SPEED_LATITUDE_YYY
(0x8834)TAG_ISO_SPEED_LATITUDE_ZZZ
(0x8835)TAG_OFFSET_TIME
(0x9010)TAG_OFFSET_TIME_ORIGINAL
(0x9011)TAG_OFFSET_TIME_DIGITIZED
(0x9012)TAG_TEMPERATURE
(0x9400)TAG_HUMIDITY
(0x9401)TAG_PRESSURE
(0x9402)TAG_WATER_DEPTH
(0x9403)TAG_ACCELERATION
(0x9404)TAG_CAMERA_ELEVATION_ANGLE
(0x9405)ExifDescriptorBase.getBrightnessValueDescription()
ExifDescriptorBase.getTemperatureDescription()
ExifDescriptorBase.getHumidityDescription()
ExifDescriptorBase.getPressureDescription()
ExifDescriptorBase.getWaterDepthDescription()
ExifDescriptorBase.getAccelerationDescription()
ExifDescriptorBase.getCameraElevationAngleDescription()
0
and0xFFFFFFFFL
) inExifDescriptorBase.getSubjectDistanceDescription()
ExifDescriptorBase
, order case blocks and corresponding methods in the same order as theTAG_*
values are defined.ExifSubIFDDirectory.getDateOriginal()
andExifSubIFDDirectory.getDateDigitized()
to support readingTAG_OFFSET_TIME_ORIGINAL
tag andTAG_OFFSET_TIME_DIGITIZED
tag respectively.