Il Saturday, October 04, 2003 12:31 PM Chris <[EMAIL PROTECTED]> scrisse:
> Hello, > > I am trying to use the GD library and I don't care which one I > use(bundled or non). I have issued the php -m and have seen the > module in the list. Why do I get an error message when trying > imagecreate? > I am using php-4.3.3. I can provide more details if need be. > > Chris- the bundled version of GD and the download version of GD can't create .gif images because the gif LZW compression algoritm is licensed by Unisys. This may be your problem. follow this link: http://www.rime.com.au/gd/ , you can get the rules to patch the current version of GD to support gif images. If you've another problem please send more details and we can try to help you. Good Luck :) Claudio Ginex