Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FImageUtils
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ImageUtils.h |
| Include | #include "ImageUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ImageUtils.cpp |
static bool DecompressImage
(
const void * InCompressedData,
int64 InCompressedSize,
FImage & OutImage
)
Remarks
"Decompress" an image to a file format. Here "Compress" really means put an image into file format binary.
Parameters
| Name | Description |
|---|---|
| InCompressedData | File formatted image bits to unpack |
| InCompressedSize | Size of InCompressedData |
| OutImage | Filled with the decompressed image and allocated as needed |