Snippets
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");
?>
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");
?>