Skip to content

Commit

Permalink
Add more NEF compression details
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored Jan 14, 2022
1 parent 55712d4 commit 426ea6a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/nikonmn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,14 @@ namespace Exiv2 {

//! NEFCompression, tag 0x0093
constexpr TagDetails nikonNefCompression[] = {
{ 1, N_("Lossy (type 1)") },
{ 2, N_("Uncompressed") },
{ 3, N_("Lossless") },
{ 4, N_("Lossy (type 2)") }
{ 1, N_("Lossy (type 1)") },
{ 2, N_("Uncompressed") },
{ 3, N_("Lossless") },
{ 4, N_("Lossy (type 2)") },
{ 9, N_("Packed 12 bits") },
{ 10, N_("Packed 14 bits") },
{ 13, N_("High efficiency") },
{ 14, N_("High efficiency*") }
};

//! RetouchHistory, tag 0x009e
Expand Down

0 comments on commit 426ea6a

Please sign in to comment.