File:OCS palette.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

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

Captions

Captions

Add a one-line explanation of what this file represents
Description
English: The Original Amiga chipset (OCS) palette.

Source code

#!/bin/bash
# (requires Image Magick)
echo 'P3 64 64 15' >ocs.ppm
for r in {0..15}
do
  for g in {0..15}
  do
    for b in {0..15}
    do
      echo $r $g $b >>ocs.ppm
    done
  done
done
convert ocs.ppm ocs.png
Date 21 April 2006 (original upload date)
Source Transferred from en.wikipedia to Commons by Quadell using CommonsHelper.
Author Psychonaut at English Wikipedia

Licensing

[edit]
Public domain This work has been released into the public domain by its author, Psychonaut at English Wikipedia. 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.

Original upload log

[edit]
The original description page was here. All following user names refer to en.wikipedia.
  • 2006-04-21 02:46 Psychonaut 256×256× (877 bytes) The [[Original Amiga chipset]] (OCS) [[palette (computing)|]]. ==Source code== #!/bin/bash # (requires Image Magick) echo 'P3 64 64 15' >ocs.ppm for r in {0..15} do for g in {0..15} do for b in {0..15} do echo $r $g $b >>ocs.p

File history

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

Date/TimeThumbnailDimensionsUserComment
current00:22, 13 April 2009Thumbnail for version as of 00:22, 13 April 2009256 × 256 (877 bytes)File Upload Bot (Magnus Manske) (talk | contribs) {{BotMoveToCommons|en.wikipedia|year={{subst:CURRENTYEAR}}|month={{subst:CURRENTMONTHNAME}}|day={{subst:CURRENTDAY}}}} {{Information |Description={{en|The en:Original Amiga chipset (OCS) palette. ==Source code== #!/bi

There are no pages that use this file.