aboutsummaryrefslogtreecommitdiffstats
path: root/src/jpeg.h
blob: db35d94ee053e94e2dc8e0ab648790b6c9a4fe38 (plain) (blame)
1
2
3
4
5
6
7
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);