gegl r2120 - in trunk: . operations/external
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2120 - in trunk: . operations/external
- Date: Tue, 26 Feb 2008 14:29:42 +0000 (GMT)
Author: ok
Date: Tue Feb 26 14:29:42 2008
New Revision: 2120
URL: http://svn.gnome.org/viewvc/gegl?rev=2120&view=rev
Log:
* operations/external/save-pixbuf.c: (process): do not store linear
light RGB but gamma corrected RGB (sRGB) for the pixbuf.
Modified:
trunk/ChangeLog
trunk/operations/external/save-pixbuf.c
Modified: trunk/operations/external/save-pixbuf.c
==============================================================================
--- trunk/operations/external/save-pixbuf.c (original)
+++ trunk/operations/external/save-pixbuf.c Tue Feb 26 14:29:42 2008
@@ -57,7 +57,7 @@
/* pixbuf from data only support 8bit bps */
bps = 8;
- name = g_strdup_printf ("RGB%s u%i",
+ name = g_strdup_printf ("R'G'B'%s u%i",
has_alpha ? "A" : "",
bps);
babl = babl_format (name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]