crop_width property

crop_width property

Gets or sets the width of the resulting cropped image in XmpCameraRawPackage.crop_units units.

Definition:

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

See Also