// Demonstrates how to create a 16-bit RGB tiff that // is displayed correctly in other applications. newImage("Stack", "16-bit ramp", 512, 512, 3); setSlice(2); run("Rotate... ", "angle=90 slice"); setSlice(3); run("Rotate... ", "angle=180 slice"); run("Make Composite", "display=Composite"); saveAs("Tiff", getDir("downloads")+"16-bitRGB.tif");