Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FImageOperator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FImage > ImagePixelFormat
(
int32 Quality, |
Convert an image to another pixel format. | MuR/Image.h | |
void ImagePixelFormat
(
bool& bOutSuccess, |
Convert an image to another pixel format. Not all format conversions are implemented. | MuR/Image.h | |
void ImagePixelFormat
(
bool& bOutSuccess, |
MuR/Image.h |
ImagePixelFormat(int32, const FImage *, EImageFormat, int32)
Warnings * Not all format conversions are implemented.
Description
Convert an image to another pixel format. Allocates the destination image.
Not all format conversions are implemented.
| Name | ImagePixelFormat |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Image.h |
| Include Path | #include "MuR/Image.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/OpImagePixelFormat.cpp |
TSharedPtr < FImage > ImagePixelFormat
(
int32 Quality,
const FImage * Base,
EImageFormat TargetFormat,
int32 OnlyLOD
)
nullptr if the conversion failed, usually because not enough memory was allocated in the result. This is only checked for RLE compression.
Parameters
| Name | Remarks |
|---|---|
| onlyLOD | If different than -1, only the specified lod level will be converted in the returned image. |
ImagePixelFormat(bool &, int32, FImage , const FImage , int32)
Warnings * Not all format conversions are implemented.
Description
Convert an image to another pixel format.
Not all format conversions are implemented.
| Name | ImagePixelFormat |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Image.h |
| Include Path | #include "MuR/Image.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/OpImagePixelFormat.cpp |
void ImagePixelFormat
(
bool & bOutSuccess,
int32 Quality,
FImage * Result,
const FImage * Base,
int32 OnlyLOD
)
false if the conversion failed, usually because not enough memory was allocated in the result. This is only checked for RLE compression.
Parameters
| Name | Remarks |
|---|---|
| onlyLOD | If different than -1, only the specified lod level will be converted in the returned image. |
ImagePixelFormat(bool &, int32, FImage , const FImage , int32, int32, int32)
| Name | ImagePixelFormat |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Image.h |
| Include Path | #include "MuR/Image.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/OpImagePixelFormat.cpp |
void ImagePixelFormat
(
bool & bOutSuccess,
int32 Quality,
FImage * Result,
const FImage * Base,
int32 BeginResultLOD,
int32 BeginBaseLOD,
int32 NumLODs
)