http image source ( Anthony 17/6/2008 )

You can modify an image from another server by giving it the image path.

IM code:

<?php
exec
("convert http:www.rubblewebs.co.uk/imagemagick/original_images/sunflower.jpg -resize 50x50 output.jpg");
?>