libgphoto2 photo camera library (libgphoto2) API 2.5.27
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 */
18unsigned char *gpi_exif_get_thumbnail_and_size(void *exifdat, long *size);
19
20/*
21 * Not used anymore, use libexif if necessary.
22 */
23int gpi_exif_stat(void *exifdata);
24
25
26#endif /* _gphoto_exif_ */