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"); 
?> 
Image to go with Add a label example code