]> Creatis software - gdcm.git/blob - src/gdcmJpeg12.cxx
ENH: Final -hopefully- change to jpeg lib. In order to match ITK structure, and be...
[gdcm.git] / src / gdcmJpeg12.cxx
1 /*=========================================================================
2                                                                                 
3   Program:   gdcm
4   Module:    $RCSfile: gdcmJpeg12.cxx,v $
5   Language:  C++
6   Date:      $Date: 2004/11/07 14:28:55 $
7   Version:   $Revision: 1.24 $
8                                                                                 
9   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
10   l'Image). All rights reserved. See Doc/License.txt or
11   http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
12                                                                                 
13      This software is distributed WITHOUT ANY WARRANTY; without even
14      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15      PURPOSE.  See the above copyright notices for more information.
16                                                                                 
17 =========================================================================*/
18 #include "gdcmFile.h"
19
20 extern "C" {
21 #include "gdcmjpeg/12/jinclude.h"
22 #include "gdcmjpeg/12/jpeglib.h"
23 }
24
25 #define gdcm_write_JPEG_file gdcm_write_JPEG_file12
26 #define gdcm_read_JPEG_file  gdcm_read_JPEG_file12
27
28 #include "gdcmJpeg.cxx"
29