Jump to content

File:EGA palette.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

EGA_palette.png(256 × 256 pixels, file size: 695 bytes, MIME type: image/png)

Summary

A public domain image showing all 64 EGA colors.

Uploaded in en.wikipedia by w:en:User:Psychonaut as w:en:Image:EGA_palette.png

Source code generating a 8×8 image

#!/bin/bash
# (requires Image Magick)
echo 'P3 8 8 3' >ega.ppm
for r in {0..3}
do
  for g in {0..3}
  do
    for b in {0..3}
    do
      echo $r $g $b >>ega.ppm
    done
  done
done
convert ega.ppm ega.png

This image is caled by 3200% to get this 256×256 pixel image.

Licensing

Public domain This work has been released into the public domain by its author, Psychonaut. This applies worldwide.

In some countries this may not be legally possible; if so:
Psychonaut grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current18:19, 22 July 2006Thumbnail for version as of 18:19, 22 July 2006256 × 256 (695 bytes)KErosEnE~commonswikiA public domain image uploaded in en.wikipedia by Psychonaut. http://en.wikipedia.org/wiki/Image:EGA_palette.png
No pages on the English Wikipedia use this file (pages on other projects are not listed).