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

SharperImage.Viewer is slow when resizing #4

Open
jmeaster30 opened this issue Aug 3, 2023 · 0 comments
Open

SharperImage.Viewer is slow when resizing #4

jmeaster30 opened this issue Aug 3, 2023 · 0 comments
Labels
Performance Stuff about performance Viewer Stuff relating to the image viewer

Comments

@jmeaster30
Copy link
Owner

The draw call on the DrawingArea is triggered a lot when resizing the window. This causes the entire image to be redrawn.

Need to either limit the calls to the draw function or debounce the drawing so it doesn't get drawn on every call.

@jmeaster30 jmeaster30 added the Viewer Stuff relating to the image viewer label Aug 3, 2023
@jmeaster30 jmeaster30 added the Performance Stuff about performance label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Stuff about performance Viewer Stuff relating to the image viewer
Projects
None yet
Development

No branches or pull requests

1 participant