Hi my friends,
I would like to ask one question about get image and save image.
I have create a small routine which create a screenshot of my game.
the code works well , I capture my screenshot of my game and then I save it as screenshot.bmp image file.
There is one small problem and I don't know how does this happen.
The screen resolution of my game is 640x400 and the saved image
is 1024x512.
press_space=keystate(57)
if (press_space=1)
get image 99,0,0,640,400
save image "screenshot.bmp",99
endif
Is it possible the image to be saved in 640x400? instead of 1024x512
Thank you