#! /bin/bash
# Last edited on 2012-06-22 00:25:41 by stolfilocal


tmp="/tmp/$$"

convert unicamp-12-boroughs.png -gaussian '10x1' ${tmp}-a.png  

composite -compose src-in ${tmp}-a.png unicamp-12-quadrets.png  unicamp-12-borquad.png

rm -f ${tmp}-a.png
