#! /bin/bash -f
#Last edited on 2012-07-01 02:53:24 by stolfilocal

NX="$1"; shift
NY="$1"; shift

composite \
  -tile ../generic/quadret.png \
  -size "${NX}x${NY}" XC:none \
  PNG:-
