Snippets
Add a label ( Anthony 22/6/2008 )
Add a lable to the bottom of an image.
IM code:
<?php
exec("montage -geometry +0+0 -background skyblue -label \"House\" input.jpg output.jpg");
?>
Add a label ( Anthony 22/6/2008 )
Add a lable to the bottom of an image.
IM code:
<?php
exec("montage -geometry +0+0 -background skyblue -label \"House\" input.jpg output.jpg");
?>