#!/bin/sh
export out=karcam$2
wget $1 -q -O  /tmp/$out.jpg > /dev/null
mogrify -geometry 96x72 -format png  /tmp/$out.jpg
echo /tmp/$out.png
