33 #include "../Image/pixel_buffer.h" 34 #include "../../Core/IOData/file_system.h"
I/O Device interface.
Definition: iodevice.h:50
Pixel data container.
Definition: pixel_buffer.h:68
static PixelBuffer load(const std::string &filename, const FileSystem &fs, bool srgb=false)
Called to load an image with this provider type.
Virtual File System (VFS).
Definition: file_system.h:47
static void save(PixelBuffer buffer, const std::string &filename, FileSystem &fs)
Called to save a given PixelBuffer to a file.
Surface provider that can load PNG (.png) files.
Definition: png_provider.h:44