Method
AppStreamComposeImagesave_pixbuf
Declaration [src]
GdkPixbuf*
asc_image_save_pixbuf (
  AscImage* image,
  guint width,
  guint height,
  AscImageSaveFlags flags
)
Parameters
- width
- 
            Type: guintTarget width, or 0 for default. 
- height
- 
            Type: guintTarget height, or 0 for default. 
- flags
- 
            Type: AscImageSaveFlagsSome AscImageSaveFlagsvalues, e.g.ASC_IMAGE_SAVE_FLAG_PAD_16_9
Return value
Type: GdkPixbuf
A GdkPixbuf of the specified size.
| The caller of the method takes ownership of the data, and is responsible for freeing it. |