#include "gdcmJPEGFragment.h"
#include "gdcmDebug.h"
Include dependency graph for gdcmJPEGFragment.cxx:
Go to the source code of this file.
Namespaces | |
namespace | GDCM_NAME_SPACE |
Functions | |
bool | GDCM_NAME_SPACE::gdcm_read_JPEG2000_file (std::ifstream *fp, void *image_buffer) |
bool | GDCM_NAME_SPACE::gdcm_read_JPEGLS_file (std::ifstream *fp, void *image_buffer) |
routine for JPEG decompression. WARNING LPEG-LS is NOT the 'classical' jpeg lossless. See : http://www.jpeg.org/jpeg/jpegls.html gdcm DOES deal with 'classical' jpeg lossless |