mirror of
https://github.com/leozide/leocad
synced 2025-01-04 23:01:43 +01:00
7 lines
198 B
C
7 lines
198 B
C
|
#ifndef _QUANT_H_
|
||
|
#define _QUANT_H_
|
||
|
|
||
|
bool dl1quant(unsigned char *inbuf, unsigned char *outbuf, int width, int height, int quant_to, int dither, unsigned char userpal[3][256]);
|
||
|
|
||
|
#endif // _QUANT_H_
|