Hi,
I am able to execute the plugins from ImageJ itself, but totally fail when I try to do so from pyImageJ both by trying to do so using
ij.py.run_macro(f"run("…ImageJ1 plugin…");")
and directly by called it from ij.py.run_plugin("…ImageJ1 plugin…", None)
any ideas?
Thanks