All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Luminous::ImageInfo Struct Reference

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.
 

Detailed Description

Simple struct containing basic image information that can be quickly queried (with Image::ping) without loading the full image.