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

CImageFile::Read Static Method

C++
static void Read(CRxImage& xTrgImg, const CRxString& sxFilename)

Reads the given file and stores the decoded image into target image.

Parameters

[CRxImage&] xTrgImg

[out] The target image.

[const CRxString&] sxFilename

The filename of the file to read.