X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJpeg8.cxx;h=24b4f9e607fe17113de5b1cdd5e1fc72ab0a79be;hb=f6fd616782f9811f1390c64c9a3e7beb50ca4a04;hp=28d0acd17cfabbf2d39082d4363c28a28629fbfd;hpb=f5575c1671810f3eeecae9967861dff3f1f75f05;p=gdcm.git diff --git a/src/gdcmJpeg8.cxx b/src/gdcmJpeg8.cxx index 28d0acd1..24b4f9e6 100644 --- a/src/gdcmJpeg8.cxx +++ b/src/gdcmJpeg8.cxx @@ -1,14 +1,22 @@ -// gdcmJpeg.cxx -//----------------------------------------------------------------------------- -#include +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcmJpeg8.cxx,v $ + Language: C++ + Date: $Date: 2004/10/08 04:52:55 $ + Version: $Revision: 1.2 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.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 notices for more information. + +=========================================================================*/ #include "gdcmFile.h" -#define BITS_IN_JSAMPLE 8 - -#ifdef GDCM_DEBUG -#define GDCM_jpr_DEBUG 0 -#endif //GDCM_DEBUG - /* DICOM provides a mechanism for supporting the use of JPEG Image Compression through the Encapsulated Format (see PS 3.3 of the DICOM Standard). @@ -77,7 +85,7 @@ of the uncompressed pixel data from which the compressed data is derived */ extern "C" { -//#include "jpeglib.h" +//#include "stdio.h" #include "src/jpeg/libijg8/jconfig.h" #include "src/jpeg/libijg8/jpeglib.h"