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

2004-11-19 Thread Jed Smith
Tony Devlin wrote: 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(...) Image resizing takes a lot of cycles. As opposed to generating a thumbnail every time a visitor comes to

[PHP-WIN] Re: gd error

2004-09-01 Thread Philip Dahlstrøm
Rafi Sheikh wrote: 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

[PHP-WIN] Re: GD doesn't work?

2004-04-10 Thread DvDmanDT
Sounds like it has nothing to do with GD or PHP.. Probably a badly configured Apache.. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com Arno Muhren [EMAIL PROTECTED] skrev i meddelandet news:[EMAIL PROTECTED] Hi everyone, I have a Windows 2003 Server installed with IIS, PHP,

[PHP-WIN] Re: GD Lib

2003-11-16 Thread DvDmanDT
in php.ini, change the extension_dir variable, then uncomment ';extension=php_gd2.dll' (remove the ; at the beginning of the line)... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com ## Please, if you are using windows, you may be infected by Swen. Please

RE: [PHP-WIN] Re: GD Lib

2003-11-16 Thread S F Alim
[mailto:[EMAIL PROTECTED] Sent: Sunday, November 16, 2003 3:44 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: GD Lib in php.ini, change the extension_dir variable, then uncomment ';extension=php_gd2.dll' (remove the ; at the beginning of the line)... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail

[PHP-WIN] Re: GD in PHP 4.3.0

2003-03-25 Thread Christoph Grottolo
[EMAIL PROTECTED] (Afan Pasalic) wrote: 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: uncomment ;extension=php_gd2.dll in your php.ini file (remove the semicolon)

[PHP-WIN] Re: GD

2003-02-20 Thread Olafsson
Ive figured it out :) Olafsson [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] Re: GD Extension

2002-12-19 Thread Christoph Grottolo
Hi Mike Franks wrote: 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

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

2002-08-17 Thread Deepak Kumar Vasudevan
There is one utility of PHP_GD at http://php.weblogs.com (which supports GIF) as the site says. Try that out. [EMAIL PROTECTED] Daniel Gustafsson [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Is there a patched gd module available for windows somewhere?

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

2002-08-17 Thread Daniel Gustafsson
At 20:12 2002-08-17 +0530, Deepak Kumar Vasudevan wrote: There is one utility of PHP_GD at http://php.weblogs.com (which supports GIF) as the site says. Try that out. Thanks, but that one's for 4.0.4. I need it for the latest php build. -- PHP Windows Mailing List (http://www.php.net/) To

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

2002-08-17 Thread Rasmus Lerdorf
You'll have to build it. We can't distribute it. On Sat, 17 Aug 2002, Daniel Gustafsson wrote: At 20:12 2002-08-17 +0530, Deepak Kumar Vasudevan wrote: There is one utility of PHP_GD at http://php.weblogs.com (which supports GIF) as the site says. Try that out. Thanks, but that one's

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

2002-05-30 Thread Michael Davey
OK, have found some stuff on the site regarding where the fonts should be located (i.e script-drive:/dir/font.ttf) and also that I should use a Unix style path, however, this still doesn't work - all I get is empty space where the font should be and a warning that it couldn't find the font...

[PHP-WIN] Re: GD + modify image

2002-05-24 Thread Evan
Ooops sorry, wrong ng. However any help is appreciated :-) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: GD 2.0 for windows?

2002-03-09 Thread Jakob Kruse
The GD 2.0 dll comes along with the latest binary releases of PHP for Windows. I don't know much about using it though... Regards, Jakob Kruse Steve Griff [EMAIL PROTECTED] wrote: Hi there, I want to use some of the features that are available in version 2.0 of the GD graphics editing