binary_data property

binary_data property

Returns the copy of an image’s data. Read-only int[].

Definition:

@property
def binary_data(self):
    ...

See Also