Class to save/load BMP files.
More...
#include <artec/sdk/base/io/BmpIO.h>
Class to save/load BMP files.
Definition at line 44 of file BmpIO.h.
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.
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 where to save image |
data | - blob pointer where to save image |
image | - image to save (not empty, 1 or 3 channels) |
Definition at line 53 of file BmpIO.h.
Save image to BMP file/blob
- Parameters
-
path | - file path where to save image |
data | - blob pointer where to save image |
image | - image to save (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: