Gimp.Metadata.prototype.set_from_xmp
function set_from_xmp(xmp_data: ByteArray): Boolean {
// Gjs wrapper for gimp_metadata_set_from_xmp()
}
Sets the tags from a piece of XMP data on metadata.
Since 2.10
- xmp_data
The blob of XMP data to set
- Returns
true on success, false otherwise.