/* * * Copyright (C) 2001-2010, OFFIS e.V. * All rights reserved. See COPYRIGHT file for details. * * This software and supporting documentation were developed by * * OFFIS e.V. * R&D Division Health * Escherweg 2 * D-26121 Oldenburg, Germany * * * Module: dcmjpeg * * Authors: Joerg Riesmeier * * Purpose: Convert DICOM Images to PPM or PGM using the dcmimage/dcmjpeg library. * */ // compile "dcm2pnm" with dcmjpeg support #define BUILD_DCM2PNM_AS_DCMJ2PNM // include full implementation of "dcm2pnm" #include "../../dcmimage/apps/dcm2pnm.cc"