Image provider that can load JPEG (.jpg) files. More...
#include <jpeg_format.h>
Static Public Member Functions | |
static PixelBufferPtr | load (const std::string &filename, bool srgb=false) |
static PixelBufferPtr | load (const IODevicePtr &file, bool srgb=false) |
static void | save (PixelBufferPtr buffer, const std::string &filename, int quality=85) |
static void | save (PixelBufferPtr buffer, const IODevicePtr &file, int quality=85) |
Image provider that can load JPEG (.jpg) files.
|
static |
|
static |
|
static |
|
static |