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 »

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: 4219
Joined: Sun Jan 07, 2007 9:12 pm

Re: Original image size

Post by bn »

Steve,

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

Kind regards
Bernd
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Original image size

Post by Klaus »

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