ITextureCodec

public interface ITextureCodec

Codec for textures

Methods

MethodDescription
getDecoders()Gets supported texture decoders.
getEncoders()Gets supported texture encoders.

getDecoders()

public abstract ITextureDecoder[] getDecoders()

Gets supported texture decoders.

Returns: com.aspose.threed.ITextureDecoder[]

getEncoders()

public abstract ITextureEncoder[] getEncoders()

Gets supported texture encoders.

Returns: com.aspose.threed.ITextureEncoder[]