#include "common/common.h"
#include "common/wave_ex.h"
Go to the source code of this file.
Classes | |
struct | media::image_t |
this is a basic image object. More... | |
class | media::ImageLoader |
anyone wanting to support loading an image type must provide this interface. More... | |
Namespaces | |
namespace | nstream |
namespace | media |
Enumerations | |
enum | media::eColorFormat { media::eColorFormat_Grayscale = 1, media::eColorFormat_GrayAlpha = 2, media::eColorFormat_RGB = 5, media::eColorFormat_RGBA = 6, media::eColorFormat_Invalid = 0 } |
refers to what sort of data you have per-pixel in the image More... |