Artec 3D Scanning SDK  2.0
Namespaces | Functions
ImageIO.h File Reference
#include <artec/sdk/base/BaseSdkDefines.h>
#include <artec/sdk/base/Errors.h>
#include <artec/sdk/base/IImage.h>

Go to the source code of this file.

Namespaces

 artec
 
 artec::sdk
 
 artec::sdk::base
 
 artec::sdk::base::io
 

Functions

ErrorCode ABASESDK_LINK_SPEC artec::sdk::base::io::loadImage32fFromFile (IImage **image, const wchar_t *path)
 Load float-value image from file. More...
 
ErrorCode ABASESDK_LINK_SPEC artec::sdk::base::io::saveImage32fToFile (const wchar_t *path, const IImage *image)
 Save float-value image to file. More...
 
ErrorCode ABASESDK_LINK_SPEC artec::sdk::base::io::loadImageFromFile (IImage **image, const wchar_t *path)
 Load image from file having automatically detected its type based on its extension. More...
 
ErrorCode ABASESDK_LINK_SPEC artec::sdk::base::io::loadImageFromBlob (IImage **image, const IBlob *data, const wchar_t *formatExt)
 Load image from data in the memory buffer having automatically detected its type based on its extension. More...
 
ErrorCode ABASESDK_LINK_SPEC artec::sdk::base::io::saveImageToFile (const wchar_t *path, const IImage *image)
 Save image to file having automatically detected its type based on its extension. More...
 
ErrorCode ABASESDK_LINK_SPEC artec::sdk::base::io::saveImageToBlob (IBlob **data, const IImage *image, const wchar_t *formatExt)
 Save image to memory buffer having automatically detected its type based on its extension. More...