crop_left property

crop_left property

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

Definition:

@property
def crop_left(self):
    ...

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

See Also