Gimp.Layer.resize_to_image_size
@accepts(Gimp.Layer)
@returns(bool)
def resize_to_image_size(self):
# Python wrapper for gimp_layer_resize_to_image_size()
Resize a layer to the image size.
This procedure resizes the layer so that it's new width and height are equal to the width and height of its image container.
- self
The layer to resize.
- Returns