diff src/exif.h @ 1069:aeae25d5d50d

infrastructure for preprocessing of metadata
author nadvornik
date Sat, 18 Oct 2008 18:22:57 +0000
parents 1e2de04c6fc4
children 9e424170e958
line wrap: on
line diff
--- a/src/exif.h	Sat Oct 18 09:07:52 2008 +0000
+++ b/src/exif.h	Sat Oct 18 18:22:57 2008 +0000
@@ -110,6 +110,10 @@
 ExifData *exif_read_fd(FileData *fd);
 void exif_free_fd(FileData *fd, ExifData *exif);
 
+/* exif_read returns processed data (merged from image and sidecar, etc.)
+   this function gives access to the original data from the image.
+   original data are part of the processed data and should not be freed separately */
+ExifData *exif_get_original(ExifData *processed);
 
 gint exif_write(ExifData *exif);
 void exif_free(ExifData *exif);