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

pltiffenc.h

Go to the documentation of this file.
00001 /*
00002 /--------------------------------------------------------------------
00003 |
00004 |      $Id: pltiffenc.h,v 1.1 2004/05/21 21:02:53 maxx Exp $
00005 |
00006 |      Copyright (c) 1996-2002 Ulrich von Zadow
00007 |
00008 \--------------------------------------------------------------------
00009 */
00010 
00011 #ifndef INCL_PLTIFFENC
00012 #define INCL_PLTIFFENC
00013 
00014 #ifndef INCL_PLPICENC
00015 #include "plpicenc.h"
00016 #endif
00017 
00018 typedef struct tiff TIFF;
00019 
00021 class PLTIFFEncoder : public PLPicEncoder
00022 {
00023 
00024 public:
00026   PLTIFFEncoder
00027     ();
00028 
00030   virtual ~PLTIFFEncoder
00031     ();
00032 
00033   void SetCompression (PLWORD Compression);
00034 
00035 protected:
00037   virtual void DoEncode
00038     ( PLBmp* pBmp,
00039       PLDataSink* pDataSnk
00040     );
00041 
00043   virtual void DoTiffEncode
00044     ( PLBmp* pBmp,
00045       TIFF* tif
00046     );
00047 
00050   int SetBaseTags( TIFF*, PLBmp* );
00051 
00055   int SetField( TIFF*, int tag_id, ... );
00056 
00057 private:
00058   PLWORD m_Compression;
00059 };
00060 
00061 #endif
00062 
00063 /*
00064 /--------------------------------------------------------------------
00065 |
00066 |      $Log: pltiffenc.h,v $
00067 |      Revision 1.1  2004/05/21 21:02:53  maxx
00068 |      Initial Version of vuVolume, moderatly changed to make it compile on my windows and linux machine.
00069 |
00070 |      Revision 1.1  2002/11/13 01:58:22  mspindle
00071 |      *** empty log message ***
00072 |
00073 |      Revision 1.4  2002/02/24 13:00:41  uzadow
00074 |      Documentation update; removed buggy PLFilterRotate.
00075 |
00076 |      Revision 1.3  2001/10/06 22:03:26  uzadow
00077 |      Added PL prefix to basic data types.
00078 |
00079 |      Revision 1.2  2001/10/06 20:44:45  uzadow
00080 |      Linux compatibility
00081 |
00082 |      Revision 1.1  2001/09/16 19:03:22  uzadow
00083 |      Added global name prefix PL, changed most filenames.
00084 |
00085 |      Revision 1.7  2001/09/13 20:43:02  uzadow
00086 |      Added tiff compression support.
00087 |
00088 |      Revision 1.6  2000/01/16 20:43:15  anonymous
00089 |      Removed MFC dependencies
00090 |
00091 |      Revision 1.5  1999/12/02 17:07:34  Ulrich von Zadow
00092 |      Changes by bdelmee.
00093 |
00094 |
00095 \--------------------------------------------------------------------
00096 */

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