Miggy
Don't worry about the step 2 I don't remember well why
but I know I could see my small image.
My question remains unanswered. Again when I have
a file called image.bmp on my computer how can I know
where it is in the memory (the hex address of where I
can start a for next loop of peek...
I have seen 11 responses to my msg about arrays
but I have tried different things, nothing works.
QBASIC/AH does not work (A not allowed)
DIM image (0 to 639, 0 to 479) also fails. I can
only go up to DIM image (0 to 639, 0 to 24)
My version is Q1.0 maybe it's not the latest
Would it help to...
Hi everyone
I'd like to do some image processing of a 301K
image (an array of 640 * 480 pixels with 256
graylevels) How can I do it? Right now I have:
SCREEN 13
DIM a%(23000)
a$ = "image.bmp"
OPEN a$ FOR BINARY AS #1
FOR j% = 1 TO 21000 STEP 2
GET #1, j%, a%(j%)
NEXT
CLOSE
It...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.