Gimp.Image.is_valid

@accepts(Gimp.Image)
@returns(bool)
def is_valid(self):
    # Python wrapper for gimp_image_is_valid()
  

Returns TRUE if the image is valid.

This procedure checks if the given image is valid and refers to an existing image.

Since 2.4

self

The image to check.

Returns