<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftops sometimes creates huge PS 3 files out of small PDFs"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=81760#c25">Comment # 25</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftops sometimes creates huge PS 3 files out of small PDFs"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=81760">bug 81760</a>
              from <span class="vcard"><a class="email" href="mailto:williambader@hotmail.com" title="William Bader <williambader@hotmail.com>"> <span class="fn">William Bader</span></a>
</span></b>
        <pre>Thanks for looking at the patches.

<span class="quote">>The LZW and Flate compression should be in two separate commits in order to preserve the provenance</span >

OK. I'll try to have that ready next week. One of my first patches was just
LZW, but I made a few improvements (like initializing more variables) in the
second patch with LZW+Flate.

<span class="quote">>I don't think we want to add these to gitignore.</span >

OK. I did that so my test files wouldn't get picked up in my diffs.

<span class="quote">>Why use enums to define constants? The rest of the code uses #define or static const.</span >

enums for constants are better style, since they are scoped while #defines are
global.

Let me know if you still want me to convert the enums to #defines.

<span class="quote">>What are the Gfx.cc changes for?</span >

They are a fix from xpdf. Should I pull them out into a separate patch?

<span class="quote">>I now see some of these are to wrap the FlateEncoder class</span >

Yes, I had to wrap all references to the FlateEncoder class.

I left the useFlate and useLZW declarations unwrapped so that I didn't have to
wrap every use, but I had to wrap all references to the class.

I can remove the #if in the place that you mentioned. I thought that it was
better to wrap it to avoid generating extra code and data.

William</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>