[PHP] Re: Image problem

2001-12-07 Thread Johan

 I've instaled and cofigured php4 on WinNT with Apache Web server.
 I can't use any fuction of Image manipulation, 'cause I get this error
 message: ImageGif: No GIF support in this PHP build
 In phpinfo() is listed that: gd lib. enabled, zlib lib. enabled.
 What do I still miss there?

In the newest version of GD library (think it since about 1.3 or something) 
does support GIF, because GIF is a commerial image format.

Use PNG or JPEG instead. That much better, or find a version with GIF 
support.

You can see what Image formats you GD can use by make a file with follow 
content:
?php
phpinfo();
?

:o)

Regards,

Johan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Re: Image problem

2001-12-07 Thread Peter Lalka


Thanks, in phpinfo list really isn't support for GIF:(
How can I manipulate jpeg images? Which functions are for this img. format?
P.


|+-
||  Johan [EMAIL PROTECTED] |
||  Odoslané kým:  |
||  php-general-return-77040-lalkap=emo.seas.sk@lis|
||  ts.php.net |
|| |
|| |
||  07.12.2001 14:30   |
|| |
|+-
  
---|
  |
   |
  | Komu:   [EMAIL PROTECTED]  
   |
  | Kópia: 
   |
  |   Predmet:[PHP] Re: Image problem  
   |
  
---|



 I've instaled and cofigured php4 on WinNT with Apache Web server.
 I can't use any fuction of Image manipulation, 'cause I get this error
 message: ImageGif: No GIF support in this PHP build
 In phpinfo() is listed that: gd lib. enabled, zlib lib. enabled.
 What do I still miss there?

In the newest version of GD library (think it since about 1.3 or something)

does support GIF, because GIF is a commerial image format.

Use PNG or JPEG instead. That much better, or find a version with GIF
support.

You can see what Image formats you GD can use by make a file with follow
content:
?php
phpinfo();
?

:o)

Regards,

Johan

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]






--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] [ Re: [PHP] Re: Image problem]

2001-12-07 Thread Johan Holst Nielsen



 Original Message 
From: - Fri Dec 07 14:52:01 2001
X-Mozilla-Status: 0001
X-Mozilla-Status2: 
Message-ID: [EMAIL PROTECTED]
Date: Fri, 07 Dec 2001 14:51:56 +0100
From: Johan Holst Nielsen [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Organization: 1WAY2PRINT A/S
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) 
Gecko/20010726 Netscape6/6.1
X-Accept-Language: en-us
MIME-Version: 1.0
To: Peter Lalka [EMAIL PROTECTED]
Subject: Re: [PHP] Re: Image problem
References: [EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit



Peter Lalka wrote:

Thanks, in phpinfo list really isn't support for GIF:(
How can I manipulate jpeg images? Which functions are for this img. format?
P.

The same, only one difference. You have to open a file with 
CreateImageFromJPEG etc. and ImageJPEG instead of etc. GIF

Regards,

Johan





RE: [PHP] Re: Image problem

2001-12-07 Thread Andrew Chase

PHP needs to be compiled with libjpeg and libpng in addition to the GD
library to use those formats respectively.   The PHP manual section covering
image functions (including those for manipulating JPEGs and PNGs) is at

http://www.php.net/manual/en/ref.image.php

-Andy


 -Original Message-
 From: Peter Lalka [mailto:[EMAIL PROTECTED]]
 Sent: Friday, December 07, 2001 5:50 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP] Re: Image problem



 Thanks, in phpinfo list really isn't support for GIF:(
 How can I manipulate jpeg images? Which functions are for this
 img. format?
 P.


 |+-
 ||  Johan [EMAIL PROTECTED] |
 ||  Odoslané kým:  |
 ||  php-general-return-77040-lalkap=emo.seas.sk@lis|
 ||  ts.php.net |
 || |
 || |
 ||  07.12.2001 14:30   |
 || |
 |+-

 -
 --|
   |
 |
   | Komu:   [EMAIL PROTECTED]
 |
   | Kópia:
 |
   |   Predmet:[PHP] Re: Image problem
 |

 -
 --|



  I've instaled and cofigured php4 on WinNT with Apache Web server.
  I can't use any fuction of Image manipulation, 'cause I get this error
  message: ImageGif: No GIF support in this PHP build
  In phpinfo() is listed that: gd lib. enabled, zlib lib. enabled.
  What do I still miss there?

 In the newest version of GD library (think it since about 1.3 or
 something)

 does support GIF, because GIF is a commerial image format.

 Use PNG or JPEG instead. That much better, or find a version with GIF
 support.

 You can see what Image formats you GD can use by make a file with follow
 content:
 ?php
 phpinfo();
 ?

 :o)

 Regards,

 Johan

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]








-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: image problem

2001-09-05 Thread Daniel Masur

what u use for browser, os on the client machine?

maybe some cache problem
maybe timeout

post the url of that page...so that ppl can look @ it, and tell what s going
on.


[EMAIL PROTECTED] schrieb im Newsbeitrag
008b01c135da$dc06f270$[EMAIL PROTECTED]">news:008b01c135da$dc06f270$[EMAIL PROTECTED]...
I'm not sure if this is a problem with my php coding or html or the server
or what, but I made a simple photo album that just basically lets users add
a pic of themselves through a form and it records the url of their pic in a
sql db and then i just display it on a page. Now the problem is only some
pictures show up. Half are red x's and when i hit 'show picture' they still
don't show up, yet when i click properties, copy the source of the image,
and go to the source it shows up. Any idea what this is?
THANKS!




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]