static Image2B randomImage2B(int w, int h default w) { ret Image2B(w, h, randomBytes((w*h+7)/8)); }