~ubuntu-branches/ubuntu/gutsy/xmedcon/gutsy

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Roland Marcus Rutschmann
  • Date: 2004-11-11 15:53:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041111155337-tgza2ptocg0g3wsj
Tags: 0.9.8.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
in release 0.9.6:
 
1
in release 0.9.8.1
 
2
 - INTF: New write option "-one" for single file output 
 
3
 . 
 
4
in release 0.9.8.0
 
5
  - #define MDC_DOS removed, new defines for newline and path delimiter 
 
6
  - INTF: signature test string based to prevent locale troubles 
 
7
  - DICM: Removed hardcoded ".0.0" suffix from Creator UID (1) 
 
8
  - ASCII: writing adds newlines after each row and image (2) 
 
9
  - renamed GetLastPathSlash() to GetLastPathDelim() 
 
10
  - id->image_mod[3] replaced by global nummeric fi->modality 
 
11
  - GUI: scale images to aspect ratio of real world dimensions (= fix squeezed looking images after reslice) (3) 
 
12
  - GUI: zooming has been improved and limitless 
 
13
 
14
(1) noticed by Jiri Bartl 
 
15
(2) requested by Sara Janek 
 
16
(3) appreciated by Pieter De Bondt 
 
17
 
18
in release 0.9.7.3
 
19
 - fix ljpg compile errors on MacOS X (1) 
 
20
 - preserve time & date tags in case of dicom to dicom conversion (2) 
 
21
 - CONC: fix isotope branching wrongfully used on sinograms (3) 
 
22
 - PNG: keep .png extension; put nummeric prefix before (4) 
 
23
 - option '--silent' suppresses CLI message, warning and error dialogs (5) 
 
24
 
25
 (1) contrib by Mathieu Malaterre 
 
26
 (2) on request by Tamura Akihisa 
 
27
 (3) patched by Andy Loening 
 
28
 (4) remark by Ayberk Yagiz 
 
29
 (5) pointed out by Xiao Furen 
 
30
 
31
 
 
32
in release 0.9.7.2:
 
33
 - fix install error in win32 
 
34
- builds correctly on Mingw/MSYS with DLL 
 
35
 
36
 
 
37
in release 0.9.7.1:
 
38
- fix creation of .so named libs 
 
39
- DICOM: fix cases where contrast remapping was missing; wrongfully doing quantitation instead. 
 
40
- DICOM: with -qc option always preserve rescale_slope and rescale_intercept used for pixel transformations in manufacturer independent values (like hounsfield units in CT, concentration units in PET). (1) 
 
41
 
42
(1) after a question from Christoph Thomas 
 
43
 
 
44
. in release 0.9.6:
2
45
 - enable use of an external function in MdcReadFile() & MdcWriteFile() 
3
46
 - progress bar functions called through function pointers 
4
47
 - CONC: fix erroneous error messages (1)