![]() |
SqueezeBrains SDK 1.18
|
Defines an image. More...
#include <sb.h>

Data Fields | |
| unsigned char * | data |
| Pointer to the data. | |
| unsigned char * | free_data |
| int | width |
| Width, in pixel, of the image. | |
| int | height |
| Height, in pixel, of the image. | |
| int | width_step |
| Number of bytes to move the pointer to one row to the next one. | |
| int | size |
| Dimension, in bytes, of the vector sb_t_image::data . | |
| int | free_data_size |
| sb_t_image_format | format |
| Format of the image pixel. | |
| int | bytes_per_pixel |
| Number of bytes of each pixel. More... | |
| sb_t_image_compress_type | compression |
| Image compression type. | |
| int | free_rle |
| sb_t_rle | rle |
| Image rle data (valid in case the image compression type is SB_IMAGE_COMPRESS_RLE) | |
| int sb_t_image::bytes_per_pixel |
Number of bytes of each pixel.
The values are:
| unsigned char* sb_t_image::free_data |
| int sb_t_image::free_data_size |
Dimension, in bytes, of the vector sb_t_image::free_data .
| int sb_t_image::free_rle |