Select the types of activity you want to include in your feed.
1#!/bin/sh 2 3if [ "$1" = "" ]; then 4 echo "usage: ${0} <file.png>" 5 exit 1 6fi 7 8convert $1 pbm:- | pbmtomacp -norle -left 0 -top 0 > $1.macp