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

Reducing the loading time for DICOM image #519

Closed
anoob09 opened this issue Jun 13, 2018 · 2 comments
Closed

Reducing the loading time for DICOM image #519

anoob09 opened this issue Jun 13, 2018 · 2 comments
Labels
question Further information is requested
Milestone

Comments

@anoob09
Copy link

anoob09 commented Jun 13, 2018

Is there any way to reduce the loading time?
Do you any resources that could help me with Parsing the pixel data using web workers ?

@ivmartel ivmartel added the question Further information is requested label Jun 15, 2018
@ivmartel ivmartel added this to the 0.24.0 milestone Jun 15, 2018
@ivmartel
Copy link
Owner

There is no obvious solution...
For non encoded data, you could check the time spent in different parts of the code and see if they are no bottleneck. Regarding speeding up the display for multiple files/multiframe, check #342.
For encoded data, they are maybe updates to the parsers or other faster ones.

@ivmartel
Copy link
Owner

ivmartel commented Jul 9, 2018

I hope I answered the question. Closing for now, feel free to comment if you need.

@ivmartel ivmartel closed this as completed Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants