<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - File not renderer correctly (letters seem too gray when compared with Adobe Reader)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=54579#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - File not renderer correctly (letters seem too gray when compared with Adobe Reader)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=54579">bug 54579</a>
              from <span class="vcard"><a class="email" href="mailto:Thomas.Freitag@alfa.de" title="Thomas Freitag <Thomas.Freitag@alfa.de>"> <span class="fn">Thomas Freitag</span></a>
</span></b>
        <pre>The patch now doesn't break reading of the JBIG2 bitmap, and the PDF is
rendered correct, but we get error messages again:

./utils/pdftoppm -png -cropbox 54579.open/tricky.pdf output/tricky
Syntax Error (1498): 1 extraneous byte after segment
Syntax Error (1536): 1 extraneous byte after segment

This happens when a segment with SDNUMEXSYMS = 0 was read (happens two times!).
I digged into the spec, but I can't find out why there is exact one extraneous
byte here or if there is something missing to read by the method. I looked into
other JBIG2 decoders like jbic2dec, but these decoders don't complain about
extraneous byte(s), they just skip to the next sgement.

So we probably can just skip silently, too, but that I let up to You Albert ;-)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>