Rescaling an Image

Blitz3D Forums/Blitz3D Beginners Area/Rescaling an Image

Will(Posted 2005) [#1]
I am making a tile game, and I want to rescale all my tiles to 24 by 24 pixels.

tile:TImage = loadImage(path)

Now I need to rescale tile so that it is 24 by 24 pixels, but I dont know how. I would prefer not to setscale(x,y) every time i draw it.

Thanks, Will.


big10p(Posted 2005) [#2]
This is the Blitz3D Beginners Area, mate. ;)


Will(Posted 2005) [#3]
Oh! ok, thanks very much, i meant to be in Blitzmax