//macro "Big Screenshot [2]"{ run("Close All"); newImage("Abc", "RGB black", 1900, 1600, 10); makeRectangle(1000,1000,400,200); run("Set... ", "zoom=200"); //run("Set... ", "zoom=300"); setLocation(20, 100); wait(100); run("Capture Image"); exit; //} //macro "Small Screenshot [1]"{ run("Close All"); newImage("Abc", "8-bit ramp", 200, 200, 1); //makeRectangle(10, 10, 40, 40); run("Invert"); run("Set... ", "zoom=300"); //setLocation(20, 100); run("Capture Image"); exit; //} //macro "Big Screenshot [2]"{ run("Close All"); newImage("Abc", "RGB black", 1900, 1600, 10); makeRectangle(1000,1000,400,200); run("Set... ", "zoom=300"); setLocation(20, 100); wait(100); run("Capture Image"); //} newImage("Abc", "RGB black", 600, 500, 10); makeRectangle(400, 300, 100, 50); run("Set... ", "zoom=300"); setLocation(20, 100); wait(100); run("Capture Image");