17 namespace artec { 
namespace sdk { 
namespace base { 
namespace io {
 
ErrorCode ABASESDK_LINK_SPEC loadPngImageFromBlob(IImage **image, const IBlob *data)
Interface for common raster image objects. 
Class to save/load PNG files. 
static ErrorCode load(IImage **image, const wchar_t *path)
static ErrorCode load(IImage **image, const IBlob *data)
static ErrorCode save(IBlob **data, const IImage *image)
Interface for Binary Large Object (memory chunk) with smart reference counting. 
ErrorCode ABASESDK_LINK_SPEC savePngImageToFile(const wchar_t *path, const IImage *image)
ErrorCode ABASESDK_LINK_SPEC savePngImageToBlob(IBlob **data, const IImage *image)
ErrorCode ABASESDK_LINK_SPEC loadPngImageFromFile(IImage **image, const wchar_t *path)
#define ABASESDK_LINK_SPEC
static ErrorCode save(const wchar_t *path, const IImage *image)