Re: [PHP-WIN] gd2 with t1lib

2011-11-23 Thread Pierre Joye
hi, we do not support T1lib. If there is a bug with ft2 and PS fonts, then we have to report it there, but we won't add T1 support at this stage, this library is not well maintained and FT2 is actively supporting PS fonts. On Tue, Nov 22, 2011 at 6:12 PM, Blackjack wrote: > @Pierre Joye > I hop

Re: [PHP-WIN] gd2 with t1lib

2011-11-22 Thread Blackjack
@Pierre Joye I hope you got the font i sent to you. Otherwise, please let me know. @PHP-WIN In the meanwhile i managed to install the VC9 Environment and to compile php on windows so it looks quiet the same like the 5.3.8-nts-win32-vc9-x86 package from php.net. But when compiling with the --w

Re: [PHP-WIN] gd2 with t1lib

2011-11-19 Thread Blackjack
Hi Pierre Unfortunately it is not a free font and it seams that other (newer) ps1 fonts are most likely convertet from true type and therefore have the special characters where they should be. But that does not help me because i have to use exactly the specific fonts and they worked fine wit

Re: [PHP-WIN] gd2 with t1lib

2011-11-19 Thread Pierre Joye
please send me the font, so I can test and propose a solution. On Sat, Nov 19, 2011 at 3:03 PM, Blackjack wrote: > After more testing I noticed that no special characters like german umlauts > or french characters are displayed. This is a common problem with ps1 fonts > and with t1lib one can sol

Re: [PHP-WIN] gd2 with t1lib

2011-11-19 Thread Blackjack
After more testing I noticed that no special characters like german umlauts or french characters are displayed. This is a common problem with ps1 fonts and with t1lib one can solve it with imagepsencodefont. I could not find a solution yet. Some mention to convert the string first to i.e. utf-

Re: [PHP-WIN] gd2 with t1lib

2011-11-17 Thread Blackjack
OMG it's that easy! What prevented me to use the imagefttext() function was, that according to the php manual, only TrueType fonts are supported (see: http://www.php.net/manual/en/function.imagefttext.php). But you are totaly right. It works like a charm and it's probably easier to change my

Re: [PHP-WIN] gd2 with t1lib

2011-11-17 Thread Pierre Joye
hi, Freetype supports postscript fonts as well, what prevents you to use the ft functions? On Wed, Nov 16, 2011 at 8:39 PM, blackjack wrote: > I just upgraded from php 5.2.3 to 5.3.8-nts-win32-vc9-x86 with the installer > from php.net. > Unfortunately the precompiled php_gd2.dll does not suppor

[PHP-WIN] gd2 with t1lib

2011-11-16 Thread blackjack
I just upgraded from php 5.2.3 to 5.3.8-nts-win32-vc9-x86 with the installer from php.net. Unfortunately the precompiled php_gd2.dll does not support t1lib and my old one does not work with the new installation. I need the t1lib support because of the function imagepsloadfont() but I don't have

[PHP-WIN] GD2

2006-06-04 Thread Oliver Quirke
I am not an expert, but I am trying to set up GD2 on my localhost server (I run Apache 2.0.54 and PHP 4.3.11), and when I decomment the extension, all of my pages take forever to load, and then fail. Do I need to install some other files or something? I am trying to get Coppermine Photo Gallery to

[PHP-WIN] Gd2 dll library version higher than 2.0.28.

2005-03-02 Thread Xtlan
Hello. I am an user of PHP ver. 5.x distributed for windows under IIS server. Recently, I have read about gd 2.0.29 and the newest one - ver. 2.0.33 (http://www.boutell.com/gd/ site) - but unfortunately they haven't supported GD version for PHP released for windows. I wonder if there is any possib

RE: [PHP-WIN] GD2 function issue

2004-01-03 Thread Svensson, B.A.T. (HKG)
If spaces already has a defined semantic (e.g. multiple fonts), then you can't claim a bug by redefining the semantics of that space character. We need some order, don't we. :) -Original Message- From: choinet To: [EMAIL PROTECTED] Sent: 2004-01-03 00:47 Subject: [PHP-WIN] GD

[PHP-WIN] GD2 function issue

2004-01-02 Thread choinet
Has anyone ever encountered this same problem? I submitted a bug report as a continuation of another rather misguided report (linked to in this report), and things became rather heated, as the stubborn developer refused to listen to me, so I want to see if any of you could perhaps test it out a

[PHP-WIN] GD2 and PHP

2002-10-28 Thread Stephen Edmonds
Yesterday I decided to switch my GD library from gd.dll to gd2.dll... big mistake Now, when I try to create text using imageTTFtext( ), I get the error message of Warning: Could not find/open font in C:\server\scryt_pages\members\interface\buttons\base.php on line 53 I've tried the suggestions

[PHP-WIN] gd2 and 4.2.1

2002-05-29 Thread Olav Bringedal
I'm re-posting as the former attempt got kinda lost in the mess... With 4.2.1 (as opposed to 4.2.0), gd2 stopped working. When i start the service (apache) I get "could not find freetype.dll" and then "php_gd2.dll module could not be found". I tried to search both my config files, pc and via goo

Re: [PHP-WIN] GD2 build

2002-02-25 Thread Frank M. Kromann
Hi Joris, > My php version 4.1.1 (downloaded from php.net a week ago) contains 2 files > in the extensions directory: php_gd.dll and php_gd2.dll This sounds like GD for version 1.x and 2.x. I'm not using any pre compiled versions of PHP so I have no idea of why the system is crashes. It could b

Re: [PHP-WIN] GD2 build

2002-02-25 Thread Joris Pinnoo
Thank you Frank, but before I start using your latest build, I have an other question. My php version 4.1.1 (downloaded from php.net a week ago) contains 2 files in the extensions directory: php_gd.dll and php_gd2.dll What's the difference between those 2 files? Is the second one the GD library

Re: [PHP-WIN] GD2 build

2002-02-25 Thread Frank M. Kromann
You can find this on http://kromann.info/php4.php. This site is updated with the latest version of PHP sources from CVS each morning. Not all extensions are supported at the moment though but both GD1 and GD2 are included. - Frank > where can I find a PHP-build with the latest GD-functionalit

[PHP-WIN] GD2 build

2002-02-24 Thread Joris Pinnoo
where can I find a PHP-build with the latest GD-functionality? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php