[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dicom 441d34e679 10/15: Expand commentary
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dicom 441d34e679 10/15: Expand commentary |
Date: |
Sat, 21 Dec 2024 09:57:56 -0500 (EST) |
branch: externals/dicom
commit 441d34e67905e041949aaa3d6d2c69b9aa3338ff
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Expand commentary
---
README.org | 13 +++++++------
dicom.el | 17 +++++++++--------
2 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/README.org b/README.org
index d2470d8bdd..87dd614e7c 100644
--- a/README.org
+++ b/README.org
@@ -6,12 +6,13 @@
#+html: <a href="https://melpa.org/#/dicom"><img alt="MELPA"
src="https://melpa.org/packages/dicom-badge.svg"/></a>
#+html: <a href="https://stable.melpa.org/#/dicom"><img alt="MELPA Stable"
src="https://stable.melpa.org/packages/dicom-badge.svg"/></a>
-DICOM files are typically used for medical imaging (US, CR, CT, MRI, 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.
+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.
The package relies on a few external programs, which are all widely available
on
Linux distributions.
diff --git a/dicom.el b/dicom.el
index 95e8c7d4f6..59de8c7ef1 100644
--- a/dicom.el
+++ b/dicom.el
@@ -1,4 +1,4 @@
-;;; dicom.el --- DICOM viewer -*- lexical-binding: t -*-
+;;; dicom.el --- DICOM viewer - Digital Imaging & Communications in Medicine
-*- lexical-binding: t -*-
;; Copyright (C) 2024 Free Software Foundation, Inc.
@@ -27,13 +27,14 @@
;;; Commentary:
-;; DICOM files are typically used for medical imaging (US, CR, CT, MRI, 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.
+;; 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.
;; Emacs must be compiled with support for PNG, XML and SVG. The package
relies
;; on a few external programs, which are all widely available on Linux
- [elpa] externals/dicom updated (f8702c7605 -> 0a5e3d9d84), ELPA Syncer, 2024/12/21
- [elpa] externals/dicom 066d68babe 04/15: Change menu title, ELPA Syncer, 2024/12/21
- [elpa] externals/dicom f34a4fc88a 13/15: Take advantage of image APIs, ELPA Syncer, 2024/12/21
- [elpa] externals/dicom 0a5e3d9d84 15/15: Update menu, ELPA Syncer, 2024/12/21
- [elpa] externals/dicom fc5c425364 02/15: Unified dicom-mode, ELPA Syncer, 2024/12/21
- [elpa] externals/dicom da915ac8db 07/15: Improve error handling, ELPA Syncer, 2024/12/21
- [elpa] externals/dicom 1f420aa3f2 11/15: README: Update title, ELPA Syncer, 2024/12/21
- [elpa] externals/dicom 7cdec39355 03/15: Move maps and mode, ELPA Syncer, 2024/12/21
- [elpa] externals/dicom 977a04d9cf 14/15: Generalize dicom-open-at-point, ELPA Syncer, 2024/12/21
- [elpa] externals/dicom 6248cc7bd6 01/15: Better job queue, ELPA Syncer, 2024/12/21
- [elpa] externals/dicom 441d34e679 10/15: Expand commentary,
ELPA Syncer <=
- [elpa] externals/dicom b9d186567d 05/15: Update README, ELPA Syncer, 2024/12/21
- [elpa] externals/dicom 08f8dfdccb 09/15: Expand README, ELPA Syncer, 2024/12/21
- [elpa] externals/dicom e07edaa3ce 08/15: Cleanup dicom--setup, ELPA Syncer, 2024/12/21
- [elpa] externals/dicom 407d8ecb99 06/15: Update README, ELPA Syncer, 2024/12/21
- [elpa] externals/dicom ef5bdc3335 12/15: Update README, ELPA Syncer, 2024/12/21