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

How to decode .dcm to .bmp #15

Closed
Sitrone opened this issue Jun 6, 2014 · 2 comments
Closed

How to decode .dcm to .bmp #15

Sitrone opened this issue Jun 6, 2014 · 2 comments

Comments

@Sitrone
Copy link

Sitrone commented Jun 6, 2014

I want to decode .dcm to .bmp , but i can't find the method DecodeToBMP in IEncoderDecoder Class.How can I use the method.
I would very appreciate it if you have time to answer my question.

@rexcardan
Copy link
Owner

Evil DICOM does not have any image classes to help with this. While that might seem strange to not include image tools in a DICOM library, it is not the original intent of the the library. Evil DICOM is more for manipulating and analysis of DICOM data. I used to have some image parts in the old library which I believe is still available on SourceForge. You can take a look, but the PixelData tag has the raw bits to put together an image. .NET has several classes that can help with that, but I don't have anything to write here in this post. If I get some time, I will write a blog post about how to do it on the website (rexcardan.com).

@patrickayoup
Copy link

+1 I as well would greatly appreciate a post like this.

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

3 participants