
Search found 2 matches
- Mon Dec 15, 2003 8:49 am
- Forum: GFL SDK
- Topic: Error in example [Delphi]
- Replies: 2
- Views: 6066
- 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 ...
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 ...