]> Creatis software - gdcm.git/blob - src/gdcmJpeg2000.cxx
* gdcmHeader is now aggregating gdcmFile, and not derived into. Thus, we
[gdcm.git] / src / gdcmJpeg2000.cxx
1  
2  /* -------------------------------------------------------------------- */
3  //
4  // JPEG 2000 Files
5  //
6  /* -------------------------------------------------------------------- */
7
8 #include <stdio.h>
9 #include "gdcmFile.h"
10
11 bool gdcmFile::gdcm_read_JPEG2000_file (FILE *fp,void * image_buffer) {
12    printf("Sorry JPEG 2000 File not yet taken into account\n");
13    return false;
14 }
15
16