Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
|
|
@ -18,12 +18,12 @@ fn = open("exmaple.PPM", "wb")
|
|||
print #fn header$
|
||||
|
||||
for x = 0 to hei - 1
|
||||
for y = 0 to wid - 1
|
||||
c$ = right$(getbit$(y, x, y, x), 6)
|
||||
poke #fn, dec(left$(c$, 2))
|
||||
poke #fn, dec(right$(c$, 2))
|
||||
poke #fn, dec(mid$(c$, 3, 2))
|
||||
next y
|
||||
for y = 0 to wid - 1
|
||||
c$ = right$(getbit$(y, x, y, x), 6)
|
||||
poke #fn, dec(left$(c$, 2))
|
||||
poke #fn, dec(right$(c$, 2))
|
||||
poke #fn, dec(mid$(c$, 3, 2))
|
||||
next y
|
||||
next x
|
||||
|
||||
poke #fn, asc("\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue