Polaroid effect ( Anthony 19/6/2008 )

This is also using the new +polaroid operator.

IM code:

<?php  
exec
("convert input.jpg -background black +polaroid output.png");
?> 
Image to go with Polaroid effect example code