1 #ifndef __TBO_PIX_IMAGE__
2 #define __TBO_PIX_IMAGE__
8 typedef tbo_object PIXImage;
10 PIXImage * tbo_piximage_new ();
11 PIXImage * tbo_piximage_new_width_params (int x, int y, int width, int height, const char *path);
12 void tbo_pix_image_free (PIXImage *self);
13 void tbo_pix_image_draw (PIXImage *self, Frame *frame, cairo_t *cr);
14 void tbo_pix_image_save (PIXImage *self, FILE *file);
15 PIXImage * tbo_pix_image_clone (PIXImage *self);