sane-project-website/old-archive/2000-01/0289.html

155 wiersze
6.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Re: Feedback from Epson Users Requested (... and US</TITLE>
<META NAME="Author" CONTENT="Dave Hill (dave@minnie.demon.co.uk)">
<META NAME="Subject" CONTENT="Re: Feedback from Epson Users Requested (... and USB Support Announcement)">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: Feedback from Epson Users Requested (... and USB Support Announcement)</H1>
<!-- received="Sun Jan 30 06:27:58 2000" -->
<!-- isoreceived="20000130142758" -->
<!-- sent="Sun, 30 Jan 2000 11:47:29 +0000" -->
<!-- isosent="20000130114729" -->
<!-- name="Dave Hill" -->
<!-- email="dave@minnie.demon.co.uk" -->
<!-- subject="Re: Feedback from Epson Users Requested (... and USB Support Announcement)" -->
<!-- id="389424D1.5F9BB048@minnie.demon.co.uk" -->
<!-- inreplyto="20000129223024.A9431@khk.net" -->
<STRONG>From:</STRONG> Dave Hill (<A HREF="mailto:dave@minnie.demon.co.uk?Subject=Re:%20Feedback%20from%20Epson%20Users%20Requested%20(...%20and%20USB%20Support%20Announcement)&In-Reply-To=&lt;389424D1.5F9BB048@minnie.demon.co.uk&gt;"><EM>dave@minnie.demon.co.uk</EM></A>)<BR>
<STRONG>Date:</STRONG> Sun Jan 30 2000 - 03:47:29 PST
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0290.html">Oliver Rauch: "Re: xsane-0.52 available"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0288.html">Dave Hill: "Re: xsane-0.52 available"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0284.html">Karl Heinz Kremer: "Feedback from Epson Users Requested (... and USB Support Announcement)"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0291.html">Karl Heinz Kremer: "Re: Feedback from Epson Users Requested (... and USB Support Announcement)"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0291.html">Karl Heinz Kremer: "Re: Feedback from Epson Users Requested (... and USB Support Announcement)"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#289">[ date ]</A>
<A HREF="index.html#289">[ thread ]</A>
<A HREF="subject.html#289">[ subject ]</A>
<A HREF="author.html#289">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Karl Heinz Kremer wrote:
<BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Hi everybody,
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; I'm looking for some feedback (1) regarding the Epson backend
</EM><BR>
<EM>&gt; and I'm also looking for some more USB users (2).
</EM><BR>
<P>Hi Karl
<BR>
<P>I sent a message last Wednesday, but it hasn't been reflected
<BR>
by the list - it must have got stuck somewhere.
<BR>
<P>As far as Epson stuff is concerned, I noticed the problem
<BR>
with xscanimage segfaulting. I was going to investigate but
<BR>
apparently Oliver has helped you with this.
<BR>
<P>There is a problem with Xsane to do with the resolution
<BR>
selection - this was also present in 0.1.3.
<BR>
<P>The problem is caused by some extra code that Christian
<BR>
inserted into the backend to help the xscanimage resolution
<BR>
slider more accurately track the actual list of scanner
<BR>
resolutions.
<BR>
<P>The problem is that this extra code forces the actual
<BR>
resolution to change by one value no matter what you put in,
<BR>
whereas in xsane, if you are using the &quot;resolution list&quot;, you
<BR>
can go from say 75 dpi to 600 dpi in one click. Very strange
<BR>
things happen when you do this (watch the image size!).
<BR>
<P>To fix this, I #ifdef'ed (is that a verb?) out the extra code
<BR>
and xsane works. However, it needs more investigation. Is there
<BR>
a way that the actual list of device preferred resolutions
<BR>
could be used to construct the xsane resolution list?
<BR>
<P>Dave Hill
<BR>
<P><PRE>
--
Dave Hill, Kempston, Bedford UK <A HREF="mailto:dave@minnie.demon.co.uk?Subject=Re:%20Feedback%20from%20Epson%20Users%20Requested%20(...%20and%20USB%20Support%20Announcement)&In-Reply-To=&lt;389424D1.5F9BB048@minnie.demon.co.uk&gt;">dave@minnie.demon.co.uk</A>
Sicth munce ago, I cutn't evun spel enjuneer, and now I are one!
<P>
</PRE>
<P>
--- backend/epson.c.106 Sun Jan 23 14:50:57 2000
+++ backend/epson.c Wed Jan 26 20:25:15 2000
@@ -2321,6 +2321,7 @@
}
}
+#if 0
/*
// problem: does not reach all values cause of scroll bar resolution.
*/
@@ -2339,6 +2340,7 @@
best = s-&gt;hw-&gt;res_list[ f - 1];
}
}
+#endif
*last = best;
s-&gt;val[ option].w = ( SANE_Word) best;
<P><P><PRE>
--
Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A>
To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20Feedback%20from%20Epson%20Users%20Requested%20(...%20and%20USB%20Support%20Announcement)&In-Reply-To=&lt;389424D1.5F9BB048@minnie.demon.co.uk&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0290.html">Oliver Rauch: "Re: xsane-0.52 available"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0288.html">Dave Hill: "Re: xsane-0.52 available"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0284.html">Karl Heinz Kremer: "Feedback from Epson Users Requested (... and USB Support Announcement)"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0291.html">Karl Heinz Kremer: "Re: Feedback from Epson Users Requested (... and USB Support Announcement)"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0291.html">Karl Heinz Kremer: "Re: Feedback from Epson Users Requested (... and USB Support Announcement)"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#289">[ date ]</A>
<A HREF="index.html#289">[ thread ]</A>
<A HREF="subject.html#289">[ subject ]</A>
<A HREF="author.html#289">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Sun Jan 30 2000 - 06:28:34 PST</EM>
</EM>
</SMALL>
</BODY>
</HTML>