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
November 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.11.01 07:10 "example of (standalone) TIFFRegisterCODEC", by Brad Hards
2008.11.14 08:14 "Re: example of (standalone) TIFFRegisterCODEC", by Brad Hards
2008.11.14 16:18 "Re: example of (standalone) TIFFRegisterCODEC", by Frank Warmerdam
2008.11.14 23:32 "Re: example of (standalone) TIFFRegisterCODEC", by Brad Hards
2008.11.16 00:39 "Re: example of (standalone) TIFFRegisterCODEC", by Frank Warmerdam
2008.12.13 10:30 "Re: example of (standalone) TIFFRegisterCODEC", by Brad Hards
2008.12.13 15:18 "Re: example of (standalone) TIFFRegisterCODEC", by Frank Warmerdam
2008.12.13 16:35 "Re: example of (standalone) TIFFRegisterCODEC", by Bob Friesenhahn
2008.12.13 19:12 "Re: example of (standalone) TIFFRegisterCODEC", by Gene Amtower
2008.12.13 21:52 "Re: example of (standalone) TIFFRegisterCODEC", by Bob Friesenhahn
2008.12.14 00:07 "Re: example of (standalone) TIFFRegisterCODEC", by Brad Hards
2008.12.14 05:47 "Re: example of (standalone) TIFFRegisterCODEC", by Bob Friesenhahn
2008.11.14 16:53 "Re: example of (standalone) TIFFRegisterCODEC", by Comsquare Martin Osieka

2008.11.14 08:14 "Re: example of (standalone) TIFFRegisterCODEC", by Brad Hards

On Saturday 01 November 2008 06:10:54 pm Brad Hards wrote:
> I'm having a bit of trouble finding an example of how to use
> TIFFRegisterCODEC() by an application / external library.
>
> Can anyone provide example code, or suggestions of where to look?

I'm still a bit concerned about how it is meant to work.

If I understand it correctly, the codec initialisation routine needs to work 
with the struct TIFF (e.g. setting function pointers for decoding) but that 
can't work without tiffiop.h, which isn't installed.

Am I meant to copy parts of that structure?

Brad