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
July 2004

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

2004.07.13 22:44 "multi image "no put routine" error", by Kuo-lin Fang
2004.07.14 01:56 "Re: multi image "no put routine" error", by Frank Warmerdam
2004.07.14 14:48 "Re: multi image "no put routine" error", by Kuo-lin Fang
2004.07.14 15:10 "Re: multi image "no put routine" error", by Frank Warmerdam
2004.07.14 16:57 "Re: multi image "no put routine" error", by Joris Van Damme

2004.07.13 22:44 "multi image "no put routine" error", by Kuo-lin Fang

Hi,
  I tried to read a multi image tiff file,
and the first directory is successfully showed out.
But while the program deals with 2nd to 5th directories,
an error popup "no put routine setupl; probably can not
handle image format".
  I traced to TIFFReadRGBAImageGet function,
and found the put method is null.  My question is,
I am only reading a tiff file, not writing to, why do
we need to have put method?  and how to write a put method?
it's strange that the
first directory doesn't have this kind of problem.

  Any ideas will be appreciated.

Kuolin