Navigation
Filters
Classes
| Type | Name | Description | |
|---|---|---|---|
| FBitmapFileHeader | .BMP file header. | ||
| FBitmapInfoHeader | .BMP subheader. | ||
| FBitmapInfoHeaderV4 | .BMP subheader V4 | ||
| FBmiColorsMask | Used by InfoHeaders pre-version 4, a structure that is declared after the FBitmapInfoHeader. | ||
| FTGAFileHeader | |||
| IImageWrapper | Interface for image wrappers. | ||
| IImageWrapperModule | Interface for image wrapper modules. | ||
| ImageWrapperHelper | ImageWrapperHelper is deprecated, use IImageWrapperModule instead. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EBitmapCompression | Bitmap compression types. | ||
| EBitmapCSType | Color space type of the bitmap, property introduced in Bitmap header version 4. | ||
| EBitmapHeaderVersion | Bitmap info header versions. | ||
| EImageCompressionQuality | Enumerates available image compression qualities. | ||
| EImageFormat | NOTE: you should not write code that talks directly to individual ImageWrappers | ||
| ERGBFormat | Enumerates the types of RGB formats this class can handle. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DecompressTGA_helper
(
const FTGAFileHeader* TGA, |
This helper allows to decompress TGA data in a pre-allocated memory block. |