]> Creatis software - gdcm.git/commitdiff
Add empty gdcmJpeg2000.cxx, ready for the future
authorjpr <jpr>
Wed, 23 Jul 2003 10:18:00 +0000 (10:18 +0000)
committerjpr <jpr>
Wed, 23 Jul 2003 10:18:00 +0000 (10:18 +0000)
src/gdcmJpeg2000.cxx [new file with mode: 0644]

diff --git a/src/gdcmJpeg2000.cxx b/src/gdcmJpeg2000.cxx
new file mode 100644 (file)
index 0000000..fb942ba
--- /dev/null
@@ -0,0 +1,20 @@
+ /* -------------------------------------------------------------------- */
+ //
+ // JPEG 2000 Files
+ //
+ /* -------------------------------------------------------------------- */
+
+#include <stdio.h>
+#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;
+}
+
+