15 lines
199 B
C
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
|