[ Version ( since = "2.36" ) ]
public bool copy_options (Pixbuf dest_pixbuf)
Copies the key/value pair options attached to a `GdkPixbuf` to another `GdkPixbuf`.
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.
this |
the source pixbuf |
dest_pixbuf |
the destination pixbuf |
`TRUE` on success. |