#!/bin/sh
for A; do
	identify -format "%w %h\n" "$A"
done
