|
Assignments
Assignments
|
#include "image.h"Go to the source code of this file.
Namespaces | |
| namespace | Image |
Functions | |
| void | Image::JPEGReadImage (std::string fileName, Image32 &img) |
| void | Image::JPEGReadImage (FILE *fp, Image32 &img) |
| void | Image::JPEGWriteImage (const Image32 &img, std::string fileName, int quality) |
| void | Image::JPEGWriteImage (const Image32 &img, FILE *fp, int quality) |