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