image_width property

image_width property

Gets or sets the number of columns of image data, equal to the number of pixels per row.

Definition:

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

See Also