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 SaveImageByExtension
&40;
const TCHAR &42; Filename,
const FImageView & InImage,
int32 Quality
&41;
Remarks
Save an image. Extension of Filename will be used for output image file format. FImageView can be made from any surface pointer.
Parameters
| Name | Description |
|---|---|
| Filename | File name to save to, with extension to identify format |
| InImage | Image to save |
| Quality | Mainly for JPEG, but special values have some meaning for other formats |