]> Pileus Git - ~andy/gtk/commit
Add color management support to gdk_pixbuf_save
authorRichard Hughes <richard@hughsie.com>
Fri, 18 Dec 2009 15:17:13 +0000 (15:17 +0000)
committerRichard Hughes <richard@hughsie.com>
Fri, 18 Dec 2009 15:17:13 +0000 (15:17 +0000)
commitba651d4022ed4dceb6ad7394adcb0ff6c8006581
tree07879e078ed5659f57d359067872d57dcbe63d51
parent7e9d89b555d7d22a89645e0821a334dec318bc21
Add color management support to gdk_pixbuf_save

This patch adds an icc-profile option to a GdkPixbuf which can
be used to read or write an embedded ICC profile.

Add PNG support for now, but other image formats are awaiting
review.
demos/Makefile.am
demos/testpixbuf-color.c [new file with mode: 0644]
gdk-pixbuf/gdk-pixbuf-io.c
gdk-pixbuf/io-png.c