Add a label

<?php
exec("montage -geometry +0+0 -background skyblue -label \"House\" input.jpg output.jpg");
?> Add a lable to the bottom of an image.

<?php
exec("montage -geometry +0+0 -background skyblue -label \"House\" input.jpg output.jpg");
?> Add a lable to the bottom of an image.