crop_top property

crop_top property

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

Definition:

@property
def crop_top(self):
    ...

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

See Also