pdf-devel
[Top][All Lists]
Advanced

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

Re: [pdf-devel] Filter params type


From: jemarch
Subject: Re: [pdf-devel] Filter params type
Date: Wed, 01 Oct 2008 18:32:40 +0200
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Hello JP.

   I've just started the lzw filter implementation :) It has an
   "EarlyChange" param, and I was trying to guess what the param's
   hash maps.

   I think that the best behaviour is to map pdf_char_t* to pdf_char_t* and
   let the filter decode the param content,

What do you mean with "to map" in this context? The contents of the
parameters hash table for the LZW decoding filter would be something
like:

       key                        value

  ... other fields
  "EarlyChange"                 (void *)pdf_u32_t

Note that we are going to implement the PDF dictionary objects in top
of a pdf-hash variable, and we will have type checking in the
implementation of pdf_dict_t.





reply via email to

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