Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/FImageOperator > API/Plugins/MutableRuntime/MuR/FImageOperator/ImagePixelFormat
Warnings * Not all format conversions are implemented.
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Image.h |
| Include | #include "MuR/Image.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/OpImagePixelFormat.cpp |
void ImagePixelFormat
&40;
bool & bOutSuccess,
int32 Quality,
Image &42; Result,
const Image &42; Base,
int32 OnlyLOD
&41;
Remarks
Convert an image to another pixel format.
Not all format conversions are implemented. false if the conversion failed, usually because not enough memory was allocated in the result. This is only checked for RLE compression.
Parameters
| Name | Description |
|---|---|
| onlyLOD | If different than -1, only the specified lod level will be converted in the returned image. |