file_extension property

file_extension property

The file extension (without leading dot character) of a particular image type in lower case.

For the Image2DFormat.undefined value returns the string ‘undefined’.

Definition:

@property
def file_extension(self):
    ...

See Also