Namespace: Rx::Codec – Class: CPng – Header: Rx.Codec/Png.h

CPng::Encode Method

C++
void Encode(const CRxImage& image, Rx::IIoStreamWriter& stream)

Encodes the given image into the given stream.

Parameters

[const CRxImage&] image

Source image.

[Rx::IIoStreamWriter&] stream

[in,out] The stream.