Pencil sketch

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