static double imageAnalysis_chessBoardProperty1(BufferedImage img) { int w = 128; img = resizeImage(img, w); LL squares = bufferedImageMNGrid(img, 8, 8); }