Polaroid effect



<?php  
exec("convert input.jpg -background black +polaroid output.png");
?> 

This is also using the new +polaroid operator.