Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,15 @@
header_ppm "P6
4 8
255
"
red 25500 # a 3-element 1D list
grn 02550
ble 00255
blk 000
gry 128128128
wht 255255255
all redgrnbleblkgrywht # join "colors" to 1D list
image_ppm 843 all # reshape "all" to 8 rows by 4 cols by 3, "all" gets reused as needed to fill
image_ppm @ + image_ppm # deshape, convert to chars (uint8_t)
bytes_ppm header_ppm image_ppm
"small.ppm" •file.Bytes bytes_ppm

View file

@ -0,0 +1,6 @@
header_ppm "P6
800 800
255
"
image_ppm @ + > {256|𝕨𝕩(𝕨×𝕩)}˜ 800
"first_bqn.ppm" •file.Bytes header_ppm image_ppm