libgphoto2 photo camera library (libgphoto2) API
2.5.10.1
Main Page
Related Pages
Data Structures
Files
File List
Globals
gamma.h
Go to the documentation of this file.
1
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__ */
gp_gamma_correct_single
int gp_gamma_correct_single(unsigned char *table, unsigned char *data, unsigned int data_size)
Gamma correction.
Definition:
gamma.c:61
gp_gamma_fill_table
int gp_gamma_fill_table(unsigned char *table, double g)
Initialize a Gamma conversion table.
Definition:
gamma.c:78
libgphoto2
gamma.h
Generated by
1.8.11