image_format property

image_format property

Gets/sets an image format for resulting image.

Definition:

@property
def image_format(self):
    ...
@image_format.setter
def image_format(self, value):
    ...

See Also