max_width property

max_width property

Maximum width of an output image in pixels.

Definition:

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

See Also