Infogosoft / jsdicom

dicom library and viewer in javascript
95 stars 38 forks source link

interested in contributing #12

Open ghost opened 12 years ago

ghost commented 12 years ago

Hello!

I am interested in contributing to this project. I have a lot of experience with DICOM and medical imaging, but only with desktop applications: C++, C#.

Can you advise on how I can set up a dev environment to run your viewer?

Thanks very much, Throckmorton

daniel-lundin commented 12 years ago

Hello!

Glad to see you're interested!

Since everything runs within the browser, no specific dev tools are needed except for a modern browser. (Git is needed of course to get the source code).

To get started, just open index.html, click "Open" and select some dicom files. Note that only files w/o JPEG compression works right now, so if you don't have uncompressed files used e.g. http://support.dcmtk.org/docs/dcmdjpeg.html to decompress them..

Regards, Daniel