Hi Justin,
you can try this macro:
w=getWidth();
h=getHeight();
run("Invert");
run("Canvas Size...", "width="+(w+1)+" height="+(h+1)+" position=Top-Left");
run("Invert");
run("Fill Holes");
run("Canvas Size...", "width=&w height=&h position=Top-Left zero");
run("Invert");
run("Canvas Size...", "width="+(w+1)+" height="+(h+1)+" position=Bottom-Right");
run("Invert");
run("Fill Holes");
run("Canvas Size...", "width=&w height=&h position=Bottom-Right zero");
Michael
________________________________________________________________
On Jan 14, 2014, at 16:43, jmcginnity wrote:
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html