Login  Register

Re: <No subject given>

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

Re: <No subject given>

Albert Cardona
298 posts
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