Remove generated files
[framework/connectivity/libgphoto2.git] / libgphoto2 / gamma.h
1 /** \file
2  *
3  * \author Copyright 2001 Lutz Müller <lutz@users.sf.net>
4  *
5  * \note
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2 of the License, or (at your option) any later version.
10  *
11  * \note
12  * This library is distributed in the hope that it will be useful, 
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details. 
16  *
17  * \note
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the
20  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  * Boston, MA 02111-1307, USA.
22  */
23
24 #ifndef __GAMMA_H__
25 #define __GAMMA_H__
26
27 int gp_gamma_fill_table     (unsigned char *table, double g);
28 int gp_gamma_correct_single (unsigned char *table, unsigned char *data, 
29                              unsigned int data_size);
30
31 #endif /* __GAMMA_H__ */