|
Posted by Schraalhans Keukenmeester on 06/11/07 07:09
At Sun, 10 Jun 2007 12:36:46 -0700, devphylosoff let h(is|er) monkeys
type:
> hi folks
>
> I am looking for a tool (script, plugin, code, ...) which can generate
> background image for webpage
>
> look at background on http://vtorrent.info/ page or on the Vista
> webpage.
> I want to create this in fly - only give two colours and expect result
> which will be created by function.
>
> Is any plugin for it?
> code in php or js or .. whatever ?
>
> What for?
> To have possibility to change backround in conformity with current
> hour.
Creating a rather complex gradient like the one on the site you mention
using PHP's graphic libs (gd, imagemagick) may be quite a daunting job.
Why don't you create a set of images outside of PHP and rotate these using
a simple script?
--
Schraalhans Keukenmeester - schraalhans@the.Spamtrapexample.nl
[Remove the lowercase part of Spamtrap to send me a message]
"strcmp('apples','oranges') < 0"
[Back to original message]
|