31 #include "../Image/pixel_buffer.h" 32 #include "../../Core/IOData/file_system.h"
static void save(PixelBuffer buffer, const std::string &filename, FileSystem &fs)
I/O Device interface.
Definition: iodevice.h:49
Pixel data container.
Definition: pixel_buffer.h:67
Surface provider that can load targa (.tga) files.
Definition: targa_provider.h:42
Virtual File System (VFS).
Definition: file_system.h:46
static PixelBuffer load(const std::string &filename, const FileSystem &fs, bool srgb=false)
Called to load an image with this provider type.