Skip to content

Commit 426ea6a

Browse files
authored
Add more NEF compression details
1 parent 55712d4 commit 426ea6a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/nikonmn_int.cpp

+8-4
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,14 @@ 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+
{ 9, N_("Packed 12 bits") },
186+
{ 10, N_("Packed 14 bits") },
187+
{ 13, N_("High efficiency") },
188+
{ 14, N_("High efficiency*") }
185189
};
186190

187191
//! RetouchHistory, tag 0x009e

0 commit comments

Comments
 (0)