Gimp.Metadata.prototype.set_from_exif

function set_from_exif(exif_data: ByteArray): Boolean {
    // Gjs wrapper for gimp_metadata_set_from_exif()
}
  

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

Since 2.10

exif_data

The blob of Exif data to set

Returns

true on success, false otherwise.