cee::ImageIoJpeg

class ImageIoJpeg

Helper class for reading and writing JPEG images.

Public Static Functions

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

Loads JPEG image from file.

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

Saves image as JPEG file.