CJpg::Encode Method
C++
void Encode(Rx::IMemory& trgMemory, const CRxImage& srcImg)
Encodes the given image and stores the encoded data in the given memory.
Parameters
[Rx::IMemory&] trgMemory |
[out] The encoded memory. |
[const CRxImage&] srcImg |
The image. |