Skip to content

Instantly share code, notes, and snippets.

@jeesay
Created December 14, 2011 10:27
array_image_extend.ijm
// Extend array: THAT WORKS !!!
length++;
run("Canvas Size...", "width=" + length + " height=1 position=Top-Left zero");
//polygon[8]="hendecagon";
setPixel(8,0,11);
print("Index 8: The polygon has "+ getPixel(i,sides) + " sides");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment