Author: akv
Date: 2012-04-22 02:31:22 +0200 (Sun, 22 Apr 2012)
New Revision: 4190
Modified:
branches/4175-enfuse/src/rs-actions.c
branches/4175-enfuse/src/rs-enfuse.c
Log:
Disabled copying of exif after image has been generated - this needs to be
fixed...
Modified: branches/4175-enfuse/src/rs-actions.c
===================================================================
--- branches/4175-enfuse/src/rs-actions.c 2012-04-21 19:53:25 UTC (rev
4189)
+++ branches/4175-enfuse/src/rs-actions.c 2012-04-22 00:31:22 UTC (rev
4190)
@@ -1427,6 +1427,7 @@
gboolean enfuse = TRUE;
rs_store_set_flags(rs->store, filename, NULL, NULL, NULL, &enfuse);
+ rs_store_set_selected_name(rs->store, filename, TRUE);
}
Modified: branches/4175-enfuse/src/rs-enfuse.c
===================================================================
--- branches/4175-enfuse/src/rs-enfuse.c 2012-04-21 19:53:25 UTC (rev
4189)
+++ branches/4175-enfuse/src/rs-enfuse.c 2012-04-22 00:31:22 UTC (rev
4190)
@@ -225,7 +225,8 @@
aligned_names = exported_names;
enfuse_images(aligned_names, fullpath->str, enfuse_options);
- rs_exif_copy(first, fullpath->str, "sRGB", RS_EXIF_FILE_TYPE_TIFF);
+ // FIXME: Aparantly something goes wrong if we copy exifdata...
+ // rs_exif_copy(first, fullpath->str, "sRGB", RS_EXIF_FILE_TYPE_TIFF);
return fullpath->str;
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit