aboutsummaryrefslogtreecommitdiffstats
path: root/src/jpeg.h
blob: 1f5caa7649b38fb667265558b9bf1d75122b1f6c (plain) (blame)
1
2
3
4
5
6
7
8
/*
 * Copyright (c) 2020-2022, yzrh <yzrh@noema.org>
 *
 * SPDX-License-Identifier: Apache-2.0
 */

int strinfo_jpeg_dim(int *jpeg_width, int *jpeg_height, int *jpeg_components,
	const char * restrict data, int data_size);