Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions src/nikonmn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,15 @@ 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)") },
{ 6, N_("Packed 12 bits") },
{ 9, N_("Packed 12 bits") },
{ 10, N_("Packed 14 bits") },
{ 13, N_("High efficiency") },
{ 14, N_("High efficiency*") }
};

//! RetouchHistory, tag 0x009e
Expand Down