View Full Version : ImageCreateFromGif
lord_raven
04-02-2003, 09:41 PM
First off, I don't have direct access to the PHP server INI files...
Having said that... Is there a way to create images from GIF files if the function doesn't exist on the server end?
imagecreatefromgif was dropped since version GD1.6.4 because unisys patented the LZW compression algorythm.
apparently imagemagick still supports it if you have that available.
lord_raven
04-03-2003, 12:12 AM
Ok... I got ImageMagick to work and I was able to convert GIF's to JPG's and use ImageCreateFromJpeg...
Now I want to add text to client defined images and be able to read it no matter what color the image is...
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.