Click to See Complete Forum and Search --> : GD Help for Windows, NO DOCS


atdawgie
09-20-2001, 11:02 PM
I'm using Windows IIS 4.0 and am trying to create gifs and jpgs and manipulate them but there is NO documentation describing what components I need to install so I can do so. There is some documentation on installation packages needed for Unix but none work on Windows or require a C compiler to build the files which eventually fail during build as well. Where is the windows documentation? What components do I need to manipulate gifs and jpgs and in what order do I need to install them, and what versions do I need?

Thanks for any help.

Aaron

mithril
09-21-2001, 05:06 AM
It's simple, uncomment the "extension=php_gd.dll" in your php.ini and restart IIS. No building, no external files.

BTW, for reasons which have been well covered on this board (as was the Doze GD installation) GD doesn't do GIF.

geoff

Anon
09-21-2001, 09:33 PM
Try this

http://sabyo.dyns.cx/php_gd.php3#install

Anon
09-25-2001, 11:08 PM
Thanks, Richie. That was bothering me as well :)

This is why I love this web site :D