Main Page | File List | Related Pages

gdcmJpeg2000.cxx

00001 // gdcmJpeg2000.cxx
00002 //-----------------------------------------------------------------------------
00003 #include <stdio.h>
00004 #include "gdcmFile.h"
00005 
00006 //-----------------------------------------------------------------------------
00007 bool gdcmFile::gdcm_read_JPEG2000_file (FILE *fp,void * image_buffer) {
00008    printf("Sorry JPEG 2000 File not yet taken into account\n");
00009    return false;
00010 }
00011 
00012 //-----------------------------------------------------------------------------
00013 

Generated on Mon Feb 14 16:13:44 2005 for gdcm by doxygen 1.3.6