4 lines
223 B
C
4 lines
223 B
C
extern inline uint8 ditherize_32 ( uint8 * rgb, int16 * err, int8 ** buf);
|
|
extern inline uint8 dither_true ( uint8 * rgb, int16 * err, int8 ** buf);
|
|
extern inline uint8 dither_gray( uint8 *gray, int16 *err, int8 **buf);
|