diff options
Diffstat (limited to 'src/jp2.h')
-rw-r--r-- | src/jp2.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 <yzrh@noema.org> + * + * SPDX-License-Identifier: Apache-2.0 + */ + +int strinfo_jp2_dim(int *jp2_width, int *jp2_height, + const char * restrict data, int data_size); |