Mainecoon is a browser-based whole slide image (WSI) viewer is primarily maintained by the Imaging Informatics Labs. It is a pure single-page application (SPA), lightweight, and using only JavaScript and HTML5 technologies so as to deploy it on any HTTP server easily (just put it in HTTP server). It supports rendering DICOM WSI as well asd its annotation encoded ANN which is a new DICOM object to display annotation on a WSI. Mainecoon supports to connect to medical image archives which support DICOMweb.
Live DEMO (With Only StudyInstanceUID_Amy) Live DEMO (With Only StudyInstanceUID_Roche)
- Put all files into any directory in the static directory on any HTTP server.
- go to
./bluelight-WSI/data/config.json
and change the configuration of DICOM server.
- Reminder the DICOMWeb Plugin of the DICOM server shall be installed first.
- Integration with any DICOMWeb Image Archive, including Orthanc, and dcm4chee server
- Pan, zoom, move
- Scroll images within a series
- Line and angle measurement
- hide/display markups and annotations
-
BlueLight Viewer uses several oepn source libraries as folowing:
- OpenSeadragon for move, zoom, switch series.
- cornerstone for reading, parsing DICOM-formatted data.
- dicomParser for parsing DICOM tags.
-
Mainecoon@micala: micala participated in SIIM 2022 Hackathon.