Image:VGA palette.png
From Wikipedia, the free encyclopedia
No higher resolution available.
VGA_palette.png (512 × 512 pixels, file size: 5 KB, MIME type: image/png)
[edit] Summary
The VGA 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 512 512 63' >vga.ppm for r in {0..63} do for g in {0..63} do for b in {0..63} do echo $r $g $b >>vga.ppm done done done convert vga.ppm vga.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:13, 20 April 2006 | 512×512 (5 KB) | Psychonaut (Talk | contribs) | (The VGA palette. ==Source code== #!/bin/bash # (requires ImageMagick) echo 'P3 512 512 63' >vga.ppm for r in {0..63} do for g in {0..63} do for b in {0..63} do echo $r $g $b >>vga.ppm done done done convert vga.p) |
- 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):