uicore::TargaFormat Class Reference

Surface provider that can load targa (.tga) files. More...

#include <targa_format.h>

Static Public Member Functions

static PixelBufferPtr load (const std::string &filename, bool srgb=false)
 
static PixelBufferPtr load (const IODevicePtr &file, bool srgb=false)
 
static void save (PixelBufferPtr buffer, const std::string &filename)
 
static void save (PixelBufferPtr buffer, const IODevicePtr &file)
 

Detailed Description

Surface provider that can load targa (.tga) files.

Member Function Documentation

static PixelBufferPtr uicore::TargaFormat::load ( const std::string filename,
bool  srgb = false 
)
static
static PixelBufferPtr uicore::TargaFormat::load ( const IODevicePtr file,
bool  srgb = false 
)
static
static void uicore::TargaFormat::save ( PixelBufferPtr  buffer,
const std::string filename 
)
static
static void uicore::TargaFormat::save ( PixelBufferPtr  buffer,
const IODevicePtr file 
)
static

The documentation for this class was generated from the following file: