crop_bottom property

crop_bottom property

Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. Read/write float.

Definition:

@property
def crop_bottom(self):
    ...

@crop_bottom.setter
def crop_bottom(self, value):
    ...

See Also