Is it possible to change the size of images in GDI+ ? $hImage = _GDIPlus_ImageLoadFromFile($sPath) This is the function that i use... if i do this: _GDIPlus_GraphicsDrawImage($aWindow[2], $hImage, $posX, $posY) The picture comes to my screen but i see there no possibility to resize / scale the picture! (I don't want to resize and save the picture with GDI+, i want to draw it bigger on my screen)