6 lines
96 B
C
6 lines
96 B
C
#ifndef RGB2G
|
|
#define RGB2G
|
|
|
|
void rgb2grayscale ( int, int, const uint8_t *, uint8_t *);
|
|
|
|
#endif |