Gimp.Metadata.prototype.set_from_iptc

function set_from_iptc(iptc_data: ByteArray): Boolean {
    // Gjs wrapper for gimp_metadata_set_from_iptc()
}
  

Sets the tags from a piece of IPTC data on metadata.

Since 2.10

iptc_data

The blob of Iptc data to set

Returns

true on success, false otherwise.