Namespace: Rx::Codec – Class: IImageCodec – Header: Rx.Codec/IImageCodec.h
IImageCodec Class
C++
#include "Rx.Codec/IImageCodec.h"
class IImageCodec : public ICodec
Image Codec Interface.
Destructor
~IImageCodec() | Destructor. |
Methods
Encode(pTrgMem, xSrcImg) | Encodes the given image and stores the encoded data in the given memory. |
Decode(xTrgImg, pSrcMem) | Decodes the data in the given memory and stores the result in the given image. |
GetCodecName() | Gets the codec name. (Inherited from ICodec) |