EImageFormat

Enumerates the types of image formats this class can handle.

Windows
MacOS
Linux

References

Module

ImageWrapper

Header

/Engine/Source/Runtime/ImageWrapper/Public/IImageWrapper.h

Include

#include "IImageWrapper.h"

Syntax

enum EImageFormat
{
    Invalid          = -1,
    PNG              = 0,
    JPEG,
    GrayscaleJPEG,
    BMP,
    ICO,
    EXR,
    ICNS,
}

Values

Name

Description

Invalid

Invalid or unrecognized format.

PNG

Portable Network Graphics.

JPEG

Joint Photographic Experts Group.

GrayscaleJPEG

Single channel JPEG.

BMP

Windows Bitmap.

ICO

Windows Icon resource.

EXR

OpenEXR (HDR) image file format.

ICNS

Mac icon.

Remarks

Enumerates the types of image formats this class can handle.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss