ok, I have my .jpg image, let's call it "picture.jpg" Now, I want to get a pixel color from picture.jpg at coordinates (50,80) How could I do this? Thanks a lot Michael
ok, I have my .jpg image, let's call it "picture.jpg" Now, I want to get a pixel color from picture.jpg at coordinates (50,80) How could I do this? Thanks a lot Michael
ATL has a CImage class which lets you load an image from file and do whatever you want with it... Just check out the CImage class in MSDN to get you on the road. Don't think you are, know you are...