]> Creatis software - gdcm.git/blob - src/gdcmJpeg2000.cxx
src/*.cxx removed pragma thingies to src/gdcmCommon.h
[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 int
12 gdcmFile::gdcm_read_JPEG2000_file (void * image_buffer) {
13
14
15    printf("Sorry JPEG 2000 File not yet taken into account\n");
16    return 0;
17 }
18
19