Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ImageImport.h
Go to the documentation of this file.
1 /*
2 * Copyright (C) 2007-2008 Anael Orlinski
3 *
4 * This file is part of Panomatic.
5 *
6 * Panomatic is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * Panomatic is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with Panomatic; if not, write to the Free Software
18 * <http://www.gnu.org/licenses/>.
19 */
20 
21 #ifndef __imageimport_h
22 #define __imageimport_h
23 
24 #ifdef _WIN32
25 #define NOMINMAX
26 #include "vigra/windows.h"
27 #endif
28 
29 #ifdef MACOS_X // only XCode project
30 #include <AnaImageFramework/vigra/stdimage.hxx>
31 #include <AnaImageFramework/vigra/stdimagefunctions.hxx>
32 #include <AnaImageFramework/vigra/impex.hxx>
33 #include <AnaImageFramework/vigra/rgbvalue.hxx>
34 #else
35 #include "vigra/stdimage.hxx"
36 #include "vigra/stdimagefunctions.hxx"
37 #include "vigra/impex.hxx"
38 #include "vigra/rgbvalue.hxx"
39 //#include "vigra/ext/impexalpha.hxx"
40 #endif
41 
42 #endif