Namespace: Rx – Class: CImageFile – Header: Rx.Codec/ImageFile.h

CImageFile::Write Static Method

C++
static void Write(const CRxImage& image, const CRxString& path)

Writes the given source image encoded to the given file. The codec is determined by the filename extension.

Parameters

[const CRxImage&] image

The source image.

[const CRxString&] path

The filename of the output file.