|
| | Image (const std::string &format, const boost::filesystem::path &source, const std::string &trans, unsigned width, unsigned height) |
| | Image constructor. More...
|
| |
| const std::string & | getFormat () const noexcept |
| | Get the format of the file (if provided). More...
|
| |
| const boost::filesystem::path & | getSource () const noexcept |
| | Get the path to the image file. More...
|
| |
| const std::string | getTransparent () const noexcept |
| | Get the transparent color (if provided) More...
|
| |
| unsigned | getWidth () const noexcept |
| | Get the width of the image (if provided) More...
|
| |
| unsigned | getHeight () const noexcept |
| | Get the height of the image (if provided) More...
|
| |
| bool | hasSize () const noexcept |
| | Tell whether the width and height are set. More...
|
| |
| Size | getSize () const noexcept |
| | Get the declared size of the image. More...
|
| |
An image is an image file on the system.