Project

General

Profile

Patch #785 ยป exiv2.diff

Jens Mueller, 05 Aug 2011 10:49

View differences:

src/tags.cpp
1568 1568
                "specified in ISO 14524. <OECF> is the relationship between "
1569 1569
                "the camera optical input and the image values."),
1570 1570
                exifId, captureCond, undefined, 0, printValue),
1571
        TagInfo(0x8830, "SensitivityType", N_("Sensitivity Type"),
1572
                N_("The SensitivityType tag indicates PhotographicSensitivity tag. which "
1573
                "one of the parameters of ISO12232 is the Although it is an optional tag, "
1574
                "it should be recorded when a PhotographicSensitivity tag is recorded. "
1575
                "Value = 4, 5, 6, or 7 may be used in case that the values of plural "
1576
                "parameters are the same."),
1577
                exifId, captureCond, unsignedShort, 1, printValue),
1578
        TagInfo(0x8831, "StandardOutputSensitivity", N_("Standard Output Sensitivity"),
1579
                N_("This tag indicates the standard output sensitivity value of a camera or "
1580
                "input device defined in ISO 12232. When recording this tag, the "
1581
                "PhotographicSensitivity and SensitivityType tags shall also be recorded."),
1582
                exifId, captureCond, unsignedLong, 1, printValue),
1583
        TagInfo(0x8832, "RecommendedExposureIndex", N_("Recommended Exposure Index"),
1584
                N_("This tag indicates the recommended exposure index value of a camera or "
1585
                "input device defined in ISO 12232. When recording this tag, the "
1586
                "PhotographicSensitivity and SensitivityType tags shall also be recorded."),
1587
                exifId, captureCond, unsignedLong, 1, printValue),
1588
        TagInfo(0x8833, "ISOSpeed", N_("ISO Speed"),
1589
                N_("This tag indicates the ISO speed value of a camera or input device that "
1590
                "is defined in ISO 12232. When recording this tag, the PhotographicSensitivity "
1591
                "and SensitivityType tags shall also be recorded."),
1592
                exifId, captureCond, unsignedLong, 1, printValue),
1593
        TagInfo(0x8834, "ISOSpeedLatitudeyyy", N_("ISO Speed Latitude yyy"),
1594
                N_("This tag indicates the ISO speed latitude yyy value of a camera or input "
1595
                "device that is defined in ISO 12232. However, this tag shall not be recorded "
1596
                "without ISOSpeed and ISOSpeedLatitudezzz."),
1597
                exifId, captureCond, unsignedLong, 1, printValue),
1598
        TagInfo(0x8835, "ISOSpeedLatitudezzz", N_("ISO Speed Latitude zzz"),
1599
                N_("This tag indicates the ISO speed latitude zzz value of a camera or input "
1600
                "device that is defined in ISO 12232. However, this tag shall not be recorded "
1601
                "without ISOSpeed and ISOSpeedLatitudeyyy."),
1602
                exifId, captureCond, unsignedLong, 1, printValue),
1571 1603
        TagInfo(0x9000, "ExifVersion", N_("Exif Version"),
1572 1604
                N_("The version of this standard supported. Nonexistence of this "
1573 1605
                "field is taken to mean nonconformance to the standard."),
    (1-1/1)