!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); ret scaleImage(renderSegments(mbf, fhSegment(mbf)), 2); }; lens.start(); }