]> Creatis software - gdcm.git/blob - src/gdcmRLE.cxx
*** empty log message ***
[gdcm.git] / src / gdcmRLE.cxx
1 #include <stdio.h>
2 #include "gdcmFile.h"
3 #include "jpeg/libijg8/cdjpeg.h"                /* Common decls for cjpeg/djpeg applications */
4 #include "jpeg/libijg8/jversion.h"      /* for version message */
5 #include <ctype.h>              /* to declare isprint() */
6 /* Create the add-on message string table. */
7
8 #define JMESSAGE(code,string)   string ,
9
10 static const char * const cdjpeg_message_table[] = {
11 #include "jpeg/libijg8/cderror.h"
12   NULL
13 };
14  
15  /* -------------------------------------------------------------------- */
16  //
17  // RLE LossLess Files
18  //
19  /* -------------------------------------------------------------------- */
20
21 int
22 gdcmFile::gdcm_read_RLE_file (void * image_buffer) {
23
24
25   
26
27
28
29
30
31
32
33
34
35
36
37   
38   
39    printf("Sorry RLE LossLess File not yet taken into account\n");
40    return 0;
41 }