GNU ELPA - dicom

dicom Atom Feed

Description
DICOM viewer - Digital Imaging & Communications in Medicine
Latest
dicom-0.5.tar (.sig), 2024-Dec-29, 40.0 KiB
Maintainer
Daniel Mendler <mail@daniel-mendler.de>
Website
https://github.com/minad/dicom
Browse ELPA's repository
CGit or Gitweb
Badge
Manual
dicom

To install this package from Emacs, use package-install or list-packages.

Full description

GNU Emacs GNU ELPA GNU-devel ELPA MELPA MELPA Stable

DICOM stands for Digital Imaging and Communications in Medicine. DICOM files are typically used for medical imaging with different modalities like US, CR, CT, MRI or PET. This package adds the ability to view such files in Emacs. The images and metadata are displayed in regular Emacs buffers. The package registers itself in auto-mode-alist and magic-mode-alist for DICOMDIR directory files and DICOM images (file extension *.dcm or *.ima). Furthermore the command dicom-open opens DICOMDIR directory files or DICOM image files interactively.

1. Installation

Dicom.el is available from GNU ELPA. You can install it directly via M-x package-install RET dicom RET. After installation, you can open DICOMDIR and DICOM image files.

Emacs must be compiled with support for PNG, SVG and XML. The package relies on external programs from the dcmtk DICOM toolkit, which are all widely available on Linux distributions.

  • dcm2xml and dcmj2pnm from the dcmtk DICOM toolkit
  • ffmpeg for video conversion (optional)
  • mpv for video playing (optional)

2. Supported files

The DICOM format is quite diverse. Since dcm2xml tool from the DICOM toolkit is used to read the metadata, most uncorrupted DICOM files can be read. It can still happen that the DICOM viewer is unable to display files nicely, if the metadata records are not interpreted properly. Any help improving the package is welcome.

3. Contributions

Since this package is part of GNU ELPA contributions require a copyright assignment to the FSF.

Old versions

dicom-0.4.tar.lz2024-Dec-228.26 KiB
dicom-0.2.tar.lz2024-Dec-215.71 KiB
dicom-0.1.tar.lz2024-Dec-204.59 KiB