|
-
October 22nd, 2001, 01:43 AM
#1
help me!!
How can we detect the pixel of the image? I want to check the every image pixel colour. How can we know the image pixel is white in colur. I've done like this.. It's correct or not?
vbcode
If Form1.Picture1.Point(j, i) = RGB(255, 255, 255) Then
code = 0
Write #2, Val(code);
/vbcode
It's just apart of it.
Thank You.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|