From 1994f122cc29504862944cca1da1c5203c7e41eb Mon Sep 17 00:00:00 2001 From: yzrh Date: Thu, 31 Dec 2020 22:36:28 +0000 Subject: Decode JBIG and JPEG during HN conversion. --- src/jbig.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/jbig.h (limited to 'src/jbig.h') diff --git a/src/jbig.h b/src/jbig.h new file mode 100644 index 0000000..170eda1 --- /dev/null +++ b/src/jbig.h @@ -0,0 +1,8 @@ +/* + * Copyright (c) 2020-2021, yzrh + * + * SPDX-License-Identifier: Apache-2.0 + */ + +int strdec_jbig(char **bitmap, int *bitmap_size, + const char * restrict data, int data_size); -- cgit v1.2.3