Top | ![]() |
![]() |
![]() |
![]() |
EntangleImage *
entangle_image_new_file (const char *filename
);
Create a new image instance for the image stored in
filename
.
EntangleImage *
entangle_image_new_pixbuf (GdkPixbuf *pixbuf
);
Create a new image instance for the image data stored
in pixbuf
GdkPixbuf *
entangle_image_get_pixbuf (EntangleImage *image
);
Get the pixbuf associated with the image, if it is available
void entangle_image_set_pixbuf (EntangleImage *image
,GdkPixbuf *pixbuf
);
Set the pixbuf associated with the image