Actions
Feature #697
closedimg2dcm does not support import of grayscale BMP images
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Library
Target version:
-
Start date:
2016-10-21
Due date:
% Done:
100%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
The command line tool "img2dcm" and its underlying classes do not yet support the import of grayscale BMP images, or to be more precise: such images are not converted to monochrome DICOM images.
From the documentation of the "img2dcm" tool:
BMP Input Plugin img2dcm supports BMP as input format. However, so far only the most common BMP images are supported. In particular, BMP images which use bit fields or run length encoding will be rejected. Such images are uncommon. All input images will be converted into a DICOM image with RGB color model and a bit depth of 24. There are no specific options for fine-tuning BMP format conversion.
Updated by Marco Eichelberg 7 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Import of BMP grayscale images is meanwhile supported in img2dcm.
Actions