> match =3D re.search(r"\s([0-9]+)x([0-9]+)[\+\s]", info) That change is also in the CVS tree.
I should note that doing it this way with ImageMagick is not a great idea -- there's no assurance that that particular output string will remain in any way constant. I'd recommend switching to netpbm or PIL. Bill
