1GDCM2PNM(1)                   DICOM Manipulation.                  GDCM2PNM(1)
2
3
4

NAME

6       gdcm2pnm - off-screen rendering of DICOM images
7

SYNOPSIS

9           gdcm2pnm [options] file-in bitmap-out
10

DESCRIPTION

12       The gdcm2pnm command line program takes as input a DICOM file and
13       produces a rendered bitmap file.
14

PARAMETERS

16           file-in   DICOM input filename
17
18           bitmap-out  Bitmap output filename
19

OPTIONS

21   specific options
22   general options
23             -h   --help
24                    print this help text and exit
25
26             -v   --version
27                    print version information and exit
28
29             -V   --verbose
30                    verbose mode (warning+error).
31
32             -W   --warning
33                    warning mode, print warning information
34
35             -E   --error
36                    error mode, print error information
37
38             -D   --debug
39                    debug mode, print debug information
40

SIMPLE USAGE

42       gdcm2pnm will take as input DICOM and render it into a bitmap file
43       using the window/level attributes value.
44
45           $ gdcm2pnm input.dcm output.png
46
47       It is much different from the gdcmraw or gdcmimg command line tool as
48       it will render a DICOM image. This means that the output will be
49       rendered in 8bits ready for display.
50

SEE ALSO

52       gdcm2vtk(1), gdcmimg(1)
53

AUTHOR

55       Mathieu Malaterre
56           Main developer
57
59       Copyright © 2006, 2011 Mathieu Malaterre
60
61
62
63GDCM 3.0.8                        01/26/2021                       GDCM2PNM(1)
Impressum