Thumbnail.

sorted by hamming weight

Description

pseudocode:

c=0
for i = 0..(256^3)-1:
  w = hamming_weight(i)
  c = count[w]
  weight[w][c]=i
  count[w] = c + 1

for c=0..24:
  w = 0
  do {
    out = weight[c][w]
    if ( out != 0 ^^ c == 0 )
      pixelRGB = out
  } while ( out != 0)

Author

Stats

Date
Colors16,777,216
Pixels16,777,216
Dimensions4,096 × 4,096
Bytes603,389