From b607f727bc5611635d2ac6a54f7e5af8ea84a24d Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 1 May 2024 22:31:18 +0200 Subject: [PATCH] images: added DICOM --- wiki/images.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/images.md b/wiki/images.md index f292784..9572591 100644 --- a/wiki/images.md +++ b/wiki/images.md @@ -2,11 +2,13 @@ An image is a visual representation of something. In the computer context it is a file with an extension like `png`, `jpg`, `gif` among others. +This entry also features medicinal image and visual formats such as DICOM. ## Clients - [sxiv](https://github.com/xyb3rt/sxiv) is an image viewer for [Linux'](/wiki/linux.md) [X window system](/wiki/linux/x_window_system.md). +- [Weasis](https://github.com/nroduit/Weasis) is a cross-platform DICOM viewer. ## Editing