IonicWind Software

IWBasic => Games and Graphics => Topic started by: maurice1 on February 07, 2007, 06:08:13 AM

Title: Image width and height
Post by: maurice1 on February 07, 2007, 06:08:13 AM
I have searched the help file and I can't seem to find how to get a loaded image's (using SHOWIMAGE window, handle, type, x, y , {w, h{, flags}})  width and height. Can anyone advise?
Title: Re: Image width and height
Post by: LarryMc on February 07, 2007, 07:06:30 AM
I use functions from a dll to determine image size, scale, rotate, adjust contrast, etc.
You can find an IBASIC example w/ the dll and source code at :
http://www.codingmonkeys.com/index.php?action=tpmod;dl=item31
Title: Re: Image width and height
Post by: maurice1 on February 07, 2007, 05:44:50 PM
Thanks Larry,

Have downloaded the examples and I will try them out.