Re: [PHP] jpeg parsing

2001-02-15 Thread Richard Lynch

>Hello. I'll keep short. Does any of you guys out there know why
"imagecreatefromjpeg" >cannot open remote files ? I have php-4.0.4pl1-Win32
with default gd lib. All other gd-things >work fine, and I DO have the
access rights to the file.
>
>"thank you for your cooperation" :)

It probably hasn't had the "remote wrapper" (the stuff that makes fopen()
etc capable of using http:// done to it.

You may be stuck with copying the file to a local /tmp file and dealing with
it there.

Unless, of course, you are a C hacker and want to modify the GD/PHP
functions in PHP to contribute back...

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm




-- 
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] jpeg parsing

2001-02-11 Thread Chinatown

Hello. I'll keep short. Does any of you guys out there know why 
"imagecreatefromjpeg" cannot open remote files ? I have php-4.0.4pl1-Win32 with 
default gd lib. All other gd-things work fine, and I DO have the access rights to the 
file.

"thank you for your cooperation" :)
CT