#include <photo_image.hpp>
Definition at line 40 of file photo_image.hpp.
◆ photo_image()
| photo_image::photo_image |
( |
void |
| ) |
|
◆ ~photo_image()
| photo_image::~photo_image |
( |
void |
| ) |
|
◆ getBytesPerPixel()
| size_t photo_image::getBytesPerPixel |
( |
void |
| ) |
|
◆ getDataAddress()
| char * photo_image::getDataAddress |
( |
void |
| ) |
|
◆ getHeight()
| int photo_image::getHeight |
( |
void |
| ) |
|
◆ getImageSize()
| size_t photo_image::getImageSize |
( |
void |
| ) |
|
◆ getWidth()
| int photo_image::getWidth |
( |
void |
| ) |
|
◆ photo_image_read()
| bool photo_image::photo_image_read |
( |
const std::string & |
filename | ) |
|
◆ photo_image_set_size()
| void photo_image::photo_image_set_size |
( |
int |
image_width, |
|
|
int |
image_height, |
|
|
size_t |
image_bytes_per_pixel |
|
) |
| |
◆ photo_image_write()
| bool photo_image::photo_image_write |
( |
const std::string & |
filename | ) |
|
◆ bytes_per_pixel_
| size_t photo_image::bytes_per_pixel_ |
|
private |
◆ data_
◆ height_
◆ image_size_
| size_t photo_image::image_size_ |
|
private |
◆ width_
The documentation for this class was generated from the following files: