#include <jpeg_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. | |
| 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, int quality=85) |
| Save the given PixelBuffer into a JPEG. | |
| static void | save (CL_PixelBuffer buffer, const CL_String &fullname, int quality=85) |
| static void | save (CL_PixelBuffer buffer, CL_IODevice &file, int quality=85) |
|
|
|
|
|
|
|
||||||||||||
|
Called to load an image with this provider type.
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
Save the given PixelBuffer into a JPEG.
|
1.4.6