Login  Register

Re: <No subject given>

Posted by Albert Cardona on Nov 17, 2005; 7:08am
URL: http://imagej.273.s1.nabble.com/Re-No-subject-given-tp3704452.html

Paul,

Any 24-bit RGB image is but three 8-bit grayscale images put together,
one per color channel. All you would need is a plugin or macro that
calls your required plugins over each channel individually, and then
reassembles the RGB image. You can generate such a plugin with the
macro recorder: open the Plugins/Macros/Record... , execute the
required operations over an example image, and then save and install
the macro.

Albert