From: Michael N. <mit...@cs...> - 2000-03-01 15:13:14
|
Robert L Krawitz wrote: > > > Mitch or Sven, could you apply this to 3.0 when you get > > diff -u -r1.79 print-util.c > --- print-util.c 2000/02/29 02:59:14 1.79 > +++ print-util.c 2000/03/01 12:47:41 > @@ -809,7 +809,7 @@ > *gray = vars->lut.composite[((rgb[0] * LUM_RED + > rgb[1] * LUM_GREEN + > rgb[2] * LUM_BLUE) * > - rgb[3] / 255 + 255 - rgb[3])]; > + rgb[3] / 25500 + 255 - rgb[3])]; > gray ++; > rgb += bpp; > width --; Yep, will go to cvs today. bye, --Mitch |