static float rgbContrast(RGBImage img) { BWImage bw = new BWImage(img); ret bw.maximumBrightness()-bw.minimumBrightness(); }