static interface MakesBufferedImage { BufferedImage getBufferedImage(); int getWidth(); int getHeight(); }