File :-(, x, )
RGB Anonymous
256² x 16²
>> sage Anonymous
I don't get it..
>> Anonymous
sage
>> Anonymous
fucking computer illiterate retards!
get off 4chan and go get an edumacation.
>> Anonymous
>>171506

edumacation???? Uhhh....ok.
>> Anonymous
>>171512
youre fucking stupid
>> Anonymous
>>171512
oh wow
>> Anonymous
OP here.

It's trivial to create an image that shows all 2^24 colors. But finding a way to make the result not actually ugly is more difficult.

You can create small algorithms to create these images even with QBasic, so if you have an idea you can easily realize it.
>> Anonymous
>>171512

Learn your memes and computer literacy, then come back and post intelligently.
>> Anymouse
>>171526
QBasic can't do more than 256 colors, you tard.
>> Anonymous
>>171530
*eyeroll* Execute this and open with Paint Shop Pro ...


REM (c) Anonymous No. 171235, protected by international patents and treaties.
REM This software is provided as-is and without any warranty at all.
REM May God have mercy on your poor, defenseless files.

ON ERROR GOTO handler

DIM r, g, b AS INTEGER
DIM c AS STRING * 1

KILL "test.raw"
OPEN "test.raw" FOR BINARY AS #1

FOR r = 0 TO 255: PRINT 255 - r
FOR g = 0 TO 255
FOR b = 0 TO 255

c = CHR$(r): PUT #1, , c
c = CHR$(g): PUT #1, , c
c = CHR$(b): PUT #1, , c

NEXT b
NEXT g
NEXT r
CLOSE #1


handler:
RESUME NEXT
>> Anonymous
>>171530
age for pwnt
>> Anonymous
>>171640
Sorry, a typo - of course that should've been "No.171174".