I tried to following code in Macro Scheduler Standard v11 under Windows 7 Ultimate x64:
Let>picture=
Let>j=ys
Repeat>j
Let>i=xs
Add>j,1
Repeat>i
Add>i,1
GetPixelColor>%i%,%j%,pix
If>pixpicture,1
Else
ConCat>picture,0
EndIf
Until>i,xe
Until>j,ye
If I scanned a 30x90 pixel area the process completed in ~30s. After I tried the same code under Windows XP Pro x86 on the same machine I got only ~3s. What can be the possible cause of this difference? Incompatibility with W7 x64 system? If I use LibFunc GDI32 GetPixel, the situation is the same under x64 (~30s).
