AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
September 2008

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2008.09.27 16:32 "Compression code 34719", by Comsquare Martin Osieka
2008.09.27 17:30 "Re: Compression code 34719", by Toby Thain
2008.09.28 07:05 "Re: Compression code 34719", by Comsquare Martin Osieka
2008.09.28 12:17 "Re: Compression code 34719", by Gene Amtower
2008.09.30 18:03 "Re: Compression code 34719 (MDI Tiffs)", by Comsquare Martin Osieka
2008.09.30 19:04 "Re[2]: [Tiff] Compression code 34719 (MDI Tiffs)", by Igor Skochinsky
2008.09.30 23:34 "Re[2]: [Tiff] Compression code 34719 (MDI Tiffs)", by Bob Friesenhahn
2008.10.05 10:14 "Re: Compression code 34719 (MDI Tiffs)", by Brad Hards
2008.10.05 20:47 "Re: Compression code 34719 (MDI Tiffs)", by Comsquare Martin Osieka
2008.10.06 16:09 "Re: [SPAM] Re: [Tiff] Compression code 34719 (MDI Tiffs)", by Edward Lam
2008.10.06 16:31 "Re: [SPAM] Re: [Tiff] Compression code 34719 (MDI Tiffs)", by Bob Friesenhahn
2008.10.06 20:45 "Re: [SPAM] Re: [Tiff] Compression code 34719 (MDI Tiffs)", by Brad Hards
2008.10.08 03:20 "Re: Compression code 34719 (MDI Tiffs)", by Edward Lam
2008.10.08 13:29 "Re: Compression code 34719 (MDI Tiffs)", by Edward Lam
2008.10.08 21:47 "Re: Compression code 34719 (MDI Tiffs)", by Comsquare Martin Osieka
2008.10.07 04:59 "Re: [SPAM] Re: [Tiff] Compression code 34719 (MDI Tiffs)", by Comsquare Martin Osieka

2008.10.08 21:47 "Re: Compression code 34719 (MDI Tiffs)", by Comsquare Martin Osieka

TIFFRegisterCODEC() is the right function.

I created tif_modi_vector.c/h to encapsulate the codec
COMPRESSION_MODI_VECTOR  34719

tif_modi_vector.c includes tiffiop.h which allows access to the libtiff
private data structures.

For sure in the moment it just works on Windows using the built-in EMF
player.

Martin


-----Original Message-----
From: tiff-bounces@lists.maptools.org
[mailto:tiff-bounces@lists.maptools.org] On Behalf Of Edward Lam
Sent: Mittwoch, 8. Oktober 2008 15:30
To: Brad Hards
Cc: tiff@lists.maptools.org
Subject: Re: [Tiff] Compression code 34719 (MDI Tiffs)

Oops, sorry, somehow I got the wires crossed for tags. Someone else will 
have to answer the question instead. :( The closest I found was 
TIFFRegisterCODEC(). However, it looks to me like your initialization 
routine needs access to private library data structures.

http://www.remotesensing.org/libtiff/man/TIFFcodec.3tiff.html

-Edward

Edward Lam wrote:
> Brad Hards wrote:
>> Is there a way to register additional codecs into libtiff at runtime?
> 
> Yes, please see:
> http://www.remotesensing.org/libtiff/addingtags.html
> http://www.asmail.be/msg0055472353.html
> 
> Cheers,
> -Edward
> _______________________________________________
> Tiff mailing list: Tiff@lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/tiff
> http://www.remotesensing.org/libtiff/