Author: akv
Date: 2012-08-24 21:25:03 +0200 (Fri, 24 Aug 2012)
New Revision: 4259

Modified:
   branches/4175-enfuse/src/rs-enfuse.c
Log:
Added note for why we don't save 16 bit tiffs for use in enfuse...

Modified: branches/4175-enfuse/src/rs-enfuse.c
===================================================================
--- branches/4175-enfuse/src/rs-enfuse.c        2012-08-24 19:22:49 UTC (rev 
4258)
+++ branches/4175-enfuse/src/rs-enfuse.c        2012-08-24 19:25:03 UTC (rev 
4259)
@@ -143,7 +143,7 @@
   if (g_object_class_find_property(G_OBJECT_GET_CLASS(output), "uncompressed"))
     g_object_set(output, "uncompressed", FALSE, NULL);
   if (g_object_class_find_property(G_OBJECT_GET_CLASS(output), "save16bit"))
-    g_object_set(output, "save16bit", FALSE, NULL); /* We get odd results if 
we use 16 bit output */
+    g_object_set(output, "save16bit", FALSE, NULL); /* We get odd results if 
we use 16 bit output - probably due to liniearity */
   if (g_object_class_find_property(G_OBJECT_GET_CLASS(output), 
"copy-metadata"))
     g_object_set(output, "copy-metadata", FALSE, NULL); /* Doesn't make sense 
to enable - Enfuse doesn't copy it */
 


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

Reply via email to