Namespace: Rx::Codec – Class: CBmp – Header: Rx.Codec/Bmp.h

CBmp::Encode Method

C++
virtual void Encode(Rx::IMemory* pTrgMem, const CRxImage& xSrcImg)

Encodes the image pSrcImg and store the encoded data in pTrgMem. Works only with: RGB (8 Bit, 24 Bit), Lum (8 Bit)

Parameters

[Rx::IMemory*] pTrgMem

[out] Encoded memory.

[const CRxImage&] xSrcImg

Decodec image.