libgphoto2 photo camera library (libgphoto2) Internals  2.5.26
exif.h
Go to the documentation of this file.
1 
12 #ifndef _gphoto_exif_
13 #define _gphoto_exif_
14 
15 /*
16  * Not used anymore, use libexif if necessary.
17  */
18 unsigned char *gpi_exif_get_thumbnail_and_size(void *exifdat, long *size);
19 
20 /*
21  * Not used anymore, use libexif if necessary.
22  */
23 int gpi_exif_stat(void *exifdata);
24 
25 
26 #endif /* _gphoto_exif_ */
int gpi_exif_stat(void *exifdata)
Definition: exif.c:40
unsigned char * gpi_exif_get_thumbnail_and_size(void *exifdat, long *size)
Definition: exif.c:37