Jump to content

dennyb

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

dennyb's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Perhaps someone can shed a little light for me. Several months ago we had a programmer who had managed to use PHP (I think exclusively) to build an animated gif "on the fly". He has since departed our company and with him apparently went the code. I know very little about PHP, but do know the basics he used to make it happen. Initially a simple script was in place that used @imagecreatefromgif that merged some dynamic text into a static gif and displayed it. What our long lost friend had done was to use this same method to merge the dynamic text onto a series of gif's (the individual animation frames) saving each rather than displaying them. When this was done, the code 'assembled' the individual files into a single animated gif, ultimately displaying it. The effect was static text on an animated background. We've made many unsuccessful atttempts at reproducing this effect, and haven't been able to find anything similar on the web. I'm begining to suspect that there may have been some other unknown non-PHP element involved. To the true PHP experts, does this sound like something that is possible purely with PHP? Thanks in advance for any suggestions, and please excuse my obvious ingorance in general. Dennis
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.