<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi,</p>
    <p>I had send the email below to Epson, but there is no reaction.</p>
    <p>Can anyone tell me a better place, where to post this bug?</p>
    <p>-Ulf<br>
    </p>
    <pre class="moz-signature" cols="0">Von meinem Seibert gesendet</pre>
    <div class="moz-forward-container"><br>
      <br>
      -------- Weitergeleitete Nachricht --------
      <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, 18 Jul 2021 15:33:11 +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" moz-do-not-send="true"><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"
                moz-do-not-send="true"><linux-printer@epson.jp></a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <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"
          moz-do-not-send="true">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"
          moz-do-not-send="true">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>
      <p data-sourcepos="53:1-53:268" dir="auto">-Ulf<br>
      </p>
    </div>
  </body>
</html>