iDRS™ SDK 16
Loading...
Searching...
No Matches
CImageIO Class Reference

The CImageIO class manages loading and saving of images for the iDRS. More...

#include <idrs_common.h>

Inheritance diagram for CImageIO:
CObjPtr CObj CObj

Detailed Description

The CImageIO class manages loading and saving of images for the iDRS.

An image is a buffer of pixels and some characteristics such as width, height, resolution.

The class CImageIO offers a set of convenient methods for loading and saving images.

Remarks
As this class doesn't keep session-related data, it can be safely used from different threads simultenaously for Save/Load operations.