libgphoto2 photo camera library (libgphoto2) API 2.5.30
exif.h
Go to the documentation of this file.
1
12#ifndef LIBGPHOTO2_EXIF_H
13#define LIBGPHOTO2_EXIF_H
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 /* !defined(LIBGPHOTO2_EXIF_H) */