00001 /* 00002 * libopenraw - libopenraw.h 00003 * 00004 * Copyright (C) 2005-2008 Hubert Figuiere 00005 * 00006 * This library is free software: you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public License 00008 * as published by the Free Software Foundation, either version 3 of 00009 * the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library. If not, see 00018 * <http://www.gnu.org/licenses/>. 00019 */ 00025 #ifndef __LIBOPENRAW_H__ 00026 #define __LIBOPENRAW_H__ 00027 00028 #include <libopenraw/types.h> 00029 #include <libopenraw/consts.h> 00030 #include <libopenraw/io.h> 00031 #include <libopenraw/thumbnails.h> 00032 #include <libopenraw/rawdata.h> 00033 #include <libopenraw/bitmapdata.h> 00034 #include <libopenraw/rawfile.h> 00035 #include <libopenraw/debug.h> 00036 #include <libopenraw/demosaic.h> 00037 00038 #ifdef __cplusplus 00039 extern "C" { 00040 #endif 00041 00042 00043 00044 #ifdef __cplusplus 00045 } 00046 #endif 00047 00048 #endif