Method
AppStreamComposeImagesave_pixbuf
Declaration [src]
GdkPixbuf*
asc_image_save_pixbuf (
AscImage* image,
guint width,
guint height,
AscImageSaveFlags flags
)
Parameters
width |
guint |
Target width, or 0 for default. |
|
height |
guint |
Target height, or 0 for default. |
|
flags |
AscImageSaveFlags |
Some |
Return value
Returns: | GdkPixbuf |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |