Snippets
Pencil sketch ( Anthony 19/6/2008 )
The idea of this was to make a pencil type sketch that children could then join up the parts and colour in.
IM code:
<?php
$cmd = " input.jpg -resize 794x564> -segment 1x1 ".
" +dither -colors 2 -edge 1 -normalize -negate ";
exec("convert $cmd output.png");
?>