ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/biq.c
(Generate patch)

Comparing ray/src/px/biq.c (file contents):
Revision 2.4 by schorsch, Mon Jun 30 14:59:12 2003 UTC vs.
Revision 2.5 by schorsch, Sun Mar 28 20:33:13 2004 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12   #include "standard.h"
13   #include "ciq.h"
14  
15 + static void draw_grey(colormap ocm);
16  
17 < biq(dith,nw,synth,cm)
18 < int dith;               /* is dithering desired? 0=no, 1=yes */
19 < int nw;                 /* number of colors wanted in output image */
20 < int synth;              /* synthesize colormap? 0=no, 1=yes */
21 < colormap cm;            /* quantization colormap */
22 <                        /* read if synth=0; always written */
17 >
18 >
19 > void
20 > biq(
21 >        int dith,               /* is dithering desired? 0=no, 1=yes */
22 >        int nw,                 /* number of colors wanted in output image */
23 >        int synth,              /* synthesize colormap? 0=no, 1=yes */
24 >        colormap cm             /* quantization colormap */
25 > )                       /* read if synth=0; always written */
26   {
27      colormap ocm;
28  
# Line 36 | Line 40 | colormap cm;           /* quantization colormap */
40  
41   /*----------------------------------------------------------------------*/
42  
43 < draw_grey(ocm)
44 < colormap ocm;
43 > static void
44 > draw_grey(
45 >        colormap ocm
46 > )
47   {
48      register rgbpixel *linin;
49      register pixel *linout;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines