]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/gil/include/boost/gil/extension/dynamic_image/dynamic_image_all.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / gil / include / boost / gil / extension / dynamic_image / dynamic_image_all.hpp
CommitLineData
7c673cae
FG
1/*
2 Copyright 2005-2007 Adobe Systems Incorporated
3
4 Use, modification and distribution are subject to the Boost Software License,
5 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6 http://www.boost.org/LICENSE_1_0.txt).
7
8 See http://opensource.adobe.com/gil for most recent version including documentation.
9*/
10
11/*************************************************************************************************/
12
13#ifndef GIL_DYNAMICIMAGE_ALL_HPP
14#define GIL_DYNAMICIMAGE_ALL_HPP
15
16////////////////////////////////////////////////////////////////////////////////////////
17/// \file
18/// \brief Includes all of the GIL dynamic image extension files, for convenience
19/// \author Lubomir Bourdev and Hailin Jin \n
20/// Adobe Systems Incorporated
21/// \date 2005-2007 \n Last updated on May 8, 2006
22///
23////////////////////////////////////////////////////////////////////////////////////////
24
25#include "../../gil_all.hpp"
26#include "algorithm.hpp"
27#include "any_image.hpp"
28#include "apply_operation.hpp"
29#include "variant.hpp"
30#include "image_view_factory.hpp"
31
32#endif