2 //-----------------------------------------------------------------------------
6 //-----------------------------------------------------------------------------
9 * \brief routine for JPEG decompression
10 * @param fp pointer to an already open file descriptor
11 * JPEG2000 encoded image
12 * @param image_buffer to receive uncompressed pixels
13 * @return 1 on success, 0 on error
14 * @warning : not yet made
17 bool gdcmFile::gdcm_read_JPEG2000_file (FILE *fp,void * image_buffer) {
18 printf("Sorry JPEG 2000 File not yet taken into account\n");
22 //-----------------------------------------------------------------------------