Convert byteprocessor Stack to RGB stack

Posted by Arndt Rohwedder on
URL: http://imagej.273.s1.nabble.com/Convert-byteprocessor-Stack-to-RGB-stack-tp5004863.html

Hi all
I'm getting increasingly desperate to convert a stack containing 3 grey
images generated by ImageProcessor into a RGB image within a Plugin.
 After separating a RGB images into single channel stacks, doing my
manipulation, and generting a new stack the resulting Stack cannot
converted in RGB. The ColorProcessor does not accept the single planes
because ByteProcessor cannot be used by ColorProcessor (Error message).
Using .convertToRGB does not have any effect (same message). The single
images have been build using ImageProcessor and were added to the new
stack using stack.addslice(imageprocessor).
Is there anyone out the who might be able to help, please ?
 
Thanks a lot
Arndt


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