Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want to do something crazy with .bmp files
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01289665
Message ID:
01289756
Views:
15
>Hmmm...doesnt seem to like that. Of course it doesn't like what I'm trying either...this is what I've got:
>
>     IF MOD(nR+nG+nB,2)=1  && Pixel Sum is Odd, convert to White
>        SYS(2600, nOffset+nPos, 3, 0hFFFFFF)
>      ELSE  && Pixel Sum is Even, convert to Black
>        SYS(2600, nOffset+nPos, 3,  0x000000)
>      ENDIF
>
You are close, just use 0h000000 (varbinary) instead of 0x000000 (integer)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform