cee::ImageIoPng

class ImageIoPng

Helper class for reading and writing PNG images.

Public Static Functions

static PtrRef<Image> loadImage(const Str &fileName)

Loads PNG image from file.

static bool saveImage(const Image &image, const Str &fileName)

Saves image as PNG file.