<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">Am 29.11.21 um 07:36 schrieb Nakamura
      Iwao:<br>
    </div>
    <blockquote type="cite"
cite="mid:TYCPR01MB7872CDD0461B7572D5DBD7A8EB669@TYCPR01MB7872.jpnprd01.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Exchange Server">
      <!-- converted from rtf -->
      <style>.EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; }</style>
      <font size="2" face="Meiryo UI"><span style="font-size:11pt;">
          <div style="text-align:left;">Dear All,</div>
          <div style="text-align:left;"> </div>
          <div style="text-align:left;">Thank you for your continuous
            efforts for SANE project, and merging previous our patch.</div>
          <div style="text-align:left;"><font size="2" face="Times New
              Roman"><span style="font-size:10.5pt;"> </span></font></div>
          <div style="text-align:left;">We have supported a few new MFPs
            (those are selling now) additionally for epson2 / epsonds
            backend as below:</div>
        </span></font></blockquote>
    <p><br>
    </p>
    <p><font size="2"><font face="Times New Roman">Hi Iwao,</font></font></p>
    <p><font size="2"><font face="Times New Roman">can you tell us how
          bug reporting works for Epson drivers?</font></font></p>
    <p><font size="2"><font face="Times New Roman">I had send the
          following message several times, but there is no reaction.</font></font></p>
    <p><font size="2"><font face="Times New Roman">-Ulf<br>
        </font></font></p>
    <p><font size="2"><font face="Times New Roman">======================================================</font></font></p>
    <p><br>
      <br>
      -------- Weitergeleitete Nachricht --------</p>
    <table class="moz-email-headers-table" cellspacing="0"
      cellpadding="0" border="0">
      <tbody>
        <tr>
          <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Betreff: </th>
          <td>Bug in iscan_2.30.4-2_amd64.deb</td>
        </tr>
        <tr>
          <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Datum: </th>
          <td>Sun, 3 Oct 2021 19:47:03 +0200</td>
        </tr>
        <tr>
          <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Von: </th>
          <td>Ulf Zibis <a class="moz-txt-link-rfc2396E" href="mailto:Ulf.Zibis@CoSoCo.de"><Ulf.Zibis@CoSoCo.de></a></td>
        </tr>
        <tr>
          <th valign="BASELINE" nowrap="nowrap" align="RIGHT">An: </th>
          <td>SEIKO EPSON Corporation <a class="moz-txt-link-rfc2396E" href="mailto:linux-printer@epson.jp"><linux-printer@epson.jp></a></td>
        </tr>
      </tbody>
    </table>
    <br>
    <br>
    <p>Hi there,</p>
    <p>I suspect, there is a small bug in iscan_2.30.4-2_amd64.deb.</p>
    <p>The problem of the bug is mentioned here: <a
        class="moz-txt-link-freetext"
        href="https://sourceforge.net/p/gscan2pdf/bugs/389/#04ec/a0ea">https://sourceforge.net/p/gscan2pdf/bugs/389/#04ec/a0ea</a></p>
    <p>And here: <a class="moz-txt-link-freetext"
        href="https://gitlab.com/utsushi/utsushi/-/issues/68#note_626389990">https://gitlab.com/utsushi/utsushi/-/issues/68#note_626389990</a><br>
    </p>
    <p data-sourcepos="12:1-12:183" dir="auto">In my experience, <code>scanimage
        --help</code> dynamically adapts its output upon the given
      options before <code>--help</code>, i.e., the stated default
      values of options differ upon them. Please compare:</p>
    <pre class="code highlight js-syntax-highlight language-plaintext white" lang="plaintext"><code><span id="LC1" class="line" lang="plaintext">$ scanimage --source='Automatic Document Feeder' --scan-area=A4 --help</span>
<span id="LC2" class="line" lang="plaintext">[.....]</span>
<span id="LC3" class="line" lang="plaintext">Options specific to device `epkowa:usb:002:003':</span>
<span id="LC4" class="line" lang="plaintext">[.....]</span>
<span id="LC5" class="line" lang="plaintext">  Geometry:</span>
<span id="LC6" class="line" lang="plaintext">    --scan-area Maximum|A4|A5 Landscape|A5 Portrait|B5|Legal|Letter|Executive|CD [A4]</span>
<span id="LC7" class="line" lang="plaintext">        Select an area to scan based on well-known media sizes.</span>
<span id="LC8" class="line" lang="plaintext">    -l 0..215.9mm [5.89999]</span>
<span id="LC9" class="line" lang="plaintext">        Top-left x position of scan area.</span>
<span id="LC10" class="line" lang="plaintext">    -t 0..355.6mm [0]</span>
<span id="LC11" class="line" lang="plaintext">        Top-left y position of scan area.</span>
<span id="LC12" class="line" lang="plaintext">    -x 0..210mm [210]</span>
<span id="LC13" class="line" lang="plaintext">        Width of scan-area.</span>
<span id="LC14" class="line" lang="plaintext">    -y 0..355.6mm [297]</span>
<span id="LC15" class="line" lang="plaintext">        Height of scan-area.</span>
<span id="LC16" class="line" lang="plaintext">    --quick-format Maximum|A4|A5 Landscape|A5 Portrait|B5|Legal|Letter|Executive|CD [A4]</span>
<span id="LC17" class="line" lang="plaintext">        Select an area to scan based on well-known media sizes. (DEPRECATED)</span>
<span id="LC18" class="line" lang="plaintext">[.....]</span></code></pre>
    <pre class="code highlight js-syntax-highlight language-plaintext white" lang="plaintext"><code><span id="LC1" class="line" lang="plaintext">$ scanimage --scan-area=A4 --source='Automatic Document Feeder' --help</span>
<span id="LC2" class="line" lang="plaintext">[.....]</span>
<span id="LC3" class="line" lang="plaintext">Options specific to device `epkowa:usb:002:003':</span>
<span id="LC4" class="line" lang="plaintext">[.....]</span>
<span id="LC5" class="line" lang="plaintext">  Geometry:</span>
<span id="LC6" class="line" lang="plaintext">    --scan-area Maximum|A4|A5 Landscape|A5 Portrait|B5|Legal|Letter|Executive|CD [A4]</span>
<span id="LC7" class="line" lang="plaintext">        Select an area to scan based on well-known media sizes.</span>
<span id="LC8" class="line" lang="plaintext">    -l 0..215.9mm [0]</span>
<span id="LC9" class="line" lang="plaintext">        Top-left x position of scan area.</span>
<span id="LC10" class="line" lang="plaintext">    -t 0..355.6mm [0]</span>
<span id="LC11" class="line" lang="plaintext">        Top-left y position of scan area.</span>
<span id="LC12" class="line" lang="plaintext">    -x 0..215.9mm [215.9]</span>
<span id="LC13" class="line" lang="plaintext">        Width of scan-area.</span>
<span id="LC14" class="line" lang="plaintext">    -y 0..355.6mm [355.6]</span>
<span id="LC15" class="line" lang="plaintext">        Height of scan-area.</span>
<span id="LC16" class="line" lang="plaintext">    --quick-format Maximum|A4|A5 Landscape|A5 Portrait|B5|Legal|Letter|Executive|CD [A4]</span>
<span id="LC17" class="line" lang="plaintext">        Select an area to scan based on well-known media sizes. (DEPRECATED)</span>
<span id="LC18" class="line" lang="plaintext">[.....]</span></code></pre>
    <p data-sourcepos="53:1-53:268" dir="auto">The latter still lists <code>--scan-area</code>
      and <code>--quick-format</code> as <code>A4</code>, instead <code>Maximum</code>.
      In the opinion of the developer of gscan2pdf this is a bug. I too
      think, he is right, as if frontends rely on this help defaults,
      the user gets presented the wrong values in the GUI.</p>
    <p data-sourcepos="53:1-53:268" dir="auto">Thanks to review this
      problem,</p>
    -Ulf
  </body>
</html>