Gimp.Image.prototype.get_parasite

function get_parasite(name: String): Gimp.Parasite {
    // Gjs wrapper for gimp_image_get_parasite()
}
  

Look up a parasite in an image

Finds and returns the parasite that was previously attached to an image.

Since 2.8

name

The name of the parasite to find.

Returns

The found parasite.