From: jpr Date: Wed, 23 Jul 2003 10:18:00 +0000 (+0000) Subject: Add empty gdcmJpeg2000.cxx, ready for the future X-Git-Tag: Version0.3.1~193 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d92be82d301c24a42e894d1d40b2b2c7173b1032;p=gdcm.git Add empty gdcmJpeg2000.cxx, ready for the future --- diff --git a/src/gdcmJpeg2000.cxx b/src/gdcmJpeg2000.cxx new file mode 100644 index 00000000..fb942ba2 --- /dev/null +++ b/src/gdcmJpeg2000.cxx @@ -0,0 +1,20 @@ + + + /* -------------------------------------------------------------------- */ + // + // JPEG 2000 Files + // + /* -------------------------------------------------------------------- */ + +#include +#include "gdcmFile.h" + +int +gdcmFile::gdcm_read_JPEG2000_file (void * image_buffer) { + + + printf("Sorry JPEG 2000 File not yet taken into account\n"); + return 0; +} + +