Skip to content

Commit 8968ceb

Browse files
authored
Add Sony ARW compression to dict (#2046)
(cherry picked from commit 3416b63)
1 parent 7f50d14 commit 8968ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tags_int.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ namespace Exiv2 {
252252
{ 9, N_("JBIG B&W") },
253253
{ 10, N_("JBIG Color") },
254254
{ 32766, N_("Next 2-bits RLE") },
255+
{ 32767, N_("Sony ARW Compressed") },
255256
{ 32769, N_("Epson ERF Compressed") },
256257
{ 32770, N_("Samsung SRW Compressed") },
257258
{ 32771, N_("CCITT RLE 1-word") },

0 commit comments

Comments
 (0)