!7 static ScreenLens lens; static int zoom = 2; p-substance { lens = new ScreenLens; lens.w = lens.h = 100; lens.postProcess = func(BufferedImage img) { MBFImage mbf = readMBF(img); renderSegments(mbf, fhSegment(mbf)) }; lens.start(); }