#include "ImageSource.h"
#include "Image.h"
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <unistd.h>
#include <iostream>
#include <string>
#include <strstream>
#include "jpeglib.h"
Go to the source code of this file.
Compounds | |
| class | JPEGSource |
| A class which implements the ImageSource interface as a source of Images from a file stored in the jpeg format. More... | |
The source code for this class can be found in JPEGSource.cpp
Definition in file JPEGSource.h.
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001