Skip to content
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

Make vv.Image zoomable #219

Open
alejoe91 opened this issue Jul 12, 2023 · 1 comment
Open

Make vv.Image zoomable #219

alejoe91 opened this issue Jul 12, 2023 · 1 comment

Comments

@alejoe91
Copy link
Collaborator

Hi @magland

would it be possible to make the vv.Image view zoomable with shigt+scroll? (of course at whatever resolution is given!)

Probably this would only affect the spikesortingview side

@magland
Copy link
Owner

magland commented Jul 13, 2023

That is possible, but not that easy, because right now it's a simple html image element. It would require a rewrite to use html5 canvas, and handing the mouse movements. I don't think I would be able to get to that soon. But if it's very high priority, let me know and I can put it on my list.

Here's the source code for it: https://github.com/magland/figurl-core-views/blob/master/test-gui/src/package/view-image/ImageView.tsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants