Wei Ouyang

Results 197 comments of Wei Ouyang

Hi @tischi Thank you! In fact I am also very much interested in bring in BigDataViewer to ImageJ.JS. In general, since N5/Zarr are designed for scalability and to live with...

@axtimwalde Good to have your thoughts here! This is definitely the time to evaluate this from both sides. > BigDataViewer relies on multi-threading on the CPU for rendering in reasonable...

> @thewtex @oeway I am sorry for not having a clue, but would it be possible to explain in a few sentences what "on the server side" means in this...

@axtimwalde Regarding the question about why we need a dedicated viewer rather than using a generic screen sharing tool or X11 forwarding, I think that is mainly because screen sharing...

@tischi We added basic NGFF/zarr support with https://github.com/imjoy-team/imagej.js/pull/58 It's implemented as a virtual stack in ImageJ. We can load remote chunks in a lazy fashion. However, the current limitation is...

> @oeway > Sorry, no ideas for chunked loading in XY for pure ImageJ. > I would be afraid if we write too much new code in "pure ImageJ" we...

Maybe it went to the Java clipboard instead of the system clip board. Hard to know why, but in general I should have enabled copy to system clipboard. Maybe you...

I just tried to delete with the Select/Modify tool and it seems work: ![xdiVfEB2Os](https://user-images.githubusercontent.com/478667/101100892-a2bd2180-35c7-11eb-8d10-3e64761a8f2a.gif) One possible issue might be that you didn't zoom in enough to select the point.

It appears that this bug only happens on Windows.

@thewtex The new option `xyLowerLeft` fixes the issue, thank you! I have another minor issue about the UI, the part for contrast stretching is currently collapsed by default, how make...