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

Hourglass while post-processing change being processed #33

Closed
perdrix52 opened this issue May 28, 2018 · 1 comment
Closed

Hourglass while post-processing change being processed #33

perdrix52 opened this issue May 28, 2018 · 1 comment

Comments

@perdrix52
Copy link
Member

When DSS is making a change to brightness or saturation etc on a finished stack, it progresses in a spiral tile-by-tile fashion.
Sometimes when the changes are subtle it's hard to see the progress of the tiles, so I wait for 20 seconds and then hope it's finished updating the image.
Hows about a boring progress bar or hourglass to show the progress ?

@SimonCSmith
Copy link
Collaborator

I've added a progress bar to show processing dialog progress along the bottom of the image frame. Note that this code is not be thread safe (outside of the main thread) because it relies on querying the state of the processing rects that could be reallocated on an Init() call if done on the non-main (GUI) thread.

This issue was closed.
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