crop_right property

crop_right property

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

Definition:

@property
def crop_right(self):
    ...

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

See Also