content_type property

content_type property

Returns a MIME type of an image, encoded in PPImage.binary_data. Read-only str.

Definition:

@property
def content_type(self):
    ...

See Also