30#ifndef _SILLYTGAImageLoader_h_
31#define _SILLYTGAImageLoader_h_
33#include "SILLYImageLoader.h"
59#ifdef SILLY_OPT_INLINE
60#include "SILLYTGAImageLoader.icpp"
Simple Image Loading LibrarY namespace.
PixelFormat
List all pixel format supported.
PixelOrigin
List all pixel origin supported.
ImageContext * loadHeader(PixelFormat &formatSource, DataSource *data)
Parse the header of the image and fill the header struct.
bool loadImageData(PixelOrigin origin, DataSource *data, ImageContext *context)
Parse the pixels data of the image and fill the header struct.
This is an abstract class used to provide data to the loader.
Store the data needed by an ImageLoader object during the parsing of an image.
This is an abstract class that define the interface of all image loader.