Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Image::GetRawFormat method returns a GUID that indicates the file format of an image. The following constants, defined in Gdiplusimaging.h, represent the GUIDs that identify those file formats.
| Constant | Description |
|---|---|
|
Indicates the Windows BMP format. |
|
Indicates the EMF format. |
|
Indicates the Exif (Exchangeable Image File) format. |
|
Indicates the GIF format. |
|
Indicates the HEIF (High Efficiency Image Format) format. |
|
Indicates the Icon format. |
|
Indicates the JPEG format. |
|
Indicates that the image was constructed from a memory bitmap. |
|
Indicates the PNG format. |
|
Indicates the TIFF format. |
|
Indicates that GDI+ is unable to determine the format. |
|
Indicates the WebP format. |
|
Indicates the WMF format. |
Requirements
| Requirement | Value |
|---|---|
| Header |
|