diff src/exif.c @ 1060:1e2de04c6fc4

added option to use exif thumbnails - it requires exiv2 0.18 or the current svn - it is disabled by default because the exif thumbnails may be outdated if the image was edited
author nadvornik
date Sat, 11 Oct 2008 20:19:48 +0000
parents b600689a677e
children aeae25d5d50d
line wrap: on
line diff
--- a/src/exif.c	Tue Oct 07 19:34:11 2008 +0000
+++ b/src/exif.c	Sat Oct 11 20:19:48 2008 +0000
@@ -1605,7 +1605,7 @@
 
 static GList *exif_unmap_list = 0;
 
-guchar *exif_get_preview(ExifData *exif, guint *data_len)
+guchar *exif_get_preview(ExifData *exif, guint *data_len, gint requested_width, gint requested_height)
 {
 	int success;
 	guint offset;