Re: multiple color
Posted by Wayne Rasband on Jul 24, 2006; 4:24pm
URL: http://imagej.273.s1.nabble.com/multiple-color-tp3702040p3702042.html
> Need help. I am new to the IMAGE. I have a bitmap data with green,
> red and
> blue color. How to process and analyze just one color a time? e.g.
> plot
> just the green profile?
Split the image into its red, green and blue components using the
Image>Type>RGB Stack command.
-wayne