Login  Register

StackReverser with Imglib

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

StackReverser with Imglib

Barry DeZonia
Hello,

I am using some ImageJVirtualStacks that are defined in Imglib. As defined
these virtual stacks have empty implementations for deleteLastSlice(). If
you run the ImageJ StackReverser plugin on an ImagePlus that references
such a virtual stack the plugin runs infinitely. This code would not hang
if the StackReverser code used a getPixels()/setPixels() approach rather
than a new ImageStack/deleteLastSlice() approach. Wayne would you consider
changing the approach of StackReverser?

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: StackReverser with Imglib

Barry DeZonia
Thanks for changing the implementation Wayne!


On Wed, Jun 12, 2013 at 12:16 PM, Barry DeZonia <[hidden email]> wrote:

> Hello,
>
> I am using some ImageJVirtualStacks that are defined in Imglib. As defined
> these virtual stacks have empty implementations for deleteLastSlice(). If
> you run the ImageJ StackReverser plugin on an ImagePlus that references
> such a virtual stack the plugin runs infinitely. This code would not hang
> if the StackReverser code used a getPixels()/setPixels() approach rather
> than a new ImageStack/deleteLastSlice() approach. Wayne would you consider
> changing the approach of StackReverser?
>
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html