Original image size

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
SteveTX
Posts: 170
Joined: Sun Jan 17, 2010 9:00 pm

Original image size

Post by SteveTX » Sat Jun 29, 2013 7:32 pm

Is there a way to get the original resolution size of an image from the image library, rather than its resized aspect as an image object?

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4172
Joined: Sun Jan 07, 2007 9:12 pm

Re: Original image size

Post by bn » Sat Jun 29, 2013 10:06 pm

Steve,

try formattedWidth of image "myImage" and formattedHeight of image "myImage"

Kind regards
Bernd

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Original image size

Post by Klaus » Sun Jun 30, 2013 11:09 am

No need to TRY, that simply works! ;-)

Post Reply