From black to white via every colour inbetween, full screen.
October 30, 2006 8:48 AM
Subscribe
I want to generate a full-screen traversal of the entirety of RGB colour space. This is to be played back on a Windows computer.
The display machine is Windows. It has Firefox, IE, and the Microsoft office suite. It has Quicktime, but not Quicktime Pro. I do not have administrator rights on this machine, but could probably arrange to have free software installed on it. Pay software is out.
The tools I have at my disposal are: Linux computers with complete ImageMagick tools, reasonable programming skills, and libraries which can create Quicktime movies.
So far I have tried: Generating a series of one pixel bitmap images and converting to gif using convert and then using Firefox to show this gif expanded to fill most of the screen. This is OK but the indexing of the gif means that I run out of colours fairly fast. I have generated a quicktime movie which has the characteristics I want, but Quicktime needs to be upgraded to Pro to allow full screen viewing.
Is there some scripting language that I could use within PowerPoint? Some windows tool I don't know about? Or is there a way to do this in JavaScript?
posted by handee to computers & internet (7 comments total)
1 user marked this as a favorite
I'm assuming that you want the maximum gradation across all colours?
Do you want it to show one colour at a time, or all colours all at once (kind of like the colour-wheel palettes on a paint program)?
Should be possible with JS - create a basic page, and then use the script to change the background colour attributes one step at a time... this will give you 00-FF for each of R, G and B - i.e. 24-bit. Not sure how easy it would be to display full-screen either.
posted by Chunder at 9:03 AM on October 30, 2006