Is it reasonable to expect a GrabImage of a 1024x768 screen to take 2.5 seconds?
Local image:TImage = CreateImage(1024, 768)
GrabImage(image, 0, 0)
I've also noticed that loading a jpg of the same dimension takes about the same amount of time.
Perhaps it's a processor thumping action that shows up my 867mhz powerbook...
:o)
Local image:TImage = CreateImage(1024, 768)
GrabImage(image, 0, 0)
I've also noticed that loading a jpg of the same dimension takes about the same amount of time.
Perhaps it's a processor thumping action that shows up my 867mhz powerbook...
:o)