ImageConversion

class in UnityEngine

Cambiar al Manual

Descripción

This class provides utility and extension methods to convert image data from or to PNG, EXR, TGA, and JPEG formats.

Variables Estáticas

EnableLegacyPngGammaRuntimeLoadBehaviorEnables legacy PNG runtime import behavior.

Funciones Estáticas

EncodeArrayToEXREncodes this array into the EXR format.
EncodeArrayToJPGEncodes this array into JPG format.
EncodeArrayToPNGEncodes this array into PNG format.
EncodeArrayToTGAEncodes this array into TGA format.
EncodeNativeArrayToEXREncodes this native array into the EXR format.
EncodeNativeArrayToJPGEncodes this native array into JPG format.
EncodeNativeArrayToPNGEncodes this native array into PNG format.
EncodeNativeArrayToTGAEncodes this native array into TGA format.
EncodeToEXREncodes this texture into the EXR format.
EncodeToJPGCodifica la textura en formato JPG.
EncodeToPNGCodifica la textura en formato PNG.
EncodeToTGAEncodes the specified texture in TGA format.
LoadImageLoads PNG/JPG (or supported format) image byte array into a texture.