artec::sdk::base::io::Bmp Class Reference

#include <artec/sdk/base/IO/BmpIO.h>

Static Public Member Functions

static ErrorCode save (const wchar_t *path, const IImage *image)
 
static ErrorCode save (IBlob **data, const IImage *image)
 
static ErrorCode load (IImage **image, const wchar_t *path)
 
static ErrorCode load (IImage **image, const IBlob *data)
 

Detailed Description

Definition at line 44 of file BmpIO.h.

Member Function Documentation

static ErrorCode artec::sdk::base::io::Bmp::load ( IImage **  image,
const wchar_t *  path 
)
inlinestatic

Load image from BMP file/blob

Parameters
image- loaded image
path- file path to load image from
data- blob to load image from

Definition at line 68 of file BmpIO.h.

static ErrorCode artec::sdk::base::io::Bmp::load ( IImage **  image,
const IBlob data 
)
inlinestatic

Load image from BMP file/blob

Parameters
image- loaded image
path- file path to load image from
data- blob to load image from

Definition at line 72 of file BmpIO.h.

static ErrorCode artec::sdk::base::io::Bmp::save ( const wchar_t *  path,
const IImage image 
)
inlinestatic

Save image to BMP file/blob

Parameters
path- file path to save image to
data- blob pointer to save image to
image- image to be saved (not empty, 1 or 3 channels)

Definition at line 53 of file BmpIO.h.

static ErrorCode artec::sdk::base::io::Bmp::save ( IBlob **  data,
const IImage image 
)
inlinestatic

Save image to BMP file/blob

Parameters
path- file path to save image to
data- blob pointer to save image to
image- image to be saved (not empty, 1 or 3 channels)

Definition at line 57 of file BmpIO.h.


The documentation for this class was generated from the following file: