On Mon, Mar 10, 2003 at 08:26:57PM -0000, Robert O'Connor wrote: > > I have already set --zlib-compression. > > But I think you need to set --doc-compression. > > As Michael mentioned, there is no zlib available on your OS 3.1 The > --zlib-compression will use zlib, the --doc-compression will use doc.
OK, I think you're both confused :) .. zlib compression is specific to plucker documents (text and images) while palm has its own built in image compression which only specific versions support. The different type of image compression methods are... Scanline (supported by OS 2.0 and higher) RLE (supported by OS 3.5 and higher) PackBits (supported by OS 4.0 only!) Meanwhile.. as for document compression: Doc (supported by OS 2.0 and higher) ZLib (supported by OS 3.0 and higher) Keep in mind, compressed images can then be further compressed by zlib for a smaller .pdb, but you're still restricted on the OS you're viewing on since it has to know how to decompress the image. So if you're using RLE on an OS 3.1 device, you will get the error message you saw earlier. To turn it off on the python parser look for tbmp_compression_type and tbmp_compression. I'm not sure how to disable (or enable) it on the java parser. -- Adam McDaniel Array.org Calgary, AB, Canada _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

