Skip to content

Commit 7804e10

Browse files
committed
Add more NEF compression details
1 parent 55712d4 commit 7804e10

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/nikonmn_int.cpp

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,15 @@ namespace Exiv2 {
178178

179179
//! NEFCompression, tag 0x0093
180180
constexpr TagDetails nikonNefCompression[] = {
181-
{ 1, N_("Lossy (type 1)") },
182-
{ 2, N_("Uncompressed") },
183-
{ 3, N_("Lossless") },
184-
{ 4, N_("Lossy (type 2)") }
181+
{ 1, N_("Lossy (type 1)") },
182+
{ 2, N_("Uncompressed") },
183+
{ 3, N_("Lossless") },
184+
{ 4, N_("Lossy (type 2)") },
185+
{ 6, N_("Packed 12 bits") },
186+
{ 9, N_("Packed 12 bits") },
187+
{ 10, N_("Packed 14 bits") },
188+
{ 13, N_("High efficiency") },
189+
{ 14, N_("High efficiency*") }
185190
};
186191

187192
//! RetouchHistory, tag 0x009e

0 commit comments

Comments
 (0)