pixel on photo
-
how to get pixel value from fhoto if I use C# language program? i need it at quickly to get my test scores please.. help me..
-
how to get pixel value from fhoto if I use C# language program? i need it at quickly to get my test scores please.. help me..
http://msdn.microsoft.com/en-us/library/system.drawing.bitmap.getpixel.aspx[^] Have you ever tried putting some effort in yourself?
My current favourite quote is: Punch them in the face, see what happens!
-SK Genius
-
how to get pixel value from fhoto if I use C# language program? i need it at quickly to get my test scores please.. help me..
-
ayu riza kurniawati wrote:
i need it at quickly to get my test scores
Does that translate to what I think it does? "Holy crap, im in an exam right now and need this answered so I can scape a pass mark"
Holy crap Batman! I do believe you are correct! We had best leap into action and try and save his ass! Do you think he can wait until tomorrow, 'cause I'm off home soon...
Did you know: That by counting the rings on a tree trunk, you can tell how many other trees it has slept with.
-
Holy crap Batman! I do believe you are correct! We had best leap into action and try and save his ass! Do you think he can wait until tomorrow, 'cause I'm off home soon...
Did you know: That by counting the rings on a tree trunk, you can tell how many other trees it has slept with.
OriginalGriff wrote:
Holy crap Batman!
You're not quite getting the gist of this Holy 'X' Batman thing. I think you may have been after something more like:
Holy test papers Batman!
or maybe
Holy exam timetables Batman!
or even
Holy flimflam Batman!
My current favourite quote is: Punch them in the face, see what happens!
-SK Genius
-
how to get pixel value from fhoto if I use C# language program? i need it at quickly to get my test scores please.. help me..
Here you go. Pass the test, join the experts.
for(int y=0; y<photo.Height; y++) {
for(int x=0; x<photo.Width; x++) {
Color color=x==y?Color.IamLazy:Color.IamIdiot;
MessageBox.Show("color="+color.ToString());
}
}:)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
-
Here you go. Pass the test, join the experts.
for(int y=0; y<photo.Height; y++) {
for(int x=0; x<photo.Width; x++) {
Color color=x==y?Color.IamLazy:Color.IamIdiot;
MessageBox.Show("color="+color.ToString());
}
}:)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).
-
I'm not sure. He may not notice my solution when he gets distracted by CG providing an appropriate answer here[^]. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read formatted code with indentation, so please use PRE tags for code snippets.
I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).