|
ClanLib
2.3.7
|
Surface provider that can load targa (.tga) files. More...
#include <targa_provider.h>
Static Public Member Functions | |
Construction | |
| static CL_PixelBuffer | load (const CL_String &filename, const CL_VirtualDirectory &directory) |
| Called to load an image with this provider type. More... | |
| static CL_PixelBuffer | load (const CL_String &fullname) |
| static CL_PixelBuffer | load (CL_IODevice &file) |
| static void | save (CL_PixelBuffer buffer, const CL_String &filename, CL_VirtualDirectory &directory) |
| static void | save (CL_PixelBuffer buffer, const CL_String &fullname) |
| static void | save (CL_PixelBuffer buffer, CL_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 |
1.8.4