File: dither.h

package info (click to toggle)
fbi 1.23
  • links: PTS
  • area: main
  • in suites: woody
  • size: 320 kB
  • ctags: 377
  • sloc: ansic: 3,258; sh: 205; makefile: 96
file content (3 lines) | stat: -rw-r--r-- 200 bytes parent folder | download
1
2
3
void            init_dither(int, int, int, int);
void            dither_line(unsigned char *, unsigned char *, int, int);
void            dither_line_gray(unsigned char *, unsigned char *, int, int);