Gimp.Image.get_precision

@accepts(Gimp.Image)
@returns(Gimp.Precision)
def get_precision(self):
    # Python wrapper for gimp_image_get_precision()
  

Get the precision of the image.

This procedure returns the image's precision.

Since 2.10

self

The image.

Returns