PHP Classes

working in Windows

Recommend this page to a friend!

      GIF images into animated GIF with native PHP class  >  All threads  >  working in Windows  >  (Un) Subscribe thread alerts  
Subject:working in Windows
Summary:I am very new to php but want to get my gifs working in php
Messages:6
Author:coolfog
Date:2007-05-18 17:21:05
Update:2007-05-21 20:01:07
 

  1. working in Windows   Reply   Report abuse  
Picture of coolfog coolfog - 2007-05-18 17:21:05
Can anyone give detailed instructions for a Windows user.
I really need detailed instructions step by step to get it working.

  2. Re: working in Windows   Reply   Report abuse  
Picture of Doug Doug - 2007-05-20 16:10:25 - In reply to message 1 from coolfog
So your server is windows based? That is quite rare! If so this should still work if you have the gd library installed and if you just download the class and put it into the same directory as your script.

Sorry if that has baffled you a bit. Hopefully it hasn't...

  3. Re: working in Windows   Reply   Report abuse  
Picture of coolfog coolfog - 2007-05-21 15:54:53 - In reply to message 2 from Doug
I got it to work! Now I am going to try to convert some swfs to gif and animate them in PHP. Thanks.

  4. Re: working in Windows   Reply   Report abuse  
Picture of coolfog coolfog - 2007-05-21 17:15:05 - In reply to message 3 from coolfog
Ok so I have the example working now.
How do I change it to run my own gifs?

Mike.

  5. Re: working in Windows   Reply   Report abuse  
Picture of coolfog coolfog - 2007-05-21 19:28:38 - In reply to message 4 from coolfog
OK I can now take a single frame out of the frame file apply some changes and put it back in the frames folder and then the animation changes! I can also add frames as well. If you leave the thumbnail file in the folder the animation won't work maybe someone can explain this. If I delete the thumbnail file the new animation will work.

  6. Re: working in Windows   Reply   Report abuse  
Picture of coolfog coolfog - 2007-05-21 20:01:07 - In reply to message 5 from coolfog
ok now that i am able to add and change frames i can now change the animation . But I still can't change the output size. Can anyone tell me how to change the size of the actual output animation on the php page. Eventually I want to create little php gif movies and embed them in my website. Even have sound and a movie player. Any thoughts?