From 9c1f1d0b75de0d2ed299842d3025941f3e681c16 Mon Sep 17 00:00:00 2001 From: yzrh Date: Thu, 22 Dec 2022 19:47:40 +0000 Subject: Fix HN conversion and add JBIG2 support. Signed-off-by: yzrh --- src/jbig2.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/jbig2.h (limited to 'src/jbig2.h') diff --git a/src/jbig2.h b/src/jbig2.h new file mode 100644 index 0000000..11249cf --- /dev/null +++ b/src/jbig2.h @@ -0,0 +1,7 @@ +/* + * Copyright (c) 2022, yzrh + * + * SPDX-License-Identifier: Apache-2.0 + */ + +int strdec_jbig2(char **bitmap, const char * restrict jbig2, int jbig2_size); -- cgit v1.2.3