Skip to content

Commit

Permalink
add missing compression codes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Nov 20, 2023
1 parent fc53ded commit d0f743a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TIFF/imtiff.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ compress_values[] =
{ "fax4", COMPRESSION_CCITTFAX4 },
{ "t6", COMPRESSION_CCITTFAX4 },
{ "lzw", COMPRESSION_LZW },
{ "oldjpeg", COMPRESSION_OJPEG },
{ "jpeg", COMPRESSION_JPEG },
{ "next", COMPRESSION_NEXT },
{ "packbits", COMPRESSION_PACKBITS },
Expand All @@ -94,6 +95,7 @@ compress_values[] =
{ "jbig", COMPRESSION_JBIG },
{ "sgilog", COMPRESSION_SGILOG },
{ "sgilog24", COMPRESSION_SGILOG24 },
{ "lerc", COMPRESSION_LERC },
{ "lzma", COMPRESSION_LZMA },
{ "zstd", COMPRESSION_ZSTD },
{ "webp", COMPRESSION_WEBP },
Expand Down

0 comments on commit d0f743a

Please sign in to comment.