Namespace: Rx – Class: CImageFile – Header: Rx.Codec/ImageFile.h
CImageFile::Write Static Method
C++
static void Write(const CRxImage& image, const CRxString& path, Rx::Codec::IImageCodec& xCodec)
Writes the given source image encoded with the given codec to the given file.
Parameters
[const CRxImage&] image |
The source image. |
[const CRxString&] path |
The filename of the output file. |
[Rx::Codec::IImageCodec&] xCodec |
[in] The codec to use. |