Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine size of an image
Message
 
 
To
10/04/2018 20:10:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01659303
Message ID:
01659305
Views:
45
Thank you very much!

>vfp offers the better way of all softs to calculate any picture dimensions:
>
>local m.xpict
>m.xpict=getpict()
>if empty(m.xpict)
>return .f.
>endi
>
>local m.o
>m.o=newObject("image")
>m.o.picture=m.xpict
>messagebox(m.xpict+chr(13)+"width="+trans(m.o.width)+" px"+chr(13)+" height="+trans(m.o.height)+ "px")
>m.o=null
>
>
>another ways to do this: gdiplus,gdiplusX,WIA...
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform