| VRS - The Virtual Rendering System |
| version 3.3 |
00001 /********************************************************************** 00002 VRS - The Virtual Rendering System 00003 Copyright (C) 2001 Computer Graphics Systems Group at the 00004 Hasso-Plattner-Institute, Potsdam, Germany. 00005 This library is free software; you can redistribute it and/or 00006 modify it under the terms of the GNU Lesser General Public 00007 License as published by the Free Software Foundation; either 00008 version 2.1 of the License, or (at your option) any later version. 00009 This library is distributed in the hope that it will be useful, but 00010 WITHOUT ANY WARRANTY; without even the implied warranty of 00011 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00012 See the GNU Lesser General Public License for more details. 00013 You should have received a copy of the GNU Lesser+ General Public 00014 License along with this library; if not, write to the FreeSoftware 00015 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA, 02111-1307, USA. 00016 **********************************************************************/ 00017 // $Id: image_package.h 6303 2008-04-22 09:34:31Z Silvio_Moelter $ 00018 // $Date: 2008-04-22 11:34:31 +0200 (Tue, 22 Apr 2008) $ 00019 // $Revision: 6303 $ 00020 // $State$ 00021 // $Author: Silvio_Moelter $ 00022 // 00023 // $Log$ 00024 // Revision 1.15 2003/11/07 14:19:24 kirsch 00025 // removed leading underscore from include guards 00026 // 00027 // Revision 1.14 2003/09/27 11:04:28 skirsch 00028 // added avi and mpeg video as well as the video controller 00029 // 00030 // Revision 1.13 2002/11/13 22:12:30 lorenz 00031 // added gif related files 00032 // 00033 // Revision 1.12 2002/10/06 17:19:18 baumann 00034 // video.h added 00035 // 00036 // Revision 1.11 2002/06/28 09:47:10 baumann 00037 // class Texture, TextureOldGL and TexturePainterOldGL removed 00038 // 00039 // Revision 1.10 2002/02/19 10:34:15 kosta 00040 // undone all changes since 2002-02-15 00041 // 00042 // Revision 1.8 2002/01/15 16:25:54 kosta 00043 // macros rewritten for a better namespace support 00044 // 00045 // Revision 1.7 2001/11/13 16:36:31 kirsch 00046 // changed line feed to unix style (removed control-M) 00047 // 00048 // Revision 1.6 2001/08/30 12:12:54 kosta 00049 // AVI and MPEG support rearranged 00050 // 00051 // Revision 1.5 2001/08/26 16:23:46 kosta 00052 // support for AVI videos added (WIN32 only) 00053 // 00054 // Revision 1.4 2001/08/26 10:42:09 kosta 00055 // code cleanup 00056 // 00057 // Revision 1.3 2001/07/27 09:14:15 nienhaus 00058 // imagehistogram.h, imagefilterop.h, imagesizeadjuster.h, imageconvolution.h added 00059 // 00060 // Revision 1.2 2001/07/20 10:23:09 doellner 00061 // comments revised, dither operations added 00062 // 00063 // Revision 1.1.1.1 2001/06/08 08:09:21 kirsch 00064 // imported alpha-version by olli 00065 // 00066 00067 #ifndef VRS_IMAGE_IMAGE_PACKAGE_H 00068 #define VRS_IMAGE_IMAGE_PACKAGE_H 00069 00070 #include <vrs/image/animatedgifmaker.h> 00071 #include <vrs/image/avivideo.h> 00072 #include <vrs/image/gifvideo.h> 00073 #include <vrs/image/fileimage.h> 00074 #include <vrs/image/image.h> 00075 #include <vrs/image/imageblend.h> 00076 #include <vrs/image/imagecopyop.h> 00077 #include <vrs/image/imageheightfield.h> 00078 #include <vrs/image/imagemanipulator.h> 00079 #include <vrs/image/imagemanipulatorlist.h> 00080 #include <vrs/image/imagemodulate.h> 00081 #include <vrs/image/imagepixelop.h> 00082 #include <vrs/image/imageregionop.h> 00083 #include <vrs/image/imageditherop.h> 00084 #include <vrs/image/imagehistogram.h> 00085 #include <vrs/image/imagefilterop.h> 00086 #include <vrs/image/imagesizeadjuster.h> 00087 #include <vrs/image/imageconvolution.h> 00088 #include <vrs/image/memoryimage.h> 00089 //#include <vrs/image/mpegvideo.h> 00090 #include <vrs/image/paletteimage.h> 00091 #include <vrs/image/paletteimage2rgb.h> 00092 #include <vrs/image/rgb2paletteimage.h> 00093 #include <vrs/image/subimage.h> 00094 #include <vrs/image/video.h> 00095 #include <vrs/image/videocontroller.h> 00096 00097 #endif // VRS_IMAGE_IMAGE_PACKAGE_H