Re: problem with addslice
Posted by Albert Cardona on May 11, 2007; 11:03pm
URL: http://imagej.273.s1.nabble.com/problem-with-addslice-tp3699497p3699498.html
Hi Peter,
You are reusing variables, so all slices end up pointing to the same
pixels array, which is that of the last.
Albert