> I was wondering if you any advice as to why the imagick function
> imagick_readimage can not read a url on my php installation.
>
> Problem: I am trying to get imagick to load an image from a URL. I can
> read from a file on the a file system no problem.
>
> $url = "http://static.php.net/www.
John Clegg wrote:
> Problem: I am trying to get imagick to load an image from a URL. I can
> read from a file on the a file system no problem.
Maybe you should simply circumvent the
problem - download the file to your location
into a temporary file, then act on this file
locally...Us
Hi
I was wondering if you any advice as to why the imagick function
imagick_readimage can not read a url on my php installation.
Problem: I am trying to get imagick to load an image from a URL. I can
read from a file on the a file system no problem.
eg,
$url = "http://static.php.net/www.p
3 matches
Mail list logo