I read an image into a byte array this way
but when I show it, the image becomes grayPHP Code:for i=0 to WIDTH
for j=0 to HEIGHT
data[i,j]=(byte)img.GetPixel(i,j).ToArgb();
. I am so confused.
Could someone help me please ? Thank you.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: reading image dataThreaded View
|
Click Here to Expand Forum to Full Width |