ivmartel / dwv

DICOM Web Viewer: open source zero footprint medical image library.
https://ivmartel.github.io/dwv/
GNU General Public License v3.0
1.67k stars 593 forks source link

Add DICOM image pixel anonymisation #1705

Open ivmartel opened 4 months ago

ivmartel commented 4 months ago

The library must allow for DICOM image anonymisation: the user could specify rectangles where the pixels would be erased (set to 0). This would be done in the ImageFactory by adding a toDicom method (as it is done in the maskFactory).