Simple struct containing basic image information that can be quickly queried (with Image::ping) without loading the full image. More...
#include <Luminous/Image.hpp>
Public Attributes | |
| int | height |
| Height of the image. | |
| int | mipmaps |
| Number of embedded mipmaps, including the base image (1 if no mipmaps included) | |
| PixelFormat | pf |
| Pixel format of the image. | |
| int | width |
| Width of the image. | |
Simple struct containing basic image information that can be quickly queried (with Image::ping) without loading the full image.