I am looking for someone to create an animated Gif image. What i want is something like this.
http://server6.theimagehosting.com/image.php?img=example.611.gif
the background image can be found here
http://server6.theimagehosting.com/image.php?img=examplebg.gif

In here the $username variable is a single static value however $header and $text values are off an arrary. Therefore what i am looking for is to create an image that will switch between the values with a delay inbetween them (5 second delay between the images).

For example: Image 1 Would be


Guest ($username)

Feeling Sad ($header[0])
lost my cat ($Text[0])

Image 2 would be


Guest($username)

Feeling Happy ($header[1])
Found my cat ($Text[1])

Image 3 would be


Guest($username)

Feeling Content ($header[2])
Nothing New ($Text[2])

    Good luck, this is a PHP forum not a bunch of gif creators.

      gif creators?...aren't there php functions that create gifs?
      Offering $25 US for anyone willing to provide a working function that does the above.

        $25? Do you really believe this is a five minute job?

          Sure you could create gif with some versions of PHP but an animated gif even if you could is way beyond the simple creation of a gif. Mostly because you would have to create xeveral frames, there are programs specifically for this but just try a google search and you will not find any that use PHP to do it.

            5 days later
            Write a Reply...