#include <png_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 &dev) |
| Load. | |
| static void | save (CL_PixelBuffer buffer, const CL_String &filename, CL_VirtualDirectory &directory) |
| Called to save a given PixelBuffer to a file. | |
| static void | save (CL_PixelBuffer buffer, const CL_String &fullname) |
| static void | save (CL_PixelBuffer buffer, CL_IODevice &iodev) |
| Save the given PixelBuffer to an output device. | |
|
|
Load.
|
|
|
|
|
||||||||||||
|
Called to load an image with this provider type.
|
|
||||||||||||
|
Save the given PixelBuffer to an output device.
|
|
||||||||||||
|
|
|
||||||||||||||||
|
Called to save a given PixelBuffer to a file.
|
1.4.6