cee::ImageIoJpeg Class Reference

Helper class for reading and writing JPEG images. More...

Static Public Member Functions

static PtrRef< ImageloadImage (const Str &fileName)
 Loads JPEG image from file. More...
 
static bool saveImage (const Image &image, const Str &fileName)
 Saves image as JPEG file. More...
 

Detailed Description

Helper class for reading and writing JPEG images.

Member Function Documentation

PtrRef< Image > cee::ImageIoJpeg::loadImage ( const Str fileName)
static

Loads JPEG image from file.

bool cee::ImageIoJpeg::saveImage ( const Image image,
const Str fileName 
)
static

Saves image as JPEG file.