]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg12.cxx
Code identation
[gdcm.git] / src / gdcmJpeg12.cxx
index ab04c32fa9468ff4e4832ffaff6eb1842a4c62fd..956cda503be396b7221794954a14085643525787 100644 (file)
@@ -5,6 +5,10 @@
 
 #define BITS_IN_JSAMPLE 12
 
+#ifdef GDCM_DEBUG
+#define GDCM_jpr_DEBUG 0
+#endif   //GDCM_DEBUG
+
 // BITS_IN_JSAMPLE is a compile time defined options.
 // We need both 8 an 12;
 // To avoid renaming *all* the Jpeg functions,
@@ -88,6 +92,16 @@ extern "C" {
 #include "jpeg/libijg12/jpeglib12.h"
 #include <setjmp.h>
 }
+/******************** JPEG COMPRESSION SAMPLE INTERFACE *******************/
+
+//
+//  TODO
+//
+
+bool gdcm_write_JPEG_file12 (FILE *fp, void * im_buff, 
+                             int image_width, int image_heigh, int quality)
+{
+}
 
 /******************** JPEG DECOMPRESSION SAMPLE INTERFACE *******************/