Gimp.Metadata.set_from_xmp

@accepts(Gimp.Metadata, [guint8], int)
@returns(bool)
def set_from_xmp(self, xmp_data, xmp_data_length):
    # Python wrapper for gimp_metadata_set_from_xmp()
  

Sets the tags from a piece of XMP data on self.

Since 2.10

self

A Gimp.Metadata instance.

xmp_data

The blob of XMP data to set

xmp_data_length

Length of xmp_data, in bytes

Returns