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

Add progress support when opening #8

Closed
agoode opened this issue Sep 16, 2010 · 1 comment
Closed

Add progress support when opening #8

agoode opened this issue Sep 16, 2010 · 1 comment

Comments

@agoode
Copy link
Member

agoode commented Sep 16, 2010

_Imported from Trac. This issue originally by _agoode* at 2008-11-20T14:32:15Z.*

ws_open is slow, there should be some mechanism for monitoring open progress. Or just make ws_open fast?

Original email:

The proposal:
+--------------[o][-][x]-+
  Loading Slide
  [XXXXXX   ] 75.2%
+-------------------------+
Please create an iterative loading process for the Wholeslide library that adds these two functions:

ws_open_setup()

ws_open_iterative( .., &float progress ) returns -1 when failed, 0 when
complete, ranking 0-1 floating point approximating progress through files based on lines/total filesize estimates

ws_open_end() if necessary, but might not be

This way I can create a process bar animation occurring during the initial
examination process by running this in a thread before triggering the Viewer widget.
@agoode
Copy link
Member Author

agoode commented Sep 16, 2010

_This comment originally by _agoode* at 2008-12-23T18:17:12Z.*

Should be unnecessary with release 1.1.

@bgilbert bgilbert added the api label Jul 5, 2016
j-hudecek pushed a commit to j-hudecek/openslide that referenced this issue Nov 1, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants