file_type property

file_type property

Gets the file type metadata package.

Example

This code sample demonstrates how to extract common image properties such as width and height, MIME type, byte order, etc.

Definition:

@property
def file_type(self):
    ...

See Also