I dont think its possible, but I noticed that drawing operations are faster when done on a hidden bitmap. Maybe it works with getting pixels too.
create bitmap 5,33,33
copy bitmap 0,1,1,32,32,5,1,1,32,32
set current bitmap 5
for x=1 to 32
for y=1 to 32
col=pixle(x,y)
if col=rgb(255,255,255) then line$=line$+"01"
if col=rgb(0,0,0) then line$=line$+"02"
next y
write string line$
line$=""
next x
delete bitmap 5
but again, I dont know if it works (no dbc here at the moment)
Quote: "
UPDATED
Amd 2800+
1024mb pc3200
A7N8X - Deluxe
Ati Radeon 9800PRO 256mb"