melon/src/jbig.h
yzrh 9c1f1d0b75 Fix HN conversion and add JBIG2 support.
Signed-off-by: yzrh <yzrh@noema.org>
2022-12-24 23:29:56 +00:00

8 lines
194 B
C

/*
* Copyright (c) 2022, yzrh <yzrh@noema.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
int strdec_jbig(char **bitmap, int width, int height,
const char * restrict jbig, int jbig_size);