1GDCMVIEWER(1) DICOM Manipulation. GDCMVIEWER(1)
2
3
4
6 gdcmviewer - Simple DICOM viewer.
7
9 gdcmviewer [options] file-in
10
12 The gdcmviewer is a simple tool that show how to use
13 vtkGDCMImageReader. The class that use gdcm to make a layer to VTK.
14 gdcmviewer is basically only just a wrapper around VTK/GDCM.
15
16 This tool is meant for testing integration of GDCM in VTK. You should
17 see it as a demo tool. It does compile with VTK ranging from 4.2 to
18 5.10, but only with VTK 5.2 (or above) can play with the widgets (as
19 described below).
20
22 file-in DICOM input filename
23
25 specific options
26 --force-rescale force rescale (advanced users)
27 --force-spacing force spacing (advanced users)
28 -r --recursive Recursively descend directory
29
30 general options
31 -h --help
32 print this help text and exit
33
34 -v --version
35 print version information and exit
36
37 -V --verbose
38 verbose mode (warning+error).
39
40 -W --warning
41 warning mode, print warning information
42
43 -E --error
44 error mode, print error information
45
46 -D --debug
47 debug mode, print debug information
48
51 For now gdcmviewer should be started from a command line prompt. The
52 next argument should be the name of the DICOM file you wish to read.
53 For instance:
54
55 $ gdcmviewer -V 012345.002.050.dcm
56
57 gdcmviewer will try to read your file, and then print the vtk
58 information associated with this file. Basically what kind of image you
59 are looking at.
60
61 • ScalarType is the DICOM Real World Value type
62
63 • Dimensions is the dimension of the image
64
65 • Spacing is the spacing of the image
66
67 • NumberOfScalarComponents should be 1 for grayscale & PALETTE COLOR
68 and 3 for RGB, YBR data.
69
70
72 The wiki page, with color pictures can be found at:
73 http://gdcm.sourceforge.net/wiki/index.php/Gdcmviewer
74
76 gdcmdump(1), gdcm2vtk(1)
77
79 Mathieu Malaterre
80 Main developer
81
83 Copyright © 2006, 2011 Mathieu Malaterre
84
85
86
87GDCM 3.0.12 04/02/2022 GDCMVIEWER(1)