Wei Ouyang
Wei Ouyang
This was supported at the very beginning, not related to recent changes. When we change the api, say the api.showFileDialog was returning a string before api version 0.1.4, and we...
@MartinHjelmare I posted this issue before, and I think it would be nice to automate plugin test, ideally, after these mechanism is ready, we should be able to easily load...
How about the plugin test function name, should we just use `test` and reserve it for special use or there is better alternative names for this, we can also do...
Just discussed with @constantinpape @FynnBe and others, it would be nice to support a prefix `test_` for the testing functions instead of use just `test`. I think it's a good...
However, allowing custom data-loader would mean all the data will transfer to each plugin which provides the data-loader, which perhaps is not a good idea. We may need to either...
There is already a demo which calls ImageJ plugin through pyimagej : https://imjoy.io/#/app?plugin=oeway/ImJoy-Demo-Plugins:PyImageJ-Demo
This should work with the auto selection of plugin engines, it will be important to match GPU according to the resources available and also the requirements of the plugin.
Thanks for the report. I cannot reproduce it on macOS, but I have seen this before on Ubuntu. We need to fix the css.
Hi, Thanks for your reply. > Why is a dedicated menu item necessary? Is File > Export > Image... not enough? It's actually a bit confusing to me about the...
> Valid point. Let's add all the suggestions we can think of and then we can discuss and do some kind of voting or scoring after that. Yes, feel free...