Enum ImageFileType
Image file format
public enum ImageFileType
- Extension Methods
Fields
Bmp = 4A BMP file.
Dds = 0A DDS file.
Gif = 2A GIF file.
Jpg = 3A JPG file.
Png = 1A PNG file.
Tga = 7A TGA File.
Tiff = 5A TIFF file.
Tktx = 8A TKTX File.
This is a format available with this toolkit, similar to DDS, but It doesn't require any conversion and is a straight dump of the memory pixel buffers.
Wmp = 6A WMP file.