#! /bin/sh

PATH="/bin:/usr/bin:/opt/bin"

giftoppm $2 | ppmtopgm | pgmtopbm | pbmpscale 2 | pbmtog3 > $1
