README
1
2DCMTK
3
4This DICOM ToolKit (DCMTK) package consists of source code, documentation
5and installation instructions for a set of software libraries and
6applications implementing part of the DICOM/MEDICOM Standard.
7
8DCMTK contains the following sub-packages, each in its own sub-directory:
9
10 config - configuration utilities for dcmtk
11 dcmdata - a data encoding/decoding library and utility apps
12 dcmimage - adds support for color images to dcmimgle
13 dcmimgle - an image processing library and utility apps
14 dcmjpeg - a compression/decompression library and utility apps
15 dcmnet - a networking library and utility apps
16 dcmpstat - a presentation state library and utility apps
17 dcmsign - a digital signature library and utility apps
18 dcmsr - a structured report library and utility apps
19 dcmtls - security extensions for the network library
20 dcmwlm - a modality worklist database server
21 imagectn - an image database server
22 ofstd - a library of general purpose classes
23
24Each sub-directory (except config) contains further sub-directories for
25application source code (apps), library source code (libsrc), library
26include files (include), documentation (docs, htmldocs) and optional
27test programs (tests).
28
29To build and install the DCMTK package see the INSTALL file.
30For copyright information see the COPYRIGHT file.
31For information about the history of this software see the HISTORY file.
32For answers to some frequently asked questions see the FAQ file.
33
34If you find bugs or other problems with this software we would appreciate
35hearing about them. Please send electronic mail to:
36
37 dicom-bugs@offis.de
38
39Please try to describe the problem in detail and if possible give a
40suggested fix.
41
README.v3p
1This is just a subset of the full DCMTK. I extracted only the source
2files and header files that were necessary to build the dcmimgle library.
3I converted the configure tests into CMake try compile tests, with the
4resulting configuration header generated from
5config/include/osconfig_cmake.h.in.
6
7Amitha Perera.
8