From 3416b631c554ec75d6f48496606cda73d2500cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= <4973094+kmilos@users.noreply.github.com> Date: Thu, 13 May 2021 16:45:41 +0200 Subject: [PATCH] Add Sony ARW compression to dict --- src/tags_int.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tags_int.cpp b/src/tags_int.cpp index ba4c5c91..5db79f1a 100644 --- a/src/tags_int.cpp +++ b/src/tags_int.cpp @@ -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") },