thalassa/cms/imgsize.h
2026-03-19 06:23:52 +05:00

15 lines
199 B
C

#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