]> Creatis software - gdcm.git/history - src
* Fix :Oops ! Forgot to commit gdcmFile::GetImageDataSizeRaw();
[gdcm.git] / src /
2003-11-05 jpr* Fix :Oops ! Forgot to commit gdcmFile::GetImageDataSi...
2003-11-03 jpr2003-11-03 Jean-Pierre Roux
2003-10-31 jprUpdate Changelog
2003-10-31 jprremoval of useless jBitsInJsample.h for both 8 and...
2003-10-31 malaterre*FIX: VC++ compilation, still for loop dummy stuff
2003-10-31 jpr * ENH : Add the functions gdcmFile::GetImageDataRaw
2003-10-30 jprOps ! Forgot to commit the .h
2003-10-30 jpr * FIX : a VC++ intended syntax modif broke the 12...
2003-10-30 jpr2003-10-29 Jean-Pierre Roux
2003-10-29 malaterre*FIX: only one function is being exported for now ...
2003-10-29 malaterre*FIX: sorry !
2003-10-29 malaterre*FIX: release compilation mode
2003-10-29 malaterre*FIX: removed this files
2003-10-29 malaterre*ENH: Add include dir to medcon lib
2003-10-29 malaterre*ENH: Two steps is necessary to please VC++ compiler...
2003-10-29 malaterre*ENH: Turn it into DOS file type to match libgdcmijpeg8...
2003-10-29 malaterre*FIX: DOH ! Forgot about windo$e users, they couldn...
2003-10-27 jprTo avoid pb with xmedcon-breaker CT McTwin Elscint...
2003-10-27 malaterre*Removal of ido stuff
2003-10-27 jprremoval of now useless LibIDO Jpeg Lossless .h and...
2003-10-24 malaterre*ENH: Can read CT-MONO2-8-abdo.dcm now
2003-10-23 malaterre*FIX: More pragma disable fro VC++, I don't think I...
2003-10-23 malaterre*RMV: Remove some file from medcon lib that are not...
2003-10-23 jprgdcm now deals with 16 Bits Run Length Encoded images
2003-10-22 malaterre*FIX: When copying a Makefile.am to CMakeLists.txt...
2003-10-21 jprMakefile.am,CMakeLists.txt updated to deal with the...
2003-10-21 jpradd the method
2003-10-21 jpr- garbage Siemens 'Leonardo' images dealt with
2003-10-21 jpr- call of 'xmedcom' Jpeg Lossles libray (instead of...
2003-10-21 jpradd the files for 'xmedcon' Jpeg Lossless library
2003-10-21 jpradd the directory jpg, for 'xmedcon' Jpeg Lossless...
2003-10-15 jprgdcmHeader::gdcmHeader(const char *InFilename, bool...
2003-10-15 jprEmprovement of reading for Dicom encapsulated Jpeg...
2003-10-14 malaterre* TODO: *.in file to genereate a UseGDCM later
2003-10-14 jpr--> Some supposed-to-be Dicom Images have no preamble.
2003-10-13 jprAccording to PS 3.3-2003 C.11.1.1.2 p 619, when each...
2003-10-13 malaterre* FIX: "jpeglib.h" was not found on VC++
2003-10-10 jprENH : OpenFile closes the file if it *really* doesn...
2003-10-10 malaterre* FIX: PATH to dictionary was wrong (missing /)
2003-10-10 malaterre* FIX: make install should be ok now on ùnix plateform
2003-10-09 malaterre* FIX: force jpeg dir to the local one (gdcm/src/jpeg)
2003-10-09 malaterre* FIX: http://www.cmake.org/pipermail/cmake/2003-Octobe...
2003-10-09 malaterreFIX: on cygwin Wsock32 doesn't exist
2003-10-09 malaterre* doh, ADD_DEFINITIONS needed for now
2003-10-09 malaterre* FIX: jpr !!!
2003-10-09 malaterre* CMake-ification of gdcm, we have now two build system
2003-10-09 jprOdd length strings are padded with '\0' (not with space...
2003-10-07 malaterre* SpuriousFile.raw removed...
2003-10-06 malaterre* removed these files, they were "Generated automatical...
2003-10-06 malaterre* change GetXSpacing and GetYSpacing "%f\\%" is parsed...
2003-10-06 jprA few nasty patches to allow the reading of a lot of...
2003-10-03 jprOne more JPEG LossLess type "JPEG Baseline (Process...
2003-10-03 malaterre* beware of trailing white space !
2003-10-03 jprgdcmHeaderHelper::GetNumberOfScalarComponents() added...
2003-10-03 jprgdcmFile::GetImageDataIntoVector now
2003-10-02 malaterresrc/*.cxx removed pragma thingies to src/gdcmCommon.h
2003-09-25 jprNow gdcmParse.cxx is 80 characters line long.
2003-09-25 jpr-->File gdcmParse.cxx added
2003-09-24 jprThe lines are now eigthy characters long...
2003-09-24 jprRemove spurious tests
2003-09-24 regrainRemaining etc... replaced by ...
2003-09-24 jprostream replaced by std::ostream
2003-09-24 jprmistyping corrected
2003-09-24 jprwarning added in doxygen part
2003-09-24 jprRemaining ... and so on
2003-09-24 jprcout replaced by std::cout
2003-09-24 jprRemaining hex replaced by std::hex
2003-09-24 jprRemaining vector replaced by std::vector
2003-09-24 jprRemaining ...
2003-09-24 jprmistyping corrected
2003-09-24 jprremaining and so on ...
2003-09-24 jpristream replaced by std::istream
2003-09-24 jprRemaining ostream replaced by std::ostream
2003-09-24 jprRemaining \n in std::cout and std::cerr replaced by...
2003-09-24 jprRemaining cerr replaced by std::cerr
2003-09-24 jprMistyping in doxygen header corrected
2003-09-24 jprRemove using namespace std;
2003-09-22 regrain * src/gdcmUtil.[cxx|h] : change the _CreateCleanS...
2003-09-19 malaterre* doh I had commited unix file for Win workspace !
2003-09-19 malaterre* This commit should fix the Debug building under VC...
2003-09-18 regrain * "gdcm::Unfound" string changed to a constant...
2003-09-17 malaterre* corrected directory parsing under Win32
2003-09-16 frog Makefile.am now exports gdcm.dsw for Windoze users...
2003-09-11 jprMissing modalities added, to be compliant with DICOM...
2003-09-11 jprSpecial patch to allow gdcm to read ACR-LibIDO formatte...
2003-09-10 malaterre* remove some methods that are now in gdcmHeaderHelper
2003-09-09 malaterre* Fix a few delete/delete[] mismatch
2003-09-08 malaterre* src/gdcmHeaderHelper.[h cxx]: added new class that...
2003-09-05 malaterre* src/*.cxx : added pragma disable 4786/4251 to get...
2003-07-29 malaterre* src/win32/libgdcmjpeg12.dsp was not dos format
2003-07-29 regrain * src/gdcmHeader.h : add std:: prefix for stl...
2003-07-29 malaterremissing namespace: string -> std::string
2003-07-29 malaterreSorry, didn't realize named had changed .c -> 12.c
2003-07-29 malaterre* src/win32/libgdcmijpeg12.dsp was missing
2003-07-28 malaterremisplaced return 0.; for ACR/NEMA
2003-07-24 regrain * src/jpeg/libijg12/.cvsignore, jconfig.* : ommit...
2003-07-23 jprAdding the empty gdcmRLE.cxx file
2003-07-23 jprAdd empty gdcmJpeg2000.cxx, ready for the future
2003-07-23 jprFor 12 bits jpeg, it could help :-(
2003-07-23 jprfor libijg8
next