http image source
<?php
exec("convert http:www.rubblewebs.co.uk/imagemagick/original_images/sunflower.jpg -resize 50x50 output.jpg");
?>You can modify an image from another server by giving it the image path.
<?php
exec("convert http:www.rubblewebs.co.uk/imagemagick/original_images/sunflower.jpg -resize 50x50 output.jpg");
?>You can modify an image from another server by giving it the image path.