ImageFileFormat Enumeration
|
Language: |
Note: This documentation is preliminary and is subject to change.
Defines the supported image file formats.
Definition
Visual Basic .NET |
Public Enum ImageFileFormat |
C# |
public enum ImageFileFormat |
Managed C++ |
__value public enum ImageFileFormat |
JScript .NET |
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.2902.0,
Culture=neutral,
PublicKeyToken=31bf3856ad364e35 |
See Also
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center