]> Creatis software - gdcm.git/commit
ENH: * Finished lossless transition, not only do we now read all lossless jpeg
authormalaterre <malaterre>
Thu, 14 Oct 2004 22:35:01 +0000 (22:35 +0000)
committermalaterre <malaterre>
Thu, 14 Oct 2004 22:35:01 +0000 (22:35 +0000)
commit91e773ef94e63d181ea8e2a322ced8bf0427aa27
tree034882a59ea9ab99eac27717372a27f2e4df72e3
parent05a31743c6545f03a9841531f2d54b7b1552e681
ENH: * Finished lossless transition, not only do we now read all lossless jpeg
  images, without the need of the Cornwell lib, but we do read them properly now
  * To reduce code (well to avoid code duplication), I defined a common place
  for jpeg read/write: gdcmJpeg.cxx. Now gdcmJpeg[8,12 16] include this file and
  redefine symbols. This is not prefect but this the best solution I found for a
  compilation time jpeg option.
ChangeLog
TODO
src/CMakeLists.txt
src/gdcmJPEGFragment.h
src/gdcmJPEGFragmentsInfo.h
src/gdcmJpeg12.cxx
src/gdcmJpeg8.cxx
src/gdcmPixelConvert.cxx
src/jpeg/CMakeLists.txt
src/jpeg/libijg/jconfig.h.in