#include #include #include #include #include "pixman.h" void show_image (pixman_image_t *image); GdkPixbuf *pixbuf_from_argb32 (uint32_t *bits, gboolean has_alpha, int width, int height, int stride);