-
Notifications
You must be signed in to change notification settings - Fork 17
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
Use MultiResolutionRenderer from bigdataviewer-core #268
base: master
Are you sure you want to change the base?
Conversation
This makes it easier to implement an RenderOutputImage.Factory for BigDataViewer AWT renderer.
A List is better as it handles the generics correctly.
Great, thanks for looking into this @maarzt |
Hi @maarzt, thanks for the efforts! |
#211 is actually the main motivation to look into this. @hanslovsky @igorpisarev I have some questions.
(I'm on holidays for one week. I will work on this afterwards.) |
We do not use the bdv
This is used to adjust screen scales if rendering speed is too slow, e.g. for hidpi displays. This is usually set through the graphical user interface and thus called very rarely, e.g. once per Paintera session. |
The MultiResolutionRendererGeneric in Paintera is a fork of the MultiResolutionRenderer in BigDataViewer. This PR is part of an effort. That tries to reintegrate the changes made in Paintera into BigDataViewer.
See also bigdataviewer/bigdataviewer-core#59
Currently I try to reduce the differences between the MultiResolutionRenderer in BigDataViewer and Paintera.