Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting pixel in JPG
Message
 
 
To
09/09/2005 10:52:05
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
01048135
Message ID:
01048167
Views:
23
Michel,

This should get you started:
_screen.Picture = getpict()
for i = 1 to 1000
   debugout i, _screen.Point( 100, i )
endfor
You should be able to accomplish the same thing with a form.

>So, is there a way to detect that from a JPG? Basically, I would have to check each pixel of the first row, each one of the right side and so on for the color 000000. Is that doable?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform