static Image2B binaryImageFromFunction(int w, int h default w, IIntIntPred f) { ret image2BFromFunction(w, h, f); }