Re: [PHP] GD and 4.3

2003-02-13 Thread Joseph Bannon
Are there any special configuration commands I have to
include at install to use GD?

J.

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] GD and 4.3

2003-02-13 Thread Jason Wong
On Friday 14 February 2003 00:22, Joseph Bannon wrote:
 Are there any special configuration commands I have to
 include at install to use GD?

Depending on what you mean by special the answer could be YES or NO.

  --with-gd --enable-gd-native-ttf --with-jpeg-dir=/usr --with-png-dir=/usr 
--with-freetype-dir=/usr --with-zlib-dir=/usr

... will probably cover all the common functionality

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
Change your language to Finnish.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] GD and 4.3

2003-02-13 Thread Joseph Bannon
Can someone tell me what is wrong? I get this error
message when I try to configure

checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=DIR
configure: error: freetype2 not found!



Here is my configure...

./configure --with-mysql=/home/mysql-3.23.53
--with-apache=/home/apache_1.3.27 --enable-track-vars
--prefix=/home/php-4.3.0 --with-gd --with-gd
--enable-gd-native-ttf --with-jpeg-dir=/usr
--with-png-dir=/usr --with-freetype-dir=/usr --with-zlib-dir=/usr

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] GD and 4.3

2003-02-13 Thread Jason Wong
On Friday 14 February 2003 02:50, Joseph Bannon wrote:
 Can someone tell me what is wrong? I get this error
 message when I try to configure

 checking for jpeg_read_header in -ljpeg... yes
 checking for png_write_image in -lpng... yes
 If configure fails try --with-xpm-dir=DIR


 configure: error: freetype2 not found!

Do you have freetype2 installed?

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
The young lady had an unusual list,
Linked in part to a structural weakness.
She set no preconditions.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] GD and 4.3

2003-02-13 Thread Joseph Bannon
 Do you have freetype2 installed?


No, but I removed the --with-freetype-dir=/usr and it
installed ok. Does this mean I wont be able to create
text on images?

Basiclly, I want to configure php so that I can create
images with text on them, like a graphic counter. I
don't care what font is used, so if there is a default
font with GD, that's ok.

J.



__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] GD and 4.3

2003-02-13 Thread Joseph Bannon
 Do you have freetype2 installed?
 
 
No, but I removed the --with-freetype-dir=/usr and
it installed ok. Does this mean I wont be able to
create text on images?

Here is basically what I want to do if that helps... I
want to configure php so that I can create images with
text on them, like a graphic counter. I don't care
what font is used, so if there is a default font with
GD, that's ok.
 
 J.


__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] GD and 4.3

2003-02-13 Thread Jason Wong
On Friday 14 February 2003 03:09, Joseph Bannon wrote:
  Do you have freetype2 installed?

 No, but I removed the --with-freetype-dir=/usr and it
 installed ok. Does this mean I wont be able to create
 text on images?

Try it. You did configure with --enable-gd-native-ttf ?

 Basiclly, I want to configure php so that I can create
 images with text on them, like a graphic counter. I
 don't care what font is used, so if there is a default
 font with GD, that's ok.


-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
Even historians fail to learn from history -- they repeat the same mistakes.
-- John Gill, Patterns of Force, stardate 2534.7
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] GD and 4.3

2003-02-12 Thread Joseph Bannon
I hear GD is included in 4.3. What does it all
support? Does it support gif?

Joseph



__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] GD and 4.3

2003-02-12 Thread Kevin Waterson
This one time, at band camp,
Joseph Bannon [EMAIL PROTECTED] wrote:

 I hear GD is included in 4.3. What does it all
 support? Does it support gif?

read only gif support
http://www.php.net/manual/en/ref.image.php

Kevin

-- 
 __  
(_ \ 
 _) )            
|  /  / _  ) / _  | / ___) / _  )
| |  ( (/ / ( ( | |( (___ ( (/ / 
|_|   \) \_||_| \) \)
Kevin Waterson
Port Macquarie, Australia

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php