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