ImageFileFormat Enumeration (Microsoft.DirectX.Direct3D)

Defines the supported image file formats.

Definition

Visual Basic Public Enum ImageFileFormat
C# public enum ImageFileFormat
C++ public enum class ImageFileFormat
JScript public enum ImageFileFormat

Members

Member Value Description
Pfm 8 Portable float map file format.
Hdr 7 High dynamic-range file format.
Dib 6 Microsoft Windows bitmap file format.
Ppm 5 Portable pixmap file format.
Dds 4 DirectDrawSurface file format.
Png 3 Portable Network Graphics file format.
Tga 2 Truevision Targa image file format.
Jpg 1 Joint Photographic Experts Group (JPEG) compressed file format.
Bmp 0 Microsoft Windows bitmap file format.

Enumeration Information

Namespace Microsoft.DirectX.Direct3D
Assembly Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll)
Strong Name Microsoft.DirectX.Direct3DX,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also