!7 p { RGBImage img = rgbShootScreen(); int y = random(img.h()); showImage("y=" + y, mergeImagesVertically( img.clip(0, 0, img.w(), y), img.clip(0, y, img.w(), img.h()-y))); }