max_height property

max_height property

Maximum height of an output image in pixels.

Definition:

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

See Also