]> git.imager.perl.org - imager.git/blob - imexif.h
handle failure to clone the log filehandle when cloning the Imager context
[imager.git] / imexif.h
1 /* imexif.h - interface to Exif handling */
2 #ifndef IMAGER_IMEXIF_H
3 #define IMAGER_IMEXIF_H
4
5 #include <stddef.h>
6 #include "imdatatypes.h"
7
8 extern int im_decode_exif(i_img *im, unsigned char *data, size_t length);
9
10 #endif /* ifndef IMAGER_IMEXIF_H */