The Fast Light Environment Kit
class FJPEG
Include Files
#include <Flek/FJPEG.H>
Description
The FJPEG class provides static methods that read, write and test JPEG images.
Methods
Method Descriptions
read
static FImage * FJPEG::read(char *filename);
Read a JPEG from disk and return a new fImage object.
write
static int FJPEG::write(char *filename, FImage* img, int qaulity);
Write a JPEG to disk from an fImage object.
© 2000 the Flek Development team.
Generated by ScanDoc
Last Updated: Tue May 15 8:50:06 2001