sinterface IBinaryImage extends MakesBufferedImage { bool getBoolPixel(int x, int y); void setPixel(int x, int y, bool b); }