Struct for image.
More...
#include <Image.hpp>
|
| using | pixel = unsigned char * |
| |
|
| | Image (const std::filesystem::path &path, bool flip=false) |
| | Load an image from a file.
|
| |
| | ~Image () |
| |
Struct for image.
Definition at line 19 of file Image.hpp.
◆ pixel
◆ Image()
| utl::Image::Image |
( |
const std::filesystem::path & | path, |
|
|
bool | flip = false ) |
|
explicit |
◆ ~Image()
◆ channels
| int utl::Image::channels = 0 |
◆ height
| int utl::Image::height = 0 |
◆ pixels
| pixel utl::Image::pixels = nullptr |
◆ width
| int utl::Image::width = 0 |
The documentation for this struct was generated from the following files: