1 /*
2  *
3  *  Copyright (C) 2001-2010, OFFIS e.V.
4  *  All rights reserved.  See COPYRIGHT file for details.
5  *
6  *  This software and supporting documentation were developed by
7  *
8  *    OFFIS e.V.
9  *    R&D Division Health
10  *    Escherweg 2
11  *    D-26121 Oldenburg, Germany
12  *
13  *
14  *  Module:  dcmjpeg
15  *
16  *  Authors: Joerg Riesmeier
17  *
18  *  Purpose: Convert DICOM Images to PPM or PGM using the dcmimage/dcmjpeg library.
19  *
20  */
21 
22 
23 // compile "dcm2pnm" with dcmjpeg support
24 #define BUILD_DCM2PNM_AS_DCMJ2PNM
25 
26 // include full implementation of "dcm2pnm"
27 #include "../../dcmimage/apps/dcm2pnm.cc"
28