-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 3-D screenshot functionality #1191
Comments
How to move the viewer along the current viewing axis: |
Hi @tischi , |
Hi @mcdomart, I already started implementing this :-) My question is about the z-spacing. I would add another UI element that allows the user to enter the z-spacing in the same manner as the "Sampling" which is the x/y spacing. OK? |
Awesome and yes z-spacing choice in UI sounds great. Having an idea or option of best resolution possible would be ideal though |
Interesting idea. Currently there is also no indication given for the highest possible x/y resolution. Maybe this could be added, but in general this is not trivial, because
|
@mcdomart please update Fiji and test the new |
Oh wow that was super fast thank you! I'll test it now! |
It works great, thanks! One question though. Would it be possible to change the number of zeros after the comma to 3 in the sampling value displayed in the UI? There are currently only two, which results in rounding up in the display. For example, when I input 0.007, 0.01 is displayed. When I type 0.001, the display shows 0.00. The export does appear to be at the correct resolution though. |
It looks great, thanks! Agree re' isotropic default. I can't think of anything else right now, other than the non trivial issue of getting the right sampling for a given view. |
Very good point. My issue was that there can be images of different datatypes visible at the same time in BDV and thus I needed a "container" datatype that could represent all of them. However if there are only 8 bit images that does not make sense. I will look into restricting the output to 8 bit if there are only 8 bit images visible. |
https://forum.image.sc/t/export-stack-of-images-around-a-saved-view-in-mobie/105454
The text was updated successfully, but these errors were encountered: