Peter Sobolewski
Peter Sobolewski
**Really** dig this now @brisvag Some non-blocking thoughts from using it a bit in and out of random stuff -- all can be followups! 1. Making this dockable at the...
Yeah I came to the same conclusion. I'm OK with the center slice, this makes sense most of the time I think, but 1e7 is ~3K by 3K, so 64x64...
Sorry i wasn't clear, I meant using the existing code but instead of a slice that is `(c-n, c+n`), use a `step` like 10 or something.
OK, makes sense I guess if the plane is really huge then loading all the chunks would be bad. But, if we're loading the middle chunk regardless, can we just...
BTW, looks like it was actually @sofroniewn that implemented the 64x64 here: https://github.com/napari/napari/pull/2381
This PR https://github.com/napari/napari/pull/6535 is some incremental progress on this front.
Sorry I missed this earlier. Using the script @Czaki posted, I get the same traceback on python 3.10, arm64, macOS 13.1, pyqt5
I think this is closable with the layer list actions -- which are documented now in the Viewer tutorial. I do think the fact that the layer you convert is...
Hmm, yeah I can't reproduce on my mac. It actually looks kinda cool, some generative abstract art 😉 Does it happen with 2D images? And does it only happen when...
Ok, yeah I can reproduce, sort of? python 3.12 qt6 Once i get to: ``` viewer.camera.zoom Out[1]: 9432702.10193367 ``` I do start so see flickering around the edges. But that's...