Image:Highcolor palette.png

From Wikipedia, the free encyclopedia

No higher resolution available.

Highcolor_palette.png (256 × 128 pixel, file size: 1,020 B, MIME type: image/png)

[edit] Summary

The 15-bit highcolor RGB palette.

[edit] Source code

#!/bin/bash
# (requires ImageMagick)
echo 'P3 256 128 31' >hicolor.ppm
for r in {0..31}
do
  for g in {0..31}
  do
    for b in {0..31}
    do
      echo $r $g $b >>hicolor.ppm
    done
  done
done
convert hicolor.ppm hicolor.png

[edit] Licensing

Public domain

I, the creator of this work, hereby release it into the public domain. This applies worldwide.
In case this is not legally possible,
I grant any entity the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

File history

Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version.
Click on date to download the file or see the image uploaded on that date.

  • (del) (cur) 23:31, 20 April 2006 . . Psychonaut (Talk | contribs) . . 256×128 (1,020 bytes) (The 15-bit highcolor RGB palette. ==Source code== #!/bin/bash # (requires ImageMagick) echo 'P3 256 128 31' >hicolor.ppm for r in {0..31} do for g in {0..31} do for b in {0..31} do echo $r $g $b >>hicolor.ppm done)

The following pages on the English Wikipedia link to this file (pages on other projects are not listed):