Wavelet and Image class library  1.3.2
JpgReader.hh
Go to the documentation of this file.
00001 /*
00002  * class JpgReader
00003  *
00004  * $Date$
00005  * $Revision$
00006  *
00007  */
00008 
00009 #ifndef JPG_READER_HH__
00010 #define JPG_READER_HH__
00011 
00012 #include "WImage/PixmapReader.hh"
00013 
00023 class
00024 JpgReader: public PixmapReader
00025 {
00026 public:
00033   JpgReader (char const * name, Image *images[])
00034     : PixmapReader (name, images, 3) { }
00035 
00036 protected:
00041   virtual int readfmt (void);
00042 
00043 }; /* class JpgReader */
00044 
00047 #endif /* JPG_READER_HH__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines