#611: Updated samples and tests for Sony makernote changes.
This commit is contained in:
@@ -140,11 +140,11 @@ try {
|
||||
write(file, edMn8);
|
||||
print(file);
|
||||
|
||||
std::cout <<"\n----- One Sony MakerNote tag\n";
|
||||
std::cout <<"\n----- One Sony1 MakerNote tag\n";
|
||||
Exiv2::ExifData edMn9;
|
||||
edMn9["Exif.Image.Make"] = "SONY";
|
||||
edMn9["Exif.Image.Model"] = "DSC-W7";
|
||||
edMn9["Exif.Sony.0x2000"] = "0 1 2 3 4 5";
|
||||
edMn9["Exif.Sony1.0x2000"] = "0 1 2 3 4 5";
|
||||
write(file, edMn9);
|
||||
print(file);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user