static BWImage toBW(RGBImage img) { ret img == null ? null : new BWImage(img); }