[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] add pkzip support for gzio
From: |
Colin D Bennett |
Subject: |
Re: [PATCH] add pkzip support for gzio |
Date: |
Tue, 12 Aug 2008 12:07:53 -0700 |
On Tue, 12 Aug 2008 10:45:50 +0800
Bean <address@hidden> wrote:
> Also, it's better not to call gzio. I'm thinking about seperating the
> deflate decompression routine and create a zlib like library, so that
> the decoder can be used in both gzio, png and zipfs.
Also, pure DEFLATE compression can be used to compress font data in the
new font file format. I postponed implementing font compression to
wait for DEFLATE support.
Regards,
Colin