ImageFileFormatEnum
- enum xrfeitoria.data_structure.constants.ImageFileFormatEnum(value)[source]
Image file format enum.
- Member Type:
str
Valid values are as follows:
- png = <ImageFileFormatEnum.png: 'PNG'>
- bmp = <ImageFileFormatEnum.bmp: 'BMP'>
- jpg = <ImageFileFormatEnum.jpg: 'JPEG'>
- exr = <ImageFileFormatEnum.exr: 'OPEN_EXR'>