Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API functions to return jpeg dimensions?
Message
 
 
To
16/07/2002 11:46:34
John Faithfull
Hunterian Museum, University of Glasgow,
Glasgow, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00679166
Message ID:
00679185
Views:
23
Try
oImg = CREATEOBJECT("Image")
oImg.Picture = GETPICT()
? oImg.Width
? oImg.Height
>Hello,
>
>I've already submitted this to the Images category, but this might be a better place, so I'm resubmitting it here...
>
>I need to be able to perform calculations in Foxpro based upon the pixel height and width of jpeg images.
>
>It looks as though Windows is perfectly capable of reading this info (eg right-clicking a jepg), so what's the easiest way of returning these values to a Foxpro program?
>
>Can this be done using a Windows API function (if so, how, exactly?), or do I need to use fopen() and find some way of parsing the jpeg header?
>
>Thanks
>
>John
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform