Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

plgifdec.h

Go to the documentation of this file.
00001 /*
00002 /--------------------------------------------------------------------
00003 |
00004 |      $Id: plgifdec.h,v 1.1 2004/05/21 21:02:52 maxx Exp $
00005 |
00006 |      Copyright (c) 1996-1998 Ulrich von Zadow
00007 |
00008 \--------------------------------------------------------------------
00009 */
00010 
00011 #ifndef INCL_PLGIFDEC
00012 #define INCL_PLGIFDEC
00013 
00014 #if _MSC_VER > 1000
00015 #pragma once
00016 #endif // _MSC_VER > 1000
00017 
00018 #include "plpicdec.h"
00019 
00020 class PLGIFDecoder : public PLPicDecoder  
00021 {
00022 public:
00023   void DoDecode (PLBmp * pBmp, PLDataSource * pDataSrc);
00024   PLGIFDecoder();
00025   virtual ~PLGIFDecoder();
00026 
00027 };
00028 
00029 #endif 
00030 
00031 /*
00032 /--------------------------------------------------------------------
00033 |
00034 |      $Log: plgifdec.h,v $
00035 |      Revision 1.1  2004/05/21 21:02:52  maxx
00036 |      Initial Version of vuVolume, moderatly changed to make it compile on my windows and linux machine.
00037 |
00038 |      Revision 1.1  2002/11/13 01:58:21  mspindle
00039 |      *** empty log message ***
00040 |
00041 |      Revision 1.2  2001/10/21 17:12:40  uzadow
00042 |      Added PSD decoder beta, removed BPPWanted from all decoders, added PLFilterPixel.
00043 |
00044 |      Revision 1.1  2001/09/16 19:03:22  uzadow
00045 |      Added global name prefix PL, changed most filenames.
00046 |
00047 |      Revision 1.2  2000/12/18 22:42:52  uzadow
00048 |      Replaced RGBAPIXEL with PLPixel32.
00049 |
00050 |      Revision 1.1  2000/12/08 13:41:23  uzadow
00051 |      Added gif support by Michael Salzlechner.
00052 |
00053 |
00054 \--------------------------------------------------------------------
00055 */

Generated on Wed Dec 15 21:20:30 2004 for vuVolume by  doxygen 1.3.9.1