--david
>>>>> On Thu, 21 Jan 1999 11:17:50 +0100 (MET), Manuel Panea <mpd@rzg.mpg.de> said:
Manuel> -----BEGIN PGP SIGNED MESSAGE----- There seems to be a small
Manuel> bug in file ".../frontend/preview.c" whereby the dpi of the
Manuel> preview image is not computed correctly (at least in some
Manuel> cases). This causes preview images to be unnecessarily
Manuel> grainy. In this file, line 1277 is:
Manuel> width = gwidth*p->aspect;
Manuel> but I think it should rather be:
Manuel> width = height*p->aspect;
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com