thalassa/cms/imgsize.h

15 lines
199 B
C
Raw Permalink Normal View History

2026-03-19 01:23:52 +00:00
#ifndef IMGSIZE_H_SENTRY
#define IMGSIZE_H_SENTRY
#ifdef __cplusplus
extern "C" {
#endif
int extract_image_dimensions(const char *fn, int *width, int *height);
#ifdef __cplusplus
}
#endif
#endif