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.11 18:47 "sampleper pixel", by Balint Radics
2004.07.11 18:57 "Re: sampleper pixel", by Frank Warmerdam
2004.07.12 09:01 "Re: sampleper pixel", by Balint Radics
2004.07.12 10:57 "Re: sampleper pixel", by Diana Szleper
2004.07.12 15:46 "Re: sampleper pixel", by Balint Radics

2004.07.12 10:57 "Re: sampleper pixel", by Diana Szleper

Hi Balint,
I think that samplesperpixel must be uint16*

If you do a man for the instruction TIFFGetField and seek inside the
argument TIFFTAG_SAMPLESPERPIXEL
You will see that the type of samplesperpixel must be uint16* (int*  doesn't
match because TIFFGetField is -like  printf- a fonction with a variable list
of arguments)


diana