User:Manetta/myfirsthexidecimals
These images are all 600x400px bmp images, built by 1 440 000 characters (600x400x6), typed in hexidecimal rgb color codes!
My First Hexadecimals
the following bmp's are converted to jpg, as wiki is not taking the bitmap files.
a black pixel followed by a white one, black, white, black, etc...
a 600x400px bmp image, a black pixel is followed by 6 white ones (FF FF FF, 00 00 00)
00 00 FF (R), 00 FF 00 (G), FF 00 00 (B) etc.
Counting in hexadecimals, this positional numeral system with a base of 16: 0 = 00, 255 = FF
My Second Hexadecimals
the following bmp's are converted to png, as this file-format is closer to the way bitmap describes its pixels.
(Would like to dive more into the differences between file-formats, to be continued)
(((1 black px, 9 white px)*60px)*9) + 600 white px)*40 = result
(((1 black px, 9 white px)*60px)*9) + 600 black px)*40 = result
(((1 black px, 19 white px)*30px)*19) + 600 black px)*20 = result
don't remember the construction
((7 black px, 7 white px)*17142) + 7 black px + 5 white px = result