25#ifndef LIBEXIF_EXIF_LOADER_H
26#define LIBEXIF_EXIF_LOADER_H
71void exif_loader_write_file (
ExifLoader *loader,
const char *fname);
82unsigned char exif_loader_write (
ExifLoader *loader,
unsigned char *buf,
unsigned int sz);
117void exif_loader_get_buf (
ExifLoader *loader,
const unsigned char **buf,
118 unsigned int *buf_size);
Defines the ExifData type and the associated functions.
struct _ExifData ExifData
Represents the entire EXIF data found in an image.
Definition exif-data.h:39
struct _ExifLoader ExifLoader
Data used by the loader interface.
Definition exif-loader.h:37
Log message infrastructure.
struct _ExifLog ExifLog
State maintained by the logging interface.
Definition exif-log.h:36
Define the ExifMem data type and the associated functions.
struct _ExifMem ExifMem
ExifMem define a memory allocator.
Definition exif-mem.h:59