Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting width and height of GIF
Message
From
21/08/2002 02:36:15
 
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00691686
Message ID:
00691785
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
>
Yes, this is the approach I finally took. It's more easy to manipulate the information.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform