14 struct cmapent cmap[256];
15 unsigned char *pixels;
18 int alloc_image(struct image *img, int x, int y, int bpp);
19 int load_image(struct image *img, const char *fname);
20 int save_image(struct image *img, const char *fname);
22 int cmp_image(struct image *a, struct image *b);
24 void blit(struct image *src, int sx, int sy, int w, int h, struct image *dst, int dx, int dy);