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

PixelData #1

Closed
yann86 opened this issue Jul 20, 2014 · 2 comments
Closed

PixelData #1

yann86 opened this issue Jul 20, 2014 · 2 comments

Comments

@yann86
Copy link

yann86 commented Jul 20, 2014

Hi,
how can i retrieve the pixel data in the x7fe00010 tag with your parser?

@chafey
Copy link
Collaborator

chafey commented Jul 21, 2014

You might want to check out the cornerstoneWADOImageLoader which uses the dicomParser to load DICOM P10 images for display in cornerstone:

https://github.com/chafey/cornerstoneWADOImageLoader

I extract the pixel data here:

https://github.com/chafey/cornerstoneWADOImageLoader/blob/master/src/makeGrayscaleImage.js

In function extractStoredPixels();

@yann86
Copy link
Author

yann86 commented Jul 22, 2014

Thanks for your answer I will look at cornerstoneWADOImageLoader code.
And thanks for this very good library.

@yann86 yann86 closed this as completed Jul 22, 2014
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