Skip to content

Commit cfe239c

Browse files
authored
Add VC-5 to compression list
1 parent 8d12298 commit cfe239c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tags_int.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ constexpr TagDetails exifCompression[] = {
241241
{6, N_("JPEG (old-style)")},
242242
{7, N_("JPEG")},
243243
{8, N_("Adobe Deflate")},
244-
{9, N_("JBIG B&W")},
244+
{9, N_("JBIG B&W or VC-5")},
245245
{10, N_("JBIG Color")},
246246
{32766, N_("NeXT 2-bits RLE or Sony ARW Compressed 2")},
247247
{32767, N_("Sony ARW Compressed")},

0 commit comments

Comments
 (0)