CJpg::Decode Method
C++
void Decode(CRxImage& trgImg, const Rx::IMemoryAccess& srcMemory)
Decodes the data in the given memory and stores the result in the given image.
Parameters
[CRxImage&] trgImg |
[out] The decodec image. |
[const Rx::IMemoryAccess&] srcMemory |
The encodec memory. |