geordie_b Posted July 25, 2007 Share Posted July 25, 2007 Hi, This is my first post in these forms so hope you can help me out what i am trying to do is to take an image and then save it with some text over it. This thread explains what im trying to do (although it is not my inital post) http://www.webhostingtalk.com/showthread.php?threadid=308047 People did suggest some solutions to the problem but i can get them to work, it was many years ago so things may have changed somehow? I think my problem with the script lie early on, i dont think this line is working, $im = ImageCreateFromGif("template.gif"); I have saved the image in the same directory as the code and it is named exactly the same. Any suggestions? Thanks in advance Jon Quote Link to comment Share on other sites More sharing options...
Caesar Posted July 25, 2007 Share Posted July 25, 2007 If GD library supported on your server? Might seem like a silly question but I thought I'd ask. Quote Link to comment Share on other sites More sharing options...
tsilenzio Posted July 25, 2007 Share Posted July 25, 2007 Well it could be that GD isnt enables or installed, also did u try just to make sure that lowercase wouldnt matter like: imagecreatefromgif() instead of ImageCreateFromGif() just to make sure lol =/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.