Search found 2 matches

by LarsNielsen
Mon Dec 15, 2003 8:49 am
Forum: GFL SDK
Topic: Error in example [Delphi]
Replies: 2
Views: 6066

Thank you, works fine now! :D
by LarsNielsen
Fri Dec 12, 2003 8:55 am
Forum: GFL SDK
Topic: Error in example [Delphi]
Replies: 2
Views: 6066

Error in example [Delphi]

I got two bad problems if I try to show an Black und White (B/W)-TIFF-Image with the Delphi-example:

1) There must be an error in the CASE "pf1bit" of "bmp.PixelFormat", an B/W TIFF-Image the output is rubbish.
I tried to change

if ((x mod 8) = 0) then
inc(k);
Mask := Mask1 shr (x mod 8);
if ...