Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
gil_all.hppGo to the documentation of this file.00001 /* 00002 Copyright 2005-2006 Adobe Systems Incorporated 00003 Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt 00004 or a copy at http://opensource.adobe.com/licenses.html) 00005 */ 00006 00007 /*************************************************************************************************/ 00008 00009 #ifndef GIL_ALL_HPP 00010 #define GIL_ALL_HPP 00011 00020 00021 #include "gil_config.hpp" 00022 #include "channel.hpp" 00023 #include "algorithm.hpp" 00024 #include "image.hpp" 00025 #include "image_view_factory.hpp" 00026 #include "typedefs.hpp" 00027 #include "metafunctions.hpp" 00028 #include "color_convert.hpp" 00029 00030 #endif |