View Single Post
  #9  
Old 03-12-2007, 04:00 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
in gs2 it's getimgwidth("name.png"); and you can't set the width with it.

as i said you can just use

PHP Code:
with(showimg(200,"image.png",x,y)) {
stretchx 300/getimgwidth("image.png");

Will make the image 300px wide on screen.

n.b. the only issue with this is that X and Y of the showimg will not be in the top left corner of the image any more.
__________________

Coming soon (Hopefully:P)
Reply With Quote