2004.07.11 18:47 "[Tiff] sampleper pixel", by Balint Radics

2004.07.12 10:57 "RE: [Tiff] 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