Skip to content

Commit 7627f39

Browse files
committed
add htj2k as one of the compression names
Signed-off-by: lji <lji@ilm.com>
1 parent 50ba96b commit 7627f39

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/OpenEXRCore/debug.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ print_attr (const exr_attribute_t* a, int verbose)
8484
"b44",
8585
"b44a",
8686
"dwaa",
87-
"dwab"};
87+
"dwab",
88+
"htj2k"};
8889
printf (
8990
"'%s'", (a->uc < 10 ? compressionnames[a->uc] : "<UNKNOWN>"));
9091
if (verbose) printf (" (0x%02X)", a->uc);

0 commit comments

Comments
 (0)