/*========================================================================= Program: GDCM (Grassroots DICOM). A DICOM library Copyright (c) 2006-2011 Mathieu Malaterre All rights reserved. See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notice for more information. =========================================================================*/ // gdcm will convert almost anything into dicom // - jpg // - j2k // - pdf // - raw.. // - wav // - txt (??) // - 2D stuff -> RT // - new segmentation ! // provide a dicom2 compatible API...maybe ?? // For pdf: /* Provide a mapping for: Title: ITK Software Guide Subject: Medical Image Segmentation and Registration Toolkit Keywords: Registration,Segmentation,Guide Author: Luis Ibanez and Will Schroeder Creator: LaTeX with hyperref package Producer: dvips + GPL Ghostscript 8.15 CreationDate: Mon Nov 21 19:34:28 2005 ModDate: Mon Nov 21 19:34:28 2005 Tagged: no Pages: 836 Encrypted: no Page size: 522 x 675 pts File size: 5580502 bytes Optimized: no PDF version: 1.4 into DICOM elements... */ int main(int argc, char *argv[]) { return 0; }