|
-
Oct 9th, 2005, 09:49 PM
#1
Thread Starter
Lively Member
[RESOLVED] Find the difference in two images.
If there's a built in function in the .NET framework for this, that would be really cool, however, I don't count on that happening, so I've been thinking about how to do such a thing.
I think that if I can figure out how to get and/or change the color value (in any format at all) of a specified pixel of a specified picture, I would be able to do it myself. For example if there is a function like GetPixel("C:\image.jpg", 30, 87) that might return a rgb value, or the color value as a long
If anyone has any help it would be greatly appreciated. Thanks in advanced!
Last edited by deranged; Oct 11th, 2005 at 12:46 PM.
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
|