"Anthony Ritter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > -- > > > Steve Magruder wrote in message : > > To reduce its display size in an img tag, specify 640 * .75 for the width > > (assuming 640 is for width) and 480 * .75 for the height. If you actually > > want to reduce the size of the image, then look at PHP's image-related > > functions (and the GD library). > > > > Steve > .................................................. > > Thanks Steve. > > Using MS Win 98 / PHP 4 and Apache. > > I tried running the following script but got an undefined call to: > > ImageCreate() > > The following copy is located in my php.ini file...one of which is: > > .............. > ;extension=php_gd.dll > .................. > > I tried uncommenting this line to no avail. > > What is the best way to install php_gd.dll so that I can make use of the > image library. > Many thanks.
Wish I could help here, but I frankly don't have GD expertise (yet). Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

