Gimp.Image.get_layer_by_name

@accepts(Gimp.Image, unicode)
@returns(Gimp.Layer)
def get_layer_by_name(self, name):
    # Python wrapper for gimp_image_get_layer_by_name()
  

Find a layer with a given name in an image.

This procedure returns the layer with the given name in the specified image.

Since 2.8

self

The image.

name

The name of the layer to find.

Returns