Re: Small bug in frontend/preview.c

David Mosberger-Tang (David.Mosberger@acm.org)
Sat, 27 Feb 1999 16:56:33 -0800

Yup, I think you're right. Thanks for tracking this down!

--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