<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#c19">Comment # 19</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:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
<pre>(In reply to William Bader from <a href="show_bug.cgi?id=81760#c18">comment #18</a>)
<span class="quote">> I have it working. I'm going to clean it up and send patches Sunday night
> after the "taronjada" <a href="http://lameva.barcelona.cat/carnaval/ca/taronjada.php">http://lameva.barcelona.cat/carnaval/ca/taronjada.php</a>
> I made a new FlateEncoder.cc and FlateEncoder.h.
> It can be enabled with ./configure --enable-zlib-compress separately from
> the zlib flate decoder which can still be enabled by --enable-zlib.</span >
I would prefer the options
--disable-zlib
--enable-zlib-uncompress
ie default to linking zlib and using it for compression and default to zlib
decompression disabled. zlib is widely available and there is no reason anyone
would not want to use it to reduce PS output size.
<span class="quote">> The Flate stream is encoded with ASCII85. Is that necessary? I thought that
> level 2 and higher supported binary data.</span >
I don't think binary is guaranteed to work everywhere. It is better to default
to ASCII and provide an option to enable binary.
<span class="quote">> What should the encoder do if deflateInit() returns an error status?</span >
Fallback to LZW.
<span class="quote">> I am calling deflateInit with Z_DEFAULT_COMPRESSION. Should the compression
> level be settable?</span >
I don't think a compression level option is necessary. The default works well.
<span class="quote">> I used 16K buffers like the deflate stream patch and the zlib examples.
> Should the buffers be larger or configurable?</span >
Unless performance testing shows a larger size is faster I would leave it as
16K.</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>