Hi,
I met a problem in calling the plugin "color transformer" by using "run" function. the code is:
...
IJ.run(imp, "Color Transformer", "colour=Lab");
...
and eclipse reported: "Unrecognized command: Color Transformer". The plugin is available here:
http://rsb.info.nih.gov/ij/plugins/color-transforms.htmlcan anyone tell how to solve it?
thank you!