This commit is contained in:
2025-02-26 14:49:25 +07:00
commit 1c1d9c4474
6403 changed files with 1953774 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"templates": {
"systemName" : "dwv",
"footer" : "",
"copyright" : "",
"includeDate" : true,
"navType" : "inline",
"theme" : "yeti",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true,
"outputSourceFiles" : true,
"outputSourcePath" : true,
"dateFormat" : "dddd, MMMM Do YYYY",
"syntaxTheme" : "default",
"sort" : true
}
}

View File

@@ -0,0 +1,5 @@
This is the DWV code documentation.
DWV (DICOM Web Viewer) is an open source zero footprint medical image viewer. 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.
The DWV home page is [github.com/ivmartel/dwv](https://github.com/ivmartel/dwv).