Method

PurpleImagesave

since: 3.0

Declaration [src]

gboolean
purple_image_save (
  PurpleImage* image,
  const gchar* path
)

Description [src]

Saves an image to the disk.

Available since: 3.0

Parameters

path

Type: const gchar*

Destination of a saved image file.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if succeeded, FALSE otherwise.