Skip to content
/ exiv2 Public
forked from Exiv2/exiv2

Commit

Permalink
Add Sony ARW compression to dict
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored May 13, 2021
1 parent fddb035 commit 3416b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tags_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ namespace Exiv2 {
{ 9, N_("JBIG B&W") },
{ 10, N_("JBIG Color") },
{ 32766, N_("Next 2-bits RLE") },
{ 32767, N_("Sony ARW Compressed") },
{ 32769, N_("Epson ERF Compressed") },
{ 32770, N_("Samsung SRW Compressed") },
{ 32771, N_("CCITT RLE 1-word") },
Expand Down

0 comments on commit 3416b63

Please sign in to comment.