00001 /*========================================================================= 00002 00003 Program: gdcm 00004 Module: $RCSfile: gdcmJpeg12.cxx,v $ 00005 Language: C++ 00006 Date: $Date: 2005/01/31 04:00:04 $ 00007 Version: $Revision: 1.32 $ 00008 00009 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de 00010 l'Image). All rights reserved. See Doc/License.txt or 00011 http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. 00012 00013 This software is distributed WITHOUT ANY WARRANTY; without even 00014 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00015 PURPOSE. See the above copyright notices for more information. 00016 00017 =========================================================================*/ 00018 #include "gdcmFileHelper.h" 00019 #include <stdio.h> 00020 00021 extern "C" { 00022 #include "gdcmjpeg/12/jconfig.h" 00023 #include "gdcmjpeg/12/jpeglib.h" 00024 #include "gdcmjpeg/12/jinclude.h" 00025 #include "gdcmjpeg/12/jerror.h" 00026 } 00027 00028 #define gdcm_write_JPEG_file gdcm_write_JPEG_file12 00029 #define ReadJPEGFile ReadJPEGFile12 00030 #define SampBuffer SampBuffer12 00031 00032 #include "gdcmJpeg.cxx" 00033