pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] ASCII85Decode implementation


From: jemarch
Subject: Re: [pdf-devel] ASCII85Decode implementation
Date: Sat, 08 Mar 2008 13:59:27 +0100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.60 (powerpc-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO)

   Is there still work being done on the ASCII85Decode filter or is this
   considered finished and should be debugged?

We need to introduce a change in the stm module API and in the filters
management: the memory should be allocated by the caller and should be
possible to apply a filter using repeated calls. As in:

 /* create a stm and install filters for read... */
 /* allocate a 10k buffer... */
 /* read 10k and check for eof... */
 /* allocate 10k... */
 /* read 10k and check for eof... */
 ...

We need to adapt the existing filters to follow that schema. As soon
as the filesystem module API become ready I will write down a
definitive API for the stm module.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]