File:EGA palette.png

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

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 edit

#!/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 edit

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.

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~commonswiki (talk | contribs)A public domain image uploaded in en.wikipedia by Psychonaut. http://en.wikipedia.org/wiki/Image:EGA_palette.png

There are no pages that use this file.