Wouter-Michiel Vierdag

Results 227 comments of Wouter-Michiel Vierdag

In any case, I will look at reimplementation of compressions now and keep you posted

ok given that the issue above seems to be fixed I will check for reimplementation of this and I think I can still report back this week.

sorry taking a bit longer, but working on it. @LucaMarconato I am option against no compression because in `ome-zarr` from what I see this would default to `zlib`. The `lz4`...

@J-Franz I opened #944

@J-Franz Yeah, here we indeed get in a realm of a way broader discussion on when is it allowed to have a lossy compression. Particularly with deep learning applications and...

Not entirely certain why the `test_screenshow_without_margins` test fails when using scale. I did create a script to see whether the black margins would show and this does not happen. It...

Good points, will adjust. @jni just as a quick note, the ability to perform zoomed in screenshots has not been removed. If you set `no-margins` to `False` you still get...

will check the case of canvas_only=False, thanks for checking @psobolewskiPhD . In the meantime I did update the parameter to `margins` with the default being corresponding to old behaviour.

The behaviour now is as follows with : `img = viewer.screenshot(flash=False, canvas_only=False) # margins here is True` ![afbeelding](https://github.com/napari/napari/assets/22346363/e4be8267-8162-47ea-ac10-08a5e67b2f7e) and with: `img = viewer.screenshot(flash=False) # canvas_only is True and margins is...

Yeah that was originally the API that I had for this.