Namespace: Rx::Codec – Class: CTiff – Header: Rx.Codec/Tiff.h

CTiff::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.