Posts Tagged rgb
allRGB Entry – PHP Image Manipulation
Posted by Howard Yeend in PHP on February 10, 2010
The objective of allRGB is simple: To create images with one pixel for every rgb-color (16777216 to be exact); not one color missing, and not one color twice.
What a cool project! As regular readers will know, I love messing about with image manipulation in PHP, so when I heard about the allRGB project I knew I had to make an entry for it. A few false starts and about half an hour later, I proudly submitted my first entry, a 4096×4096 PNG image containing every single possible RGB colour. As one redditor put it, “It’s like poetry, just without words.”
Click for the high resolution (only 173Kb)
And now on to the code:
Read the rest of this entry »
Recent Comments