1999.08.21 10:41 "Demo of Tiff incompatibility between Paint Shop Pro and LibTiff", by Gilles Vollant

1999.08.22 17:25 "RE: Demo of Tiff incompatibility between Paint Shop Pro and LibTiff", by Gilles Vollant

Thank for the tips.

I've also replaced

        TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, 1);

by

        TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, TIFFDefaultStripSize(tif, -1));

so the image file is smaller. Also the BMP example build a .TIF that is not incompatible with Paint Shop Pro...