boolean optimize_coding
TRUE causes
the compressor to compute optimal Huffman coding tables
for the
image. This requires an extra pass over the data
and
therefore
costs a good deal of space and time. The default
is
FALSE, which
tells the compressor to use the supplied or default
Huffman
tables. In most cases optimal tables save only a
few percent
of file size
compared to the default tables. Note that when
this is
TRUE, you
need not supply Huffman tables at all, and any you do
supply will
be overwritten.