summaryrefslogtreecommitdiff
path: root/dither.h
blob: 5a31d8f85a4da638b341e1f546d9c0a3f4d41072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/***************************************************************************
    dither.h  -  function prototypes for dither.c
                             -------------------
    begin                : Thu Jan 13 2000
    copyright            : (C) 2000 by the pnm2ppa project
    email                : 
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef _DITHER_H
#define _DITHER_H

void FS_Color_Dither (image_t * im, unsigned char *line);
void HT_Black_Dither (image_t * im, unsigned char *line);
void HT_Color_Dither (image_t * im, unsigned char *line);

#endif /* ; */