is that brainfuck code?
tbh i couldnt reproduce that result on any other online brainfuck compilers. like i said, seems like a fluke. i didnt put enugh time into it to try to hand convert whatever that string is in bf.
#!/usr/bin/env pythonfrom PIL import Imageim = Image.open("skull-code.png")width, height = im.sizeyellowAsZero=""greenAsZero=""for y in range(height): for x in range(width): r,g,b = im.getpixel((x,y)) if r 200: yellowAsZero += "0" greenAsZero += "1" else: yellowAsZero += "1" greenAsZero += "0" yellowAsZero +="\n" greenAsZero +="\n"print(yellowAsZero)
It didnt come out with anything but that was my quick attempt
8kun snake logo ? i almost see it if i stretch my imagination haha
It looks like sprites of an aztec dude running and doing flying kicks for an 8bit game
I've got an image for you to play around with
https://twitter.com/BillClinton/status/1260613471697358848
Looks photoshopped. All albums look face. his face looks odd.
Ran it through hexdump and got this:
0000f1b0 26 94 bd 5c 08 22 d2 26 96 ff 00 c4 70 cb 1b e5 |&...".&....p...|0000f1c0 e2 22 ed 77 e4 a9 5c 60 39 55 ea 57 79 9c 0e 09 |.".w..`9U.Wy...|0000f1d0 a1 f1 2c 8a 0a d6 1f 03 ea 67 0a e5 e0 fe d0 b8 |..,......g......|0000f1e0 b6 d8 e0 7f dc ca 31 bc 32 b4 cf 98 fe c1 05 c2 |......1.2.......|0000f1f0 db 9f 13 31 8c 82 5a 8f 3a ac 47 40 4e ce 1b b8 |...1..Z.:.G@N...|0000f200 bc 10 46 cb 01 bf 98 60 c1 63 6e d1 e2 0b 62 d0 |..F....`.cn...b.|0000f210 0b 56 c3 d3 29 29 c3 16 ef 11 e9 98 10 70 1d a2 |.V..)).......p..|0000f220 09 3b 4c 1e d1 93 2c a7 a7 fc 4a 63 6e 47 4b ee |.;L...,...JcnGK.|0000f230 1f 52 94 55 d2 6e bc 5c ff d9 |.R.U.n...|0000f23a