Re: [PHP] GD Library

2007-10-31 Thread Jochem Maas
Charlene wrote: I have the GD Library installed, but I don't see any of the fonts. What is the preferred location to download fonts (standard fonts like Arial, Verdana, etc.) and which directory should they be stored in? 'standard fonts' is not. and any directory you want. upload any legal

RE: [PHP] GD Library

2007-09-13 Thread Jay Blanchard
[snip] I am running PHP 4.4.7 without the GD Library and need it to run. I am very novice on PHP, and am using a Mac with 10.3.9. Can anyone point me in the right direction? [/snip] http://www.php.net/gd tells you how to get and install the libraries. -- PHP General Mailing List

Re: [PHP] GD Library

2007-09-13 Thread Greg Donald
On Thu, 13 Sep 2007, Steve Marquez wrote: I am running PHP 4.4.7 without the GD Library and need it to run. I am very novice on PHP, and am using a Mac with 10.3.9. Can anyone point me in the right direction? http://destiney.com/blog/php-4-5-macos-x Hopefully those configs aren't totally

Re: [PHP] GD Library

2007-09-13 Thread Samuel Vogel
I would point you to MAMP: http://www.mamp.info/ It's like Xampp but designed all for a Mac... Easy to install, to configure and to user ;) Regards, Samy Greg Donald schrieb: On Thu, 13 Sep 2007, Steve Marquez wrote: I am running PHP 4.4.7 without the GD Library and need it to run. I am

Re: [PHP] GD Library and outputing image

2007-06-15 Thread tedd
At 9:17 PM +0100 6/13/07, Ross wrote: Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? Ross: That's not a problem. See this:

Re: [PHP] GD Library and outputing image

2007-06-13 Thread Daniel Brown
On 6/13/07, Ross [EMAIL PROTECTED] wrote: Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? I take it I can do something like this img

Re: [PHP] GD Library and outputing image

2007-06-13 Thread Stephen
Ross [EMAIL PROTECTED] wrote:Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? Save the image as file, first. The href src= etc

Re: [PHP] GD Library and outputing image

2007-06-13 Thread Daniel Brown
On 6/13/07, Stephen [EMAIL PROTECTED] wrote: Ross [EMAIL PROTECTED] wrote:Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? Save the image as

Re: [PHP] GD Library or PHP Function

2006-03-24 Thread tedd
On Wed, March 22, 2006 9:18 pm, brian dichiara wrote: Is there a way to check to see if a JPEG or PDF is color or black/white? Like a function or something? There does not appear to be a built-in function that does that... I don't know of any either, but that's the reason when I put an

Re: [PHP] GD Library or PHP Function

2006-03-23 Thread Richard Lynch
On Wed, March 22, 2006 9:18 pm, brian dichiara wrote: Is there a way to check to see if a JPEG or PDF is color or black/white? Like a function or something? There does not appear to be a built-in function that does that... However, this hack should work: function image_is_color($image){

Re: [PHP] GD library

2005-07-09 Thread Rasmus Lerdorf
Mike Bellerby wrote: Where is the best place to get php_gd2.dll It's in the ext/ directory of the Win32 zip file you downloaded. Or if you didn't, go grab it from http://uk.php.net/get/php-5.0.4-Win32.zip/from/this/mirror -Rasmus -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] GD library images not displaying

2005-06-21 Thread Richard Davey
Hello Ross, Tuesday, June 21, 2005, 4:47:40 PM, you wrote: RT I am running Apache 2.0 with PHP 4.2.11 on Windows XP. RT I installed php_gd2.dll by uncommenting extension=php_gd2.dll RT and making sure that the file was in my extension_dir. RT I restarted Apache and didn't get an error, so

Re: [PHP] GD library with tiff images

2004-12-16 Thread Richard Lynch
[EMAIL PROTECTED] wrote: I am trying to write an image upload facility, which resizes the images, which I am obviously using the GD library for. Does anyone know if there are any functions I can use to read in images encoded in tiff image format? As far as I know, the GD image functions of

Re: [PHP] GD Library list

2004-09-11 Thread Curt Zirzow
* Thus wrote bskolb: Does anyone know if there is a mailing list for gdlib? Can't seem to find in Google. This is there homepage: http://www.boutell.com/gd/ I dont see any list there though. Curt -- The above comments may offend you. flame at will. -- PHP General Mailing List

Re: [PHP] Gd library not found

2004-05-08 Thread Ray Hunter
On Sat, 2004-05-08 at 10:46, Phpu wrote: Where can i get the gd library for windows. I've googled but i can't find it. It should be bundled with the zip file version of windows php. You will probably have to download the zip file from php.net and then get the dll for gd out of the zip file and

Re: [PHP] gd library + animated gif

2003-03-28 Thread Liam Gibbs
Can GD library produce animated gif's? Sorry. Maybe I should read more carefully. I skipped 'animatd' for some reason? Still, no, GD won't produce animated GIFs. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] gd library + animated gif[Scanned]

2003-03-28 Thread Michael Egan
There's a section on Freshmeat about the ImageMagick project with further links: http://freshmeat.net/projects/imagemagick/?topic_id=100 Given your previous comment it's tempting to say that a search on Google for 'ImageMagick' would, er - well - but I'll resist :-) Regards, Michael Can GD

Re: [PHP] gd library

2002-11-17 Thread Jason Sheets
Hello, YOu will need to provide some more information like your configure line, the errors that you are receiving. Did you specifcy --with-gd=/path/to/gd/install or just --with-gd? What errors did you receive? --with-gd=/path-to-gd works fine with me with FreeBSD 4.7-STABLE, gd2 and PHP 4.2.3

Re: [PHP] GD Library

2002-07-25 Thread Tech Support
I'm not a windoze user but if that line has a ; at the beginning of it like you have it in your message then it is commented out! LOL. :-) Jim Grill Support Web-1 Hosting http://www.web-1hosting.net - Original Message - From: Ryan Moore [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

RE: [PHP] GD Library

2002-07-25 Thread Jay Blanchard
[snip] I am trying to use GD Library on a windows 2000 installation of PHP. php_gd.dll is in the extensions folder and the line: ;extension=php_gd.dll is in my php.ini file, but I recieve the error: Fatal error: Call to undefined function: imagecreate() when I try to use the

RE: [PHP] GD Library

2002-07-25 Thread Matt Babineau
Not only the solution just posted, but I was using this before and needed to set the dll used to php_gd2.dll, I am pretty sure it got renamed in one of the more recent releases of PHP. Matt Babineau MCWD / CCFD - e: [EMAIL PROTECTED] p: 603.943.4237 w:

Re: [PHP] GD Library

2002-07-25 Thread Jadiel Flores
If you dowloaded the PHP 4.2.2 installer you don't have the php_gd.dll in your machine, you have to download the PHP 4.2.2 zip package from php.net and overwrite all your files in the php folder, this zip file contains all the dll's for windows including the php_gd.dll, then remove the ; in

Re: [PHP] GD Library for Windows

2002-07-25 Thread Mikey
It comes with the zip file of that distribution - and it works fine (except for TTF which I can't for the life of me get to work on Win32) frak! Peter [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Jadiel, i do that the file ur after and tried sending it to u

RE: [PHP] GD Library for Windows

2002-07-23 Thread Peter
Jadiel, i do that the file ur after and tried sending it to u but ur server rejected it. -Original Message- From: Jadiel Flores [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 July 2002 9:03 AM To: [EMAIL PROTECTED] Subject: [PHP] GD Library for Windows I'm trying to develop a

Re: [PHP] GD library problem

2002-05-14 Thread Rasmus Lerdorf
This is funny: I have getimagesize(), but not createimage() and things like that. Is this because getimagesize() is not part of the GD library...? Or is there a problem with my GD library? getimagesize() is not part of GD. You likely didn't add the GD extension correctly to PHP. Also, is

Re: [PHP] GD library problem

2002-05-14 Thread Liam Gibbs
getimagesize() is not part of GD. You likely didn't add the GD extension correctly to PHP. That's what I figured, but I wasn't sure about it. Dagnabbit. I'm gonna have to try harder with GD. :) The copyright issue really has nothing to do with PHP. Talk to the GD folks. It is not our

Re: [PHP] GD library problem

2002-05-14 Thread Rasmus Lerdorf
By the way, there is no createimage() function. It is called imagecreate(). And the only real news is that the Unisys patent expires in 2003, so we might be able to do something then. But GIF needs to die. It's a crappy format. PNG is well supported in all browsers. -Rasmus On Tue, 14 May

Re: [PHP] gd library with GIF support

2002-01-31 Thread bvr
Hi, The GIF enabled versions are not officially available anymore for reasons stated on GD's website http://www.boutell.com/gd . And even if you were able to get hold of a copy, compiling it against the latest PHP is not that easy and may become harder in time. Therefore it would be

Re: [PHP] gd library with GIF support

2002-01-31 Thread Ed Lazor
Therefore it would be recommended to avoid problems in the future and use PNG instead, however, if you want to use transparency in your images bear in mind that a number of implementations do not support this. For example the quicktime plugin that handles PNGs in Netscape 4.x . Yea... the main

RE: [PHP] GD Library help

2001-09-22 Thread Don Read
On 22-Sep-2001 Jay Paulson wrote: Do all versions of the GD library for Linux that are version 1.6 and above not support any GIF formats? Yes, It was removed due to copyright restrictions. from http://www.boutell.com/gd/manual1.8.4.html : Support for GIF has been removed. This step was

Re: [PHP] GD library

2001-07-28 Thread Clayton Dukes
www.boutell.com - Original Message - From: Manu Verhaegen [EMAIL PROTECTED] To: 'Php-General (E-mail) [EMAIL PROTECTED] Sent: Saturday, July 28, 2001 12:51 PM Subject: [PHP] GD library I want to install the GD library for PHP I seek libpng and zlib and jpeg-6b can you help me

Re: [PHP] gd library on win2k?

2001-06-25 Thread Richard Lynch
how can i install the gd library for php on win2k using iis5? The IIS5 part is irrelevant, I think... Dig around for a file++ whose name is composed of GD, PHP, and .DLL. Put it next to all your other PHP DLL files. Alter your php.ini to refer to it the way it refers to other PHP DLLs. It's

Re: [PHP] GD library

2001-02-13 Thread David Robley
On Wed, 14 Feb 2001 00:23, Rahul Hari Bhide wrote: Hi , I am configuring php with the --with-gd option . My libgd.a is sitting in /usr/local/lib and other header files in /usr/local/include . ./configure --with-gd=/usr/local/lib gives me the following error : checking whether to

Re: [PHP] GD library

2001-02-13 Thread Michael McGlothlin
Have you tried Apache Toolbox? If building under Unix w/ Apache as your web server it can be a great time saver and if your running into problems you can look how it builds something and see how to make it work so you'll know later. You can find it easily from Freshmeat.net. David Robley

Re: [PHP] GD Library ??? Where to find.

2001-01-15 Thread Cynic
www.boutell.com/gd/ IIRC At 18:26 15.1. 2001, Dallas Kropka wrote the following: -- Please point me to the GD library I cant seem to find it. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: