Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Viewers | 2,391 | 5 | 14 | a day ago | 38 | November 30, 2020 | 747 | mit | JavaScript | |
OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages | ||||||||||
Awesome Healthcare | 2,164 | 2 days ago | 1 | cc0-1.0 | ||||||
Curated list of awesome open source healthcare software, libraries, tools and resources. | ||||||||||
Dwv | 1,465 | 12 | 8 | 2 days ago | 45 | June 29, 2022 | 44 | gpl-3.0 | JavaScript | |
DICOM Web Viewer: open source zero footprint medical image library. | ||||||||||
Fo Dicom | 908 | 25 | 20 | a day ago | 79 | May 23, 2022 | 110 | other | C# | |
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity | ||||||||||
Dicom | 820 | 4 | 12 days ago | 33 | January 29, 2022 | 93 | mit | Go | ||
⚡High Performance DICOM Medical Image Parser in Go. | ||||||||||
Ami | 667 | 2 | 1 | 6 months ago | 50 | September 30, 2020 | 141 | mit | JavaScript | |
AMI Medical Imaging (AMI) JS ToolKit | ||||||||||
Ctk | 664 | a month ago | July 17, 2022 | 170 | apache-2.0 | C++ | ||||
A set of common support code for medical imaging, surgical navigation, and related purposes. | ||||||||||
Mitk | 560 | 2 days ago | 17 | bsd-3-clause | C++ | |||||
The Medical Imaging Interaction Toolkit. | ||||||||||
Weasis | 548 | 14 hours ago | 31 | other | Java | |||||
Weasis is a DICOM viewer available as a desktop application or as a web-based application. | ||||||||||
Invesalius3 | 499 | 2 days ago | 95 | gpl-2.0 | Python | |||||
3D medical imaging reconstruction software |
Papaya is a pure JavaScript medical research image viewer, supporting DICOM and NIFTI formats, compatible across a range of web browsers. This orthogonal viewer supports overlays, atlases, GIFTI & VTK surface data and DTI data. The Papaya UI is configurable with many display, menu and control options and can be run on a web server or as a local, shareable file.
Load tests/debug_local.html
or tests/debug_server.html
in your favorite JavaScript debugger.
See here for the latest release or run papaya-builder.sh
to create your own build. See the documentation for more information.
Build using npm: npm run build
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<link rel="stylesheet" type="text/css" href="papaya.css" />
<script type="text/javascript" src="papaya.js"></script>
<title>Papaya Viewer</title>
</head>
<body>
<div class="papaya"></div>
</body>
</html>
<head>
...
<script type="text/javascript">
var params = [];
params["worldSpace"] = true;
params["images"] = ["data/myBaseImage.nii.gz", "data/myOverlayImage.nii.gz"];
params["surfaces"] = ["data/mySurface.surf.gii"];
params["myOverlayImage.nii.gz"] = {"min": 4, "max": 10};
</script>
</head>
...
<div class="papaya" data-params="params"></div>
Papaya uses:
As well as the following third-party libraries: