Skip to content

Commit

Permalink
Add doc comments on PhotographicSensitivity tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamadak committed Sep 7, 2022
1 parent 3f5bb96 commit 1b44282
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/tag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,15 @@ generate_well_known_tag_constants!(
(SpectralSensitivity, 0x8824, DefaultValue::None, d_default,
unit![],
"Spectral sensitivity"),
/// Sensitivity of the device.
///
/// The value may be represented by standard output sensitivity (SOS),
/// recommended exposure index (REI), or ISO speed.
/// What is stored is designated by the `SensitivityType` field.
///
/// This field is 16-bit and may be saturated. For 32-bit values,
/// see `StandardOutputSensitivity`, `RecommendedExposureIndex`,
/// `ISOSpeed`, `ISOSpeedLatitudeyyy`, and `ISOSpeedLatitudezzz`.
(PhotographicSensitivity, 0x8827, DefaultValue::None, d_default,
unit![],
"Photographic sensitivity"),
Expand Down

0 comments on commit 1b44282

Please sign in to comment.