Table of Contents

Enum ImageFileType

Namespace
SharpDX.Toolkit.Graphics
Assembly
HelixToolkit.SharpDX.dll

Image file format

public enum ImageFileType
Extension Methods

Fields

Bmp = 4

A BMP file.

Dds = 0

A DDS file.

Gif = 2

A GIF file.

Jpg = 3

A JPG file.

Png = 1

A PNG file.

Tga = 7

A TGA File.

Tiff = 5

A TIFF file.

Tktx = 8

A 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 = 6

A WMP file.