From 8083b30530a37d3529d453515465a00aac74a154 Mon Sep 17 00:00:00 2001 From: yzrh Date: Thu, 29 Dec 2022 00:18:07 +0000 Subject: Add JPEG 2000 support. Signed-off-by: yzrh --- src/jp2.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/jp2.h (limited to 'src/jp2.h') diff --git a/src/jp2.h b/src/jp2.h new file mode 100644 index 0000000..5644938 --- /dev/null +++ b/src/jp2.h @@ -0,0 +1,8 @@ +/* + * Copyright (c) 2022, yzrh + * + * SPDX-License-Identifier: Apache-2.0 + */ + +int strinfo_jp2_dim(int *jp2_width, int *jp2_height, + const char * restrict data, int data_size); -- cgit v1.2.3