In this example program I read a GIF image with 3 colors
(in RGB values):
* (0,0,0)
* (255,255,255)
* (198,198,198)
I read this image the GdkMagic rutine ReadImage() and I convert it
to a GdkImage with gdk_magick_to_gdkimage(). When I get the pixels of
the GdkImage with the function gdk
In this example program I read a GIF image with 3 colors
(in RGB values):
* (0,0,0)
* (255,255,255)
* (198,198,198)
I read this image the GdkMagic rutine ReadImage() and I convert it
to a GdkImage with gdk_magick_to_gdkimage(). When I get the pixels of
the GdkImage with the function gdk