Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting width and height of GIF
Message
 
À
20/08/2002 17:27:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
00691686
Message ID:
00691784
Vues:
14
Hi Michel,

>I'm wondering if anyone has done that before. I would like to detect the width and height of a GIF file from Visual FoxPro.

Depends on what you need. If you need pixels, the image control is probably better suited. For twips you can use LOADPICTURE():
oPicture = LoadPicture(GetFile("gif"))
? oPicture.Width
? oPicture.Height
Christof
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform