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