pappuks / dwv

DICOM Web Viewer: open source zero footprint medical image viewer.

Home Page:https://ivmartel.github.io/dwv/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DWV

DWV (DICOM Web Viewer) is an open source zero footprint medical image viewer library. It uses only javascript and HTML5 technologies, meaning that it can be run on any platform that provides a modern browser (laptop, tablet, phone and even modern TVs). It can load local or remote data in DICOM format (the standard for medical imaging data such as MR, CT, Echo, Mammo, NM...) and provides standard tools for its manipulation such as contrast, zoom, drag, possibility to draw regions on top of the image and imaging filters such as threshold and sharpening.

Try a live demo and read a lot more information on the wiki (such as Dicom-Support or Pacs-Support).

All coding/implementation contributions and comments are welcome.

DWV is not certified for diagnostic use. Released under GNU GPL-3.0 license (see license.txt).

Build Status Coverage Status Code Climate Dependency Status npm Bower FOSSA Status

And for those who want to support the dwv development:

Donate

Available Scripts

# install dependencies
yarn install

# serve with test hot reload at localhost:8080
yarn run start

# watch for changes and run command line tests
yarn run start-cmd

# watch for changes and copy build (to be connected with a demo viewer)
yarn run dev

# run unit tests
yarn run test

# create release files
yarn run build

# create documentation
yarn run doc

About

DICOM Web Viewer: open source zero footprint medical image viewer.

https://ivmartel.github.io/dwv/

License:GNU General Public License v3.0


Languages

Language:JavaScript 86.5%Language:Java 10.0%Language:HTML 3.4%Language:Shell 0.1%