Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting pixel in JPG
Message
 
 
À
09/09/2005 10:52:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
01048135
Message ID:
01048167
Vues:
22
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform