Method

CdkPixbufPixbufcopy_options

since: 2.36

Declaration [src]

gboolean
cdk_pixbuf_copy_options (
  CdkPixbuf* src_pixbuf,
  CdkPixbuf* dest_pixbuf
)

Description [src]

Copies the key/value pair options attached to a CdkPixbuf to another CdkPixbuf.

This is useful to keep original metadata after having manipulated a file. However be careful to remove metadata which you’ve already applied, such as the “orientation” option after rotating the image.

Available since: 2.36

Parameters

dest_pixbuf

Type: CdkPixbuf

The destination pixbuf.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE on success.