GAIM
The Penguin Pimpin' IM Clone That's Good for the Soul
News Documentation Screenshots Contact Info Download

Gaim 0.11.0pre14 source tarball
Gaim 0.11.0pre14 source bz2ball
Other Releases (Patches, RPM, DEB)

CVS Information
Nightly CVS Tarball
The Amazing Marko Cam

Official FTP Site
SourceForge Project Page
 

GdkPixbuf Tests

When I was adding buddy icons to Gaim I wrote a quick test program that used GdkPixbuf. You can get a copy of that program here. To compile it, run:

gcc -o pixbuf pixbuf.c `gdk-pixbuf-config --cflags` `gdk-pixbuf-config --libs`

Well, as it turns out, it doesn't display the following images very well:

animated penguins butterfly chopping down a tree

So I wrote another quick test program to test GTK 2. You can get a copy of that program here. To compile it, run:

gcc -o pixbuf2 pixbuf2.c `pkg-config gtk+-x11-2.0 --cflags` `pkg-config gtk+-x11-2.0 --libs`

Turns out I actually didn't need to write it because there's a testanimation program in the GTK 2 source that does exactly the same thing. Oh well. Anyway, if you compare the two you'll see that it's much easier to code and displays better. Such is the power of GTK 2.




``Dedicated to the near-memory of Rob Flynn. Let's start remembering people while they're still alive.''
- Mark Spencer -


Website design and development provided by Portal Web Design. Hosted by SourceForge