Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting width and height of GIF
Message
 
To
20/08/2002 17:27:43
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00691686
Message ID:
00691784
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform