@@ -49,10 +49,10 @@ public enum ExifProperties : ushort
4949| SpectralSensitivity | `34852` | Indicates the spectral sensitivity of each channel of the camera used . |
5050| PhotographicSensitivity | `34855` | Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232. |
5151| OECF | `34856` | Indicates the Opto -Electric Conversion Function (OECF ) specified in ISO 14524. |
52- | ExifVersion | `36864` | The exif version . |
52+ | ExifVersion | `36864` | The Exif version . |
5353| DateTimeOriginal | `36867` | The date and time when the original image data was generated . |
5454| DateTimeDigitized | `36868` | The date time digitized . |
55- | ComponentsConfiguration | `37121` | The components configuration . |
55+ | ComponentsConfiguration | `37121` | The components ' configuration . |
5656| CompressedBitsPerPixel | `37122` | Specific to compressed data ; states the compressed bits per pixel . |
5757| ShutterSpeedValue | `37377` | The shutter speed value . |
5858| ApertureValue | `37378` | The lens aperture value . |
@@ -135,20 +135,20 @@ public enum ExifProperties : ushort
135135| GPSIfdPointer | `34853` | The gps ifd pointer . |
136136| RowsPerStrip | `278` | The number of rows per strip . This is the number of rows in the image of one strip when an image is divided into strips . |
137137| StripByteCounts | `279` | The total number of bytes in each strip . |
138- | PixelXDimension | `40962` | Information specific to compressed data . When a compressed file is recorded , the valid width of the meaningful image shall be recorded in this tag , whether or not there is padding data or a restart marker . |
138+ | PixelXDimension | `40962` | Information specific to compressed data . When a compressed file is recorded , the valid width of the meaningful image shall be recorded in this tag , whether there is padding data or a restart marker . |
139139| PixelYDimension | `40963` | Information specific to compressed data . When a compressed file is recorded , the valid height of the meaningful image shall be recorded in this tag |
140140| Gamma | `42240` | Gamma value |
141141| SensitivityType | `34864` | Type of photographic sensitivity |
142142| StandardOutputSensitivity | `34865` | Indicates standard output sensitivity of camera |
143143| RecommendedExposureIndex | `34866` | Indicates recommended exposure index |
144- | ISOSpeed | `34867` | Information about iso speed value as defined in ISO 12232 |
144+ | ISOSpeed | `34867` | Information about ISO speed value as defined in ISO 12232 |
145145| ISOSpeedLatitudeYYY | `34868` | This tag indicates ISO speed latitude yyy value as defined in ISO 12232 |
146146| ISOSpeedLatitudeZZZ | `34869` | This tag indicates ISO speed latitude zzz value as defined in ISO 12232 |
147147| CameraOwnerName | `42032` | Contains camera owner name |
148148| BodySerialNumber | `42033` | Contains camera body serial number |
149149| LensMake | `42035` | This tag records lens manufacturer |
150150| LensModel | `42036` | This tag records lens `s model name and model number |
151- | LensSerialNumber | `42037` | This tag records the serial number of interchangable lens |
151+ | LensSerialNumber | `42037` | This tag records the serial number of interchangeable lens |
152152| LensSpecification | `42034` | This tag notes minimum focal length , maximum focal length , minimum F number in the minimum focal length and minimum F number in maximum focal length |
153153
154154### See Also
0 commit comments