!752 p { RGBImage img = shootScreen(); Color color = Color.white; L clips = areasColored(img, color); print(n(clips, "areas") + " found for color " + new RGB(color) + ": " + struct(clips)); //BufferedImage thumb = shrinkScreenshot(img.getBufferedImage()); BufferedImage thumb = img.getBufferedImage(); double factor = thumb.getWidth()/(double) img.w(); showImageWithSelections(thumb, scaleRects(clips, factor)); }