Reading from URL (php stream)

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
zerbat

Reading from URL (php stream)

Post by zerbat »

I need to read images from URLs (that means streams for PHP). While the C API provides reading of remote images with MagickReadImage($ressource, $url), the PHP counterpart doesn't accept URLs as a second parameter. There is the function MagickReadImageFile, but as shown in the the source this function hasn't been implemented up to MagickWand for PHP 1.0.2.

I would really love to see such a function in MagickWand for PHP. Then I could finally switch to MagickWand from imagick - a switch I'm eager to make because MagickWand is much more powerful than imagick.
Post Reply