For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > April 2006 > Re: [PHP-DB] Manipulate an image automatically









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DB] Manipulate an image automatically
Anthony Lee

2006-04-14, 3:57 am

> 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/g...g/#watermarking
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com