JpegReader-ipp.h
Go to the documentation of this file.
00001 #ifndef JPEG_READER_IPP_H
00002 #define JPEG_READER_IPP_H
00003 
00004 #include "JpegReader.h"
00005 
00006 class CJPEGDecoder;
00007 
00008 class JpegReaderIPP : public JpegReader
00009 {
00010     protected :
00011         CJPEGDecoder * decoder;
00012 
00013     public :
00014         JpegReaderIPP();
00015 
00016         virtual ~JpegReaderIPP();
00017 
00018         virtual bool load(char * filename);
00019         virtual bool load(const unsigned char * src, unsigned int srcsize);
00020 
00021         virtual void setOutputColorSpace(ColorSpace cspace);
00022 };
00023 
00024 
00025 
00026 
00027 #endif // JPEG_READER_H


canon_vbc50i
Author(s): Cedric Pradalier
autogenerated on Mon Jan 6 2014 11:18:27