Gimp.Image.prototype.get_metadata

function get_metadata(): Gimp.Metadata {
    // Gjs wrapper for gimp_image_get_metadata()
}
  

Returns the image's metadata.

Returns exif/iptc/xmp metadata from the image.

Since 2.10

Returns

The exif/ptc/xmp metadata, or null if there is none.