readImage from URL

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
johnymac

readImage from URL

Post by johnymac »

I'm sure this must of been asked a million times, sorry!

If you don't have the file local and you want to readImage, what is the best method?

at the mo I'm doing

$status = $resource->readImage(http://url/test.gif);

Thanks
johnymac

Re: readImage from URL

Post by johnymac »

Duh.. Found this

viewtopic.php?f=10&t=13111

Thanks
Post Reply