Namespace: Rx::Codec – Class: CJpg – Header: Rx.Codec/Jpg.h

CJpg::Decode Method

C++
virtual void Decode(CRxImage& xTrgImg, const Rx::IMemoryAccess* pSrcMem)

Decodes the data in pSrcMem and store the decoded image in pTrgImg. Works only with:

PixelType: RGB (24 Bit), Lum (8 Bit)

DataType: UByte, Byte, Short, UShort, Int, UInt.

Parameters

[CRxImage&] xTrgImg

[out] Decodec image.

[const Rx::IMemoryAccess*] pSrcMem

Encodec memory.