Re: Manipulate an image automatically

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



What is the quickest way to manipulate an image?

With ImageMagick from PHP:
<?php
exec('convert my_image.jpg -gravity southeast -annotate 0 'My Text'
result.jpg');
?>

Lot's of good examples here:
http://www.cit.gu.edu.au/~anthony/graphics/imagick/annotating/#watermarking

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux