Image:Highcolor palette.png
From Wikipedia, the free encyclopedia
No higher resolution available.
Highcolor_palette.png (256 × 128 pixels, file size: 1,020 B, MIME type: image/png)
[edit] Summary
The 15-bit highcolor RGB palette.
This is a candidate to be copied to the Wikimedia Commons. Appropriately licensed media are more accessible to other Wikimedia projects if placed on Commons. Any user may perform this move - please see Moving images to the Commons for more information.
Copy to Commons via CommonsHelper |
[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
I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide. In case this is not legally possible, |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Dimensions | User | Comment | |
---|---|---|---|---|
current | 23:31, 20 April 2006 | 256×128 (1,020 B) | Psychonaut (Talk | contribs) | (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) |
- Search for duplicate files
- Edit this file using an external application
See the setup instructions for more information.
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):