static BWImage randomBWImage(int w, int h default w) { ret BWImage(w, h, randomBytes(w*h)); }