Author: akv
Date: 2013-04-29 20:13:45 +0200 (Mon, 29 Apr 2013)
New Revision: 4374

Modified:
   branches/4175-enfuse/src/rs-actions.c
Log:
Making sure that we use the correct colorspace - was a problem when running 
enfuse with a 8bit photo opened.

Modified: branches/4175-enfuse/src/rs-actions.c
===================================================================
--- branches/4175-enfuse/src/rs-actions.c       2013-04-27 22:39:15 UTC (rev 
4373)
+++ branches/4175-enfuse/src/rs-actions.c       2013-04-29 18:13:45 UTC (rev 
4374)
@@ -1535,6 +1535,8 @@
   rs_photo_close(rs->photo);
   rs->photo = NULL;
 
+  rs_filter_set_recursive(rs->filter_input, "color-space", 
rs_color_space_new_singleton("RSProphoto"), NULL);
+
   gboolean enfuse = TRUE;
   GList *selected_names = rs_store_get_selected_names(rs->store);
   guint priority = rs_store_get_current_priority(rs->store);


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to