Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the width and height of a JPG File
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
00415959
Message ID:
00415968
Vues:
18
>I want to put images automatically in an excel sheet. Nearly everything works fine but it is necesary to send the width and heigh of the image to excel.

You can programmatically grab this using the Image control.
oImage = CREATEOBECT("Image")
oImage.Picture = lcfile && File name of the image
? oImage.Height
? oImage.Width
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform