Image.File
Fields / Optional
format
The image file format. If unknown, the format is inferred from the data stream.
The following default image file formats are available:
-
'Any'
Automatic image format
-
'BMP'
The BMP image file format.
Write supported: yes
IANA media type:image/bmp
File extensions:.bmp
-
'DDS'
The DDS image file format.
Write supported: no
IANA media type: none
File extensions:.dds
-
'GIF'
The GIF image file format.
Write supported: no
IANA media type:image/gif
File extensions:.gif
-
'JPG'
The JPEG image file format.
Write supported: no
IANA media type:image/jpeg
File extensions:.jpeg .jpg
-
'PNG'
The PNG image file format.
Write supported: no
IANA media type:image/png
File extensions:.png
-
'PXB'
The PXB image file format ('PiXel Buffer', proprietary).
Write supported: no
IANA media type: none
File extensions:.pxb
-
'TGA'
The TGA image file format.
Write supported: yes
IANA media type: none
File extensions:.tga
-
'TIFF'
The TIFF image file format.
Write supported: no
IANA media type:image/tiff
File extensions:.tif .tiff
-
'TXB'
The TXB image file format ('TeXel Buffer', proprietary).
Write supported: no
IANA media type: none
File extensions:.txb
-
'GDAL'
Uses GDAL (>= v1.11), if installed.
-
'GDAL+PROJ'
Uses GDAL (>= v1.11) + PROJ(>= v4), if installed.