File:Highcolor palette.png

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

Highcolor_palette.png(256 × 128 pixels, file size: 1,020 bytes, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: 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
   done
 done
 convert hicolor.ppm hicolor.png
Date 20 April 2006 (original upload date)
Source Transferred from en.wikipedia to Commons by Sreejithk2000 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-20 23:31 Psychonaut 256×128× (1020 bytes) 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

File history

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

Date/TimeThumbnailDimensionsUserComment
current06:12, 24 June 2010Thumbnail for version as of 06:12, 24 June 2010256 × 128 (1,020 bytes)File Upload Bot (Magnus Manske) (talk | contribs) {{BotMoveToCommons|en.wikipedia|year={{subst:CURRENTYEAR}}|month={{subst:CURRENTMONTHNAME}}|day={{subst:CURRENTDAY}}}} {{Information |Description={{en|The 15-bit en:highcolor en:RGB palette. ==Source code== #!/bin/bash # (requires ImageMag

There are no pages that use this file.