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 void PNGCompressImageArray
&40;
int32 ImageWidth,
int32 ImageHeight,
const TArrayView64< const FColor > & SrcData,
TArray64< uint8 > & DstData
&41;
Remarks
Compress image to PNG format uint8 array. deprecated, use CompressImage instead
Parameters
| Name | Description |
|---|---|
| ImageHeight | Source image width. |
| ImageWidth | Source image height. |
| SrcData | Raw image array. |
| DstData | compressed image array. |