uicore::PNGFormat Class Reference

Surface provider that can load PNG (.png) files. More...

#include <png_format.h>

Static Public Member Functions

static PixelBufferPtr load (const std::string &filename, bool srgb=false)
 
static PixelBufferPtr load (const IODevicePtr &device, bool srgb=false)
 
static void save (PixelBufferPtr buffer, const std::string &filename)
 
static void save (PixelBufferPtr buffer, const IODevicePtr &iodev)
 

Detailed Description

Surface provider that can load PNG (.png) files.

Member Function Documentation

static PixelBufferPtr uicore::PNGFormat::load ( const std::string filename,
bool  srgb = false 
)
static
static PixelBufferPtr uicore::PNGFormat::load ( const IODevicePtr device,
bool  srgb = false 
)
static
static void uicore::PNGFormat::save ( PixelBufferPtr  buffer,
const std::string filename 
)
static
static void uicore::PNGFormat::save ( PixelBufferPtr  buffer,
const IODevicePtr iodev 
)
static

The documentation for this class was generated from the following file: