Utility: use CanonCs2.ISOSpeed instead of CanonCs1.ISOSpeed
This commit is contained in:
parent
bce4645165
commit
8befde4120
@ -329,7 +329,7 @@ namespace Action {
|
||||
done = 0 != printTag(exifData, "Exif.Photo.ISOSpeedRatings");
|
||||
}
|
||||
if (!done) {
|
||||
done = 0 != printTag(exifData, "Exif.CanonCs1.ISOSpeed");
|
||||
done = 0 != printTag(exifData, "Exif.CanonCs2.ISOSpeed");
|
||||
}
|
||||
if (!done) {
|
||||
done = 0 != printTag(exifData, "Exif.Nikon1.ISOSpeed");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user