Surface provider that can load targa (.tga) files. More...
#include <targa_provider.h>
| Static Public Member Functions | |
| static PixelBuffer | load (const std::string &filename, const FileSystem &fs, bool srgb=false) | 
| Called to load an image with this provider type. | |
| static PixelBuffer | load (const std::string &fullname, bool srgb=false) | 
| static PixelBuffer | load (IODevice &file, bool srgb=false) | 
| static void | save (PixelBuffer buffer, const std::string &filename, FileSystem &fs) | 
| static void | save (PixelBuffer buffer, const std::string &fullname) | 
| static void | save (PixelBuffer buffer, IODevice &file) | 
Surface provider that can load targa (.tga) files.
| 
 | static | 
Called to load an image with this provider type.
| name | Name of the file to load. | 
| directory | Directory that file name is relative to. | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static |