From: Robert L K. <rl...@al...> - 2000-05-03 23:21:06
|
Date: Wed, 03 May 2000 20:09:36 +0200 From: Ron van Ostayen <R.A...@Wb...> The STC900 is a fast printer and with windows I use the 360dpi output often for preview. The windows driver requires approx 20 headmovements and 10 seconds to print a page, gimp-print requires approx 40 movements and 50!! seconds to print a page. I haven't tuned 360 dpi thus far. It will be done, but have patience. Was this color, or black and white? gs -sDEVICE=stp -dMODEL=13 -dQuality=0 -sOutputFile=tiger.prn tiger.ps Floating point exception I traced the problem to gdevstp-dither.c: dither_set_ink_spread(void *vd, int spread). The division at the end of the routine performs a division by 0. Thanks. I've fixed it. -- Robert Krawitz <rl...@al...> http://www.tiac.net/users/rlk/ Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- mail lp...@uu... Project lead for The Gimp Print -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |