new Exif Flash values backported from ExifTool
This commit is contained in:
parent
0afca133d0
commit
4d3c398ee1
@ -571,21 +571,26 @@ namespace Exiv2 {
|
||||
{ 0x01, N_("Fired") },
|
||||
{ 0x05, N_("Fired, strobe return light not detected") },
|
||||
{ 0x07, N_("Fired, strobe return light detected") },
|
||||
{ 0x08, N_("Yes, did not fire") },
|
||||
{ 0x09, N_("Yes, compulsory") },
|
||||
{ 0x0d, N_("Yes, compulsory, return light not detected") },
|
||||
{ 0x0f, N_("Yes, compulsory, return light detected") },
|
||||
{ 0x10, N_("No, compulsory") },
|
||||
{ 0x14, N_("No, did not fire, return not detected") },
|
||||
{ 0x18, N_("No, auto") },
|
||||
{ 0x19, N_("Yes, auto") },
|
||||
{ 0x1d, N_("Yes, auto, return light not detected") },
|
||||
{ 0x1f, N_("Yes, auto, return light detected") },
|
||||
{ 0x20, N_("No flash function") },
|
||||
{ 0x20, N_("No, no flash function") },
|
||||
{ 0x41, N_("Yes, red-eye reduction") },
|
||||
{ 0x45, N_("Yes, red-eye reduction, return light not detected") },
|
||||
{ 0x47, N_("Yes, red-eye reduction, return light detected") },
|
||||
{ 0x49, N_("Yes, compulsory, red-eye reduction") },
|
||||
{ 0x4d, N_("Yes, compulsory, red-eye reduction, return light not detected") },
|
||||
{ 0x4f, N_("Yes, compulsory, red-eye reduction, return light detected") },
|
||||
{ 0x50, N_("No, red-eye reduction") },
|
||||
{ 0x58, N_("No, auto, red-eye reduction") },
|
||||
{ 0x59, N_("Yes, auto, red-eye reduction") },
|
||||
{ 0x5d, N_("Yes, auto, red-eye reduction, return light not detected") },
|
||||
{ 0x5f, N_("Yes, auto, red-eye reduction, return light detected") }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user