Hello
I tried both the .png (generates empty file) or .jpg (generates black image)
Performance might be slow on a normal harddisk. I use this code to write to a RAMDisk (which is like 100x faster than a normal harddisk)
CreateRenderImage(1, 800, 600, 0, 0)
SetRenderToImage(1, 0)
SetWindowSize(800, 600, 0)
SetVirtualResolution(800, 600)
do
print(ScreenFPS())
randomInt As Integer
randomInt = Random2()
SaveImage(1, Str(randomInt) + ".png")
sync ( )
ClearScreen()
loop
Can anybody test this? I get these results on Mac OSX.
Thanks a bunch for testing or input.