]> 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)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:51:55 +0000 (20:51 -0400)
commitf289f667e78181436c4be5323b7cbfa34b0d81fd
tree9b292795001c3f903373cff25dcfb4feb563ba2d
parent89ac81e7674409c43fa67aef944fa554e23c2ba9
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