aboutsummaryrefslogtreecommitdiffstats
path: root/src/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jpeg.h')
-rw-r--r--src/jpeg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/jpeg.h b/src/jpeg.h
new file mode 100644
index 0000000..db35d94
--- /dev/null
+++ b/src/jpeg.h
@@ -0,0 +1,8 @@
+/*
+ * Copyright (c) 2020-2021, yzrh <yzrh@noema.org>
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
+int strinfo_jpeg_dim(int *jpeg_width, int *jpeg_height,
+ const char * restrict data, int data_size);