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

need a help in reading and displaying dicom image in asp.net #9

Closed
Heshambass opened this issue Nov 5, 2013 · 1 comment
Closed

Comments

@Heshambass
Copy link

i'm anew with dicom format and i want to read dicom image and display it in a website
i see atutorial about evil dicom but the constructor use older version .....

@rexcardan
Copy link
Owner

Evil DICOM doesn't current support image reading helpers for you. You have to read the bits out of the FrameData element directly and do whatever you want to with them. The reason for a lack of support is because the .NET language does not support all of the image types in DICOM. I would have to roll my own compression/decompression algorithms. I could support just raw bitmap (which is what I did in the original library). Instead, I choose to focus on maintaining a fast and free DICOM format library. I found that the image stuff has enough complication to put it in a separate complementary library. If you want to play around with the old library, it is available on SourceForge. It is not near as fast as the current library, but it does have some image support.

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