!7 static ImageSurface imageSurface; p { long firstID = 1100000, lastID = parseLong(loadPage("http://ai1.space/images/raw/highest-id")); for (long id = firstID; id <= lastID; id++) { pcall { imageSurface = showImage(imageSurface, loadImage2(fsI(id))); } sleep(10); } }