libgimpcolor: add gimp_rgb[a]_set,get_pixel()

which converts from/to any pixel format using Babl. Added tons of
includes and CFLAGS now that libgimpcolor publically uses Babl.
This commit is contained in:
Michael Natterer
2012-03-30 15:08:54 +02:00
parent 7f437d7d53
commit 3e119c5af7
73 changed files with 197 additions and 8 deletions

View File

@ -18,7 +18,7 @@
#include "config.h"
#include <cairo.h>
#include <glib-object.h>
#include <gegl.h>
#include "libgimpbase/gimpbase.h"
#include "libgimpbase/gimpprotocol.h"