Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Jacob Kruger
: [PHP-WIN] GD imagerectangle() function - background transparency? hi! On Thu, Sep 5, 2013 at 10:35 PM, Jacob Kruger ja...@blindza.co.za wrote: Just wondering, if I load an existing image into an image resource, and then draw a rectangle on it using the GD imagerectangle() function

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Jacob Kruger
@gmail.com Sent: Friday, September 06, 2013 8:39 AM Subject: Re: [PHP-WIN] GD imagerectangle() function - background transparency? Effectively, I've got sort of template images, and want to sort of draw multiple outline boxes onto them where users can then choose one to then insert text onto image

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Pierre Joye
-windows@lists.php.net Cc: Pierre Joye pierre@gmail.com Sent: Friday, September 06, 2013 8:39 AM Subject: Re: [PHP-WIN] GD imagerectangle() function - background transparency? Effectively, I've got sort of template images, and want to sort of draw multiple outline boxes onto them where

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Jacob Kruger
pierre@gmail.com To: Jacob Kruger ja...@blindza.co.za Cc: php-windows php-windows@lists.php.net Sent: Friday, September 06, 2013 10:45 AM Subject: Re: [PHP-WIN] GD imagerectangle() function - background transparency? thanks, but I was asking for the source image(s) and the resulting image

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Pierre Joye
On Fri, Sep 6, 2013 at 11:13 AM, Jacob Kruger ja...@blindza.co.za wrote: Well, here's one of the test images - literally just a test image I took of a pseudo-toy a while ago: https://dl.dropboxusercontent.com/u/13327195/13771158254.png And, here's the current output/finished off version:

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-06 Thread Jacob Kruger
...@blindza.co.za Cc: php-windows php-windows@lists.php.net Sent: Friday, September 06, 2013 12:54 PM Subject: Re: [PHP-WIN] GD imagerectangle() function - background transparency? On Fri, Sep 6, 2013 at 11:13 AM, Jacob Kruger ja...@blindza.co.za wrote: Well, here's one of the test images - literally just

[PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-05 Thread Jacob Kruger
Just wondering, if I load an existing image into an image resource, and then draw a rectangle on it using the GD imagerectangle() function, and specifically not using the imagefilledrectangle() function, does the new rectangle/box overlay the existing image content, or just draw the outlines

Re: [PHP-WIN] GD imagerectangle() function - background transparency?

2013-09-05 Thread Pierre Joye
hi! On Thu, Sep 5, 2013 at 10:35 PM, Jacob Kruger ja...@blindza.co.za wrote: Just wondering, if I load an existing image into an image resource, and then draw a rectangle on it using the GD imagerectangle() function, and specifically not using the imagefilledrectangle() function, does the

[PHP-WIN] GD problem

2005-02-25 Thread Joakim Ling
Hi The standard font in GD doesn't support å (aring;) , it supports ä and ö. I tried looking over the web for a gdf font, but no standard font with åäö. Anyone got a suggestion? $title = åäöÅÄÖ; imagestring ($this-img, 6, (($this-toolWidth/2)-((strlen($title)/2)*9)), 60,

[PHP-WIN] GD Image Resizing on the fly.

2004-11-19 Thread Tony Devlin
Hello Everyone, I am looking for a script or guidance in where to look to figure out how to create a php script that resizes an image on the fly when it is called with some variables. To further detail, I have a shopping cart I am creating for a client -- the client has the ability to upload

RE: [PHP-WIN] GD Image Resizing on the fly.

2004-11-19 Thread Mike
very impressive things with images if you spend some time reading. -M -Original Message- From: Tony Devlin [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 9:41 AM To: Php-Windows Subject: [PHP-WIN] GD Image Resizing on the fly. Hello Everyone, I am looking for a script

Re: [PHP-WIN] GD Image Resizing on the fly.

2004-11-19 Thread denis
hi this the script i use in www.biere.org you can see it in action at http://www.monsieur-biere.com/liste/secondairelmc.php3?type=typetype2=BIERE+DE+NOELpage=1 i use the same script in rhe shopping cart and in the order form it test if the file exist and resize it at predefined size or peoduce

[PHP-WIN] GD problem

2004-08-31 Thread Joakim Ling, Lokalguiden
Hi, Is it possible to resize jpg/gif from gd 1.7, its working fine in gd 2.0 and my webbserver wont upgrade. This is my example (not working in gd 1.7) ?php // 1.php header(Content-type: image/jpeg); $img = $_GET[img]; $imgSource = @getimagesize($img); $imgWidth = $imgSource[0];

[PHP-WIN] GD problem

2004-08-31 Thread Joakim Ling
Hi, Is it possible to resize jpg/gif from gd 1.7, its working fine in gd 2.0 and my webbserver wont upgrade. This is my example (not working in gd 1.7) ?php // 1.php header(Content-type: image/jpeg); $img = $_GET[img]; $imgSource = @getimagesize($img); $imgWidth = $imgSource[0];

[PHP-WIN] GD doesn't work?

2004-04-10 Thread arno muhren
Hi everyone, I have a Windows 2003 Server installed with IIS, PHP, MySQL and Moodle (Learning Environment) running on it, the problem is that all the jpg-files are been shown as a white square with a red cross on it. I have enabled GD in php.ini and when I take a look at my info.php file, it says

[PHP-WIN] gd error

2004-02-27 Thread Rafi Sheikh
I am trying to use jpgrap with php. For that I need gd enabled. Following is from my php.ini-as you can sees, it is listed. However, I do not see gd related info when I run php_info() ; Directory in which the loadable extensions (modules) reside. extension_dir = c:\php extension=php_gd2.dll

[PHP-WIN] GD Lib

2003-11-15 Thread S F Alim
Hi all, I m running PHP 4.3.3 on IIS 5.0, and I believe that I don't have GD library installed or it's not working, and im totally new to this, so if any kind enuff to tell me where shall I look and how can I install (if its not there). Thanks in advance. Regards, S F Alim.

[PHP-WIN] GD Library vs ImageMagick

2003-08-22 Thread Arijit Chaudhuri
I need to implement the following: a) Get the image height and width of images b) Create thumbnails and other lower resolution images from one high res image The site is expected to handle a large number of such operations with bulk uploaded images. Which would be better for implementation - gd

[PHP-WIN] GD image library

2003-08-19 Thread bart van bavel
I installed php on iis 6.0, but on my page I get the error GD image library is not supported, when I set the extension path and add the extension to the gd image dll the webserver doesn't work anymore, has anybody a solution to my problem? -- PHP Windows Mailing List (http://www.php.net/) To

[PHP-WIN] GD in PHP 4.3.0

2003-03-25 Thread Afan Pasalic
GD is now a part of PHP 4.3.0. But, do I have to make some changes in php.ini (set it up) before I start using it or it's already set up to use? I'm still getting error message: Fatal error: Call to undefined function: imagecreate() in /home/admin/resize_image.php on line 12 Afan

[PHP-WIN] GD under w2k

2003-03-23 Thread Franz Max
Hi all, I would like to install GD for PHP under W2000. I have got the GD source and the PHP source downloaded. How can I compile them? I dont have any C compiler. In all of the manuals the compiling procedure written for Linux instead of Windows. Thanx in advance Franz -- PHP Windows

Re: [PHP-WIN] GD under w2k

2003-03-23 Thread Stephen
must download the zip file. Good luck Stephen - Original Message - From: Franz Max [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 23, 2003 5:58 PM Subject: [PHP-WIN] GD under w2k Hi all, I would like to install GD for PHP under W2000. I have got the GD source and the PHP

[PHP-WIN] GD

2003-02-20 Thread Olafsson
I'm using php 4.3.1 on a Windows XP and I use IIS 5.1 as a server.I tried to use GD lib but is seems like the built in support of bundle GB is missing. Maybe I'm missing something but for me someone forgot to include boundled libgd in Windows version. I that true? So can anyone tell my how I

RE: [PHP-WIN] GD

2003-02-20 Thread Rich Gray
I'm using php 4.3.1 on a Windows XP and I use IIS 5.1 as a server.I tried to use GD lib but is seems like the built in support of bundle GB is missing. Maybe I'm missing something but for me someone forgot to include boundled libgd in Windows version. I that true? So can anyone tell my how

Re: [PHP-WIN] GD

2003-02-20 Thread Olafsson
yes I used GD2 Rich Gray [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'm using php 4.3.1 on a Windows XP and I use IIS 5.1 as a server.I tried to use GD lib but is seems like the built in support of bundle GB is missing. Maybe I'm missing something

[PHP-WIN] GD library for jpeg?

2003-01-29 Thread Afan Pasalic
I tried an example from php.net site: ?php header (Content-type: image/png); $im = @imagecreate (50, 100) or die (Cannot Initialize new GD image stream); $background_color = imagecolorallocate ($im, 255, 255, 255); $text_color = imagecolorallocate ($im, 233, 14, 91); imagestring ($im, 1, 5,

Fw: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Afan Pasalic
-WIN] GD library for jpeg? It sounds as if your browser doesn't have support for PNG's, or you're sending a wrong header... What browser version are you using? Sounds like your hosting company doesn't have JPEG support built in. How sad. -Dash He's just a politician trying to save both his faces

RE: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Chris Kranz
seem to remember it clearly, that's why I used NetPBM instead at the time... chris kranz fatcuban.com -Original Message- From: Afan Pasalic [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 12:19 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Fw: [PHP-WIN] GD library

RE: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Chris Kranz
To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Fw: [PHP-WIN] GD library for jpeg? That would be strange - Explorer 6.0. And hosting company is pair.com - pretty high ranked hosting co. What could be the easiest way to check that, to be sure? Afan - Original Message - From: Dash

Re: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Afan Pasalic
they have PHP 4 installed - Original Message - From: Chris Kranz To: [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 7:33 PM Subject: RE: [PHP-WIN] GD library for jpeg? I could be wrong, but aren't some of the older versions of PHP without JPEG gd lib ability

Re: Fw: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Afan Pasalic
Actually, you're right. They don't host on Windows. But, isn't the same GD library used on both OS? Afan - Original Message - From: Christoph Grottolo To: Afan Pasalic Sent: Wednesday, January 29, 2003 7:40 PM Subject: Re: Fw: [PHP-WIN] GD library for jpeg? Hi [EMAIL

Re: Fw: [PHP-WIN] GD library for jpeg?

2003-01-29 Thread Christoph Grottolo
[EMAIL PROTECTED] (Afan Pasalic) wrote: Actually, you're right. They don't host on Windows. But, isn't the same GD library used on both OS? Afan Basically yes. But on Windows most people use precompiled versions (same binaries) while it's quite common to compile oneself on other OSs. Maybe

[PHP-WIN] GD, UNICODE RTL

2003-01-05 Thread Mottaghi
Hi all, I want to write a Right-to-Left (like Arabic languages) sentence in a bitmap by unicode...but HOW??? :) thanks, bye -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] GD, UNICODE RTL

2003-01-05 Thread toby z
hi i ve been workin with unicode for the last few months n i think ill be able to help you if u ll pleez be a bit more precise bout this why do u want to write in bitmap do u want to use it with php or what if u just wanna type sumthin in unicode from left to write in a bitmap file

[PHP-WIN] GD Extension

2002-12-19 Thread Mike Franks
I am having a problem with the extension php_gd.dll When the script call for php_gd.dll the server console shows Warning Unable to load the dynamic library 'C:\WINNT\system32\php_gd.dll'- The specified procedure could not be found. Info; Win2k Server Service Pack 3 PHP 4.2.3

[PHP-WIN] GD Library

2002-12-14 Thread Clay Culver
Hi, I would like to know where I can download the gd library that is already precompiled in to a dll. Seems every where I search it's uncomplied and I do not have a complier on my system (nor the need nor wish to install one). The server is a Windows server if that helps any, running

[PHP-WIN] GD with Gif upport for 4.2.2

2002-12-03 Thread erich
Hi where i can find a compiled GD extension with Gif support for PHP 4.2.2 for a WAMP Installation ?? Any Help ? Greetings -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] gd library

2002-09-20 Thread kivanc urgancioglu
How can I install gd library support for php under windows? I get the zip file for gd but I couldn't understand how to install it. __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- PHP Windows Mailing List

[PHP-WIN] GD 2.0.1

2002-09-19 Thread Lanham Rattan
I upgraded to the latest PHP and now I think my graphics library is broke. I was told to get GD 2.0.1, is there a .dll or something? Lanham. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] gd library with gif support for latest php build

2002-08-17 Thread Daniel Gustafsson
Is there a patched gd module available for windows somewhere? I really need gif support. What alternatives are there out there btw? Any neat utility/module that can convert gif - png (or whatever) on the fly? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-WIN] GD extension problems

2002-07-27 Thread Kit Kerbel
I'm trying to use the GD extension in 4.2.1 to resize some jpegs. I'm getting an error that the module was not able to load. Has anyone had these problems as well? fyi: I'm using NT4, PHP 4.2.1 _ Send and receive Hotmail on

[PHP-WIN] GD...

2002-06-18 Thread Brian McGarvie
OK... why would imaged be shown as if they do not exist? [ http://www.the-local-guide.com :: http://www.mcgarvie.net ] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] GD...

2002-05-29 Thread Brian McGarvie
Right, Can somone talk me through GD... I've tried and tried it, using various .dll's and no matter which I use, the images are never generated, they always show the 'image' for a missing image in IE etc. Any Ideas? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-WIN] GD...

2002-05-29 Thread Stuart Dallas
Brian McGarvie [EMAIL PROTECTED] wrote: Any Ideas? Show us your code and we'll see if we can identify the problem. Unfortunately we're not mind readers. -- Stuart -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] GD...

2002-05-29 Thread Brian McGarvie
: Re: [PHP-WIN] GD... Brian McGarvie [EMAIL PROTECTED] wrote: Any Ideas? Show us your code and we'll see if we can identify the problem. Unfortunately we're not mind readers. -- Stuart -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP-WIN] GD...

2002-05-29 Thread Stuart Dallas
Brian McGarvie [EMAIL PROTECTED] wrote: Any configuration points to check out? win2k server, iis5, php 4.2.1... Do you have register_globals set to on or off? The code you're using needs it to be on for it to work. If that is the problem you would be better off modifying the code to use the

Re: [PHP-WIN] GD...

2002-05-29 Thread Mark Filipak
=button.php?fg=99bg=fftxt=button two border=0br -Original Message- From: Stuart Dallas [mailto:[EMAIL PROTECTED]] Sent: 29 May 2002 10:03 AM To: Brian McGarvie; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] GD... Brian McGarvie [EMAIL PROTECTED] wrote: Any Ideas? Show

Re: [PHP-WIN] GD...

2002-05-29 Thread Stuart Dallas
Mark Filipak [EMAIL PROTECTED] wrote: I'm about as rank a newbie as you could imagine so please forgive me if I err, but doesn't line 3 below ('/*') comment out the entire PHP code block? ?php // button.php /* define(TextFONT, 3); snip Erm, yes. I cannot believe that I missed

[PHP-WIN] GD Freetype on W2K/Apache1.3.2/PHP4.2.0

2002-05-28 Thread Michael Davey
Hi there! Sorry if this has been posted a hundred times already - but I am trying to use TrueType fonts with GD. I can create images fine, and have managed to gather from previous postings that there was an error with post-4.0.5 versions of php_gd.dll that cause Freetype to fail, but the

[PHP-WIN] GD + modify image

2002-05-24 Thread Evan
Hi to all!!! 1) phpinfo() return: GD version 1.6.2 or higher What does this mean exactly? What's the correct version of my GD? 2) I made a script that upload an image and paste the site logo in the bottom-left corner. The problem is that I get the error: gd-png warning: alpha channel not

[PHP-WIN] GD

2002-05-23 Thread Brian McGarvie
When I try to use the GD lib, it seems to create blank/errorsome images? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] GD solutions

2002-04-27 Thread Sebastian Müsch
Hi, 1st - GD (even in the binaries) must be compiled manually ( I have no compiler) Then tell me, which options to use to compile and I'll compile it for you. You told me, your server hangs if you use precompiled binaries ... Maybe you try on of these solutions: - Update MicrosoftVisualC

Re: [PHP-WIN] GD solutions

2002-04-27 Thread Webmaster
Thanks for replying, I had untagged the - extention=GD2.DLL - which isn't nessesairy at all. The extention=GD.DLL- or what it suppose to do is now standard included (supported) by PHP. This means the problem is solved now :0) By the way, I am using Windows 98 with Xitami webserver, partly

[PHP-WIN] GD solutions

2002-04-26 Thread Webmaster
I am trying to get GD or imagemagick to work, but get 2 problems: 1st - GD (even in the binaries) must be compiled manually ( I have no compiler) 2nd- imagemagick can't be downloaded, all server hang if I try (!!!?) Anyone have an idea how to get one of these? THNX Webmaster

[PHP-WIN] GD library update

2002-03-15 Thread Alberto. Sartori
Hi guys, I'm looking for a new version (altready compiled as .dll) of GD library. Anyone can help me? Thanks, Alb Alberto Sartori - Developer Hard Programming Dep. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] GD library update

2002-03-15 Thread alain samoun
php4win.de Look for php_gd2.dll, A+ Alain -Original Message- From: Alberto. Sartori [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 8:07 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] GD library update Hi guys, I'm looking for a new version (altready compiled as .dll) of GD

[PHP-WIN] gd-library ...

2002-03-09 Thread Marcel Besancon
Hi, is there a way to use the gd-library under WinXP?? If there is a way, please explain it to me !!! Sincerely Marcel -- registered Fli4l-User #0388 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] gd-library ...

2002-03-09 Thread alain samoun
http://www.phpbuilder.com/columns/allan2830.php3 A+ Alain -Original Message- From: Marcel Besancon [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 09, 2002 2:58 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] gd-library ... Hi, is there a way to use the gd-library under WinXP

[PHP-WIN] GD 2.0 for windows?

2002-03-07 Thread Steve Griff
Hi there, I want to use some of the features that are available in version 2.0 of the GD graphics editing library. What is the best way of getting a .dll for php with these functions? A nice little FAQ about it + a link to the dll would be most appreciated. Thanxs Steve Griff

[PHP-WIN] GD 2.0.1 DLL

2001-11-30 Thread Chris Murphy
Anybody have the GD 2.0.1 or higher DLL compiled? I would REALLY appreciate a copy... I am hopeless for compiling... Thank you Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP-WIN] GD instalation with omnihttpd under win98

2001-10-20 Thread fdhgskhdgkjkjdfg
I tried to use GD dll with php 4. I did that by downloading the newest binary distribution then edited the php.ini file. There I've set the extension_dir = c:\programme\httpd\php\dll (should be the right path) and then put the ; away before ;extension=php_gd.dll, but every time I try to execute

[PHP-WIN] GD Lib PHP on Win2K

2001-10-08 Thread Nicholas Pappas
I'm trying to get PHP4 to work with the GD library on a Windows 2000 machine -- can anyone please help me out in what I need to install and where? I've downloaded the pnglib, libjepb and zlib binaries from SourceForge and copied the contents of each archive into the GD library

[PHP-WIN] GD in PHP with Win 2000 Profressional

2001-09-26 Thread Marcelo Busana
I'm not get install the GD in PHP 4.06 with Win 2000 Pro (IIS 5), always happens the error Unabled load the lib... C:\PHP\php_gd.dll Somebody already it passed for this, as obtained to leave? It forgives me for the English... - Marcelo Busana WebDeveloper UNIDAVI --

[PHP-WIN] gd graphic problems...

2001-09-25 Thread Richard Morris
Hello all, I was wondering if anyone ran across these three problems that I have been having. I have been developing two php scripts that dynamically build a JPEG image from a series of PNG images. I was originally using PHP 4.0.5 but wanted to use the true colour support of PHP 4.0.6.

[PHP-WIN] GD LIB .dll's

2001-09-22 Thread Josh Seward
Can Someone point me toward the .dll's for the gd library? Thanks,

[PHP-WIN] GD ISAPI don't work

2001-08-19 Thread Juraj Hasko
Hi, I've encounter strange problem with GD library. I'm running PHP 4.0.6 on WinNT 4.0 and IIS 4.0. While I use CGI version, each of extensions including php_gd.dll works fine. But when I try change it to ISAPI, it works but without php_gd.dll. All others libraries works fine, but when I

Re: [PHP-WIN] gd/apache1.3/WinNT

2001-06-27 Thread Phil Driscoll
On Wednesday 27 June 2001 02:49, Edmund wrote: Nope. What I get is an Abnormal program termination without any display or log as to what is making php choke. Just to check, are the php and the gd dll both from the same php distribution? If so is it 4.0.6? Cheers -- Phil Driscoll -- PHP

[PHP-WIN] GD and Fonts

2001-05-02 Thread Michael Haggerty
Hi there, has anyone had any luck getting anti-aliased fonts in GD? I believe there is a way, and that I have seen some examples of really cool looking text, but the binary version distributed for windows has no built in type 1 font support. I would just like to know if this is possible, or if I

Re: [PHP-WIN] GD lib

2001-03-10 Thread Alain Samoun
See: http://php.weblogs.com/php_gd Alain On Sat, Mar 10, 2001 at 01:55:58PM -, Alex wrote: Hi, I'd like to get the GD lib for PHP but don't know where is it. I checked php.net but there only link to the source code. Is there any dll or something that doesn't require me to compile? I use

Re: [PHP-WIN] GD lib

2001-03-10 Thread Frank M. Kromann
Yuo can download php_gd.dll, and other extensions, from www.php4win.de - Frank Hi, I'd like to get the GD lib for PHP but don't know where is it. I checked php.net but there only link to the source code. Is there any dll or something that doesn't require me to compile? I use NT 4.0.