sane-project-website/old-archive/1998-11/0134.html

68 wiersze
2.9 KiB
HTML
Czysty Wina Historia

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!-- received="Tue Nov 17 06:21:54 1998 PST" -->
<!-- sent="Tue, 17 Nov 1998 14:21:07 +0000" -->
<!-- name="Dr. Andreas Bolsch" -->
<!-- email="a.bolsch@ic.ac.uk" -->
<!-- subject="Re: Mustek Paragon 12000SP V1.02 Problem" -->
<!-- id="" -->
<!-- inreplyto="Mustek Paragon 12000SP V1.02 Problem" -->
<title>sane-devel: Re: Mustek Paragon 12000SP V1.02 Problem</title>
<h1>Re: Mustek Paragon 12000SP V1.02 Problem</h1>
<b>Dr. Andreas Bolsch</b> (<a href="mailto:a.bolsch@ic.ac.uk"><i>a.bolsch@ic.ac.uk</i></a>)<br>
<i>Tue, 17 Nov 1998 14:21:07 +0000</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#134">[ date ]</a><a href="index.html#134">[ thread ]</a><a href="subject.html#134">[ subject ]</a><a href="author.html#134">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0135.html">Juergen Loeb: "WEBCAM II"</a>
<li> <b>Previous message:</b> <a href="0133.html">Oliver Rauch: "Re: Umax + Tekram doesn´t work"</a>
<li> <b>Maybe in reply to:</b> <a href="0130.html">Matthias Fleischer: "Mustek Paragon 12000SP V1.02 Problem"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0161.html">Matthias Fleischer: "Re: Mustek Paragon 12000SP V1.02 Problem"</a>
<!-- reply="end" -->
</ul>
<!-- body="start" -->
I experienced a similar problem (besides some others)<br>
when writing the backend for the ScanExpress models.<br>
The reason for this problem was that the scanner does<br>
not start necessarily with a red line on each read<br>
(depending on resolution, buffer size). <br>
<p>
Maybe the line distance code for the SE works even<br>
for your scanner, so try the following:<br>
<p>
Get the pre-1.00 of SANE, change in output_data (file backend/mustek.c)<br>
<p>
if (s-&gt;hw-&gt;flags &amp; MUSTEK_FLAG_SE)<br>
num_lines = fix_line_distance_se (s, num_lines,<br>
bpl, data, extra);<br>
<p>
to<br>
<br>
s-&gt;ld.peak_res = SANE_UNFIX(s-&gt;val[OPT_RESOLUTION].w);<br>
if ((s-&gt;hw-&gt;flags &amp; MUSTEK_FLAG_SE) || 1)<br>
num_lines = fix_line_distance_se (s, num_lines,<br>
bpl, data, extra);<br>
<p>
recompile, install ... <br>
<p>
But use *ONLY* scanimage, and with a resolution of 75, 150, 300, 600dpi.<br>
Otherwise your system will certainly<br>
crash!<br>
<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">majordomo@mostang.com</a>
</pre>
<!-- body="end" -->
<p>
<ul>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0135.html">Juergen Loeb: "WEBCAM II"</a>
<li> <b>Previous message:</b> <a href="0133.html">Oliver Rauch: "Re: Umax + Tekram doesn´t work"</a>
<li> <b>Maybe in reply to:</b> <a href="0130.html">Matthias Fleischer: "Mustek Paragon 12000SP V1.02 Problem"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0161.html">Matthias Fleischer: "Re: Mustek Paragon 12000SP V1.02 Problem"</a>
<!-- reply="end" -->
</ul>