#!/usr/bin/env zsh # for f in *.png; do convert "$f" -monochrome -dither None -resize 300% "${f%.png}.pbm"; done