Hi,
Please ignore my previous mail.
Current implementation of libTiff only supports encoding/decoding of TIFF
Images
read from a file.
I will look into how panda is using libtiff library and will find out other
alternative of using libTiff
for applying filter on arbitrary array without integrating if possible.
Thanks and Regards,
Vivek
On Dec 5, 2008 8:47am, Vivek Paradkar <[EMAIL PROTECTED]> wrote:
Hi,
Current implementation of libTiff only supports encoding/decoding of TIFF
Images
read from a file.
It can not be used to encode/decode an arbitrary array of data, as in our
case.
Panda is using
Regards,
Vivek
On Thu, Dec 4, 2008 at 4:19 PM, [EMAIL PROTECTED]> wrote:
Hi Vivek.
For using libtiff library i will have to create Dummy TIFF and
TIFFDirectory structures which will not be possible if i link to
tiff lib as TIFFDirectory is a hidden structure.
So access to internal structures is needed in order to access the fax
encoder/decoder in libtiff?
I will have to integrate libtiff and compile it with gnupdf library
. Will it be ok?
Well, we would want to avoid it if possible.
Can you take a look to
http://cvs.savannah.gnu.org/viewvc/panda/images.c?revision=1.74&root=panda&view=markup
and see the way panda uses libtiff to decode CCITT 3/4 data? That file
is including .
Thanks.