Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Picture resolution
Message
 
 
To
15/09/2005 14:49:22
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01050037
Message ID:
01050043
Views:
9
>Is there a way to find out a picture resolution. I use image controle with loaded JPG picture and stretch properties set to isometric because of constant region for picture preview?
>
>I know that resolution is width and height of a picture, but only if stretch property is set to clip.
>
oImg = CREATEOBJECT("Image")
oImg.Picture = GETPICT("JPG")
? oImg.Width
? oImg.Height
oImg = Null
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform