• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

Makefile.amH A D26-Dec-20201 KiB3417

Makefile.inH A D16-Feb-202120.4 KiB694604

READMEH A D26-Dec-20205.1 KiB11989

decomp.cH A D26-Dec-20202.4 KiB9944

huffd.cH A D26-Dec-202024.6 KiB744411

io.hH A D26-Dec-2020592 289

jpeg.hH A D26-Dec-20204.6 KiB18454

jpegless.hH A D26-Dec-20201.5 KiB5819

jpegutil.cH A D26-Dec-20206.4 KiB256122

mcu.cH A D26-Dec-20202.7 KiB12343

mcu.hH A D26-Dec-2020908 429

predict.cH A D26-Dec-20205.4 KiB185120

predict.hH A D26-Dec-20209.4 KiB169109

proto.hH A D26-Dec-20201.3 KiB5328

read.cH A D26-Dec-202014.3 KiB673320

README

1# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2# filename: README                                                        #
3#                                                                         #
4# UTILITY text: Medical Image Conversion Utility                          #
5#                                                                         #
6# purpose     : the ljpg 'you-should-read' file                           #
7#                                                                         #
8# project     : (X)MedCon by Erik Nolf                                    #
9#                                                                         #
10# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
11#
12
13(X)MedCon's LossLess JPEG Decompression Library (DICOM)
14-----------------------------------------------
15
16This library code was originally contributed by 'Jaslet Bertrand'.
17
18The software is based in part on the work of:
19
20a) the Cornell University LossLess JPEG library
21
22        see ftp://ftp.cs.cornell.edu/pub/multimed
23
24b) the Independent JPEG Group's JPEG software
25
26        see http://www.ijg.org
27
28License & Copyright notices:
29---------------------------
30
311) (X)MedCon's LJPG (C) 2002, Jaslet Bertrand.
32
33	Read the file ./COPYING.LIB
34
352) Cornell University
36
37Copyright (c) 1993 Cornell University, Kongji Huang
38All rights reserved.
39
40Permission to use, copy, modify, and distribute this software and its
41documentation for any purpose, without fee, and without written
42agreement is hereby granted, provided that the above copyright notice
43and the following two paragraphs appear in all copies of this
44software.
45
46IN NO EVENT SHALL THE CORNELL UNIVERSITY BE LIABLE TO ANY PARTY FOR
47DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING
48OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF CORNELL
49UNIVERSITY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50
51THE CORNELL UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES,
52INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
53MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE
54PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND CORNELL UNIVERSITY HAS
55NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
56OR MODIFICATIONS.
57
58---------------------------------------------------------------------------
59
60Copyright (c) 1993 The Regents of the University of California, Brian
61C. Smith All rights reserved.
62
63Permission to use, copy, modify, and distribute this software and its
64documentation for any purpose, without fee, and without written
65agreement is hereby granted, provided that the above copyright notice
66and the following two paragraphs appear in all copies of this
67software.
68
69IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
70FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
71ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
72THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
73SUCH DAMAGE.
74
75THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
76INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
77MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE
78PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF
79CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
80ENHANCEMENTS, OR MODIFICATIONS.
81
82---------------------------------------------------------------------------
83
843) Independent JPEG Group (IJG)
85
86The authors make NO WARRANTY or representation, either express or
87implied, with respect to this software, its quality, accuracy,
88merchantability, or fitness for a particular purpose.  This software is
89provided "AS IS", and you, its user, assume the entire risk as to its
90quality and accuracy.
91
92This software is copyright (C) 1991, 1992, Thomas G. Lane.  All Rights
93Reserved except as specified below.
94
95Permission is hereby granted to use, copy, modify, and distribute this
96software (or portions thereof) for any purpose, without fee, subject to
97these conditions:  (1) If any part of the source code for this software
98is distributed, then this README file must be included, with this
99copyright and no-warranty notice unaltered; and any additions,
100deletions, or changes to the original files must be clearly indicated
101in accompanying documentation.  (2) If only executable code is
102distributed, then the accompanying documentation must state that "this
103software is based in part on the work of the Independent JPEG Group".
104(3) Permission for use of this software is granted only if the user
105accepts full responsibility for any undesirable consequences; the
106authors accept NO LIABILITY for damages of any kind.
107
108Permission is NOT granted for the use of any IJG author's name or
109company name in advertising or publicity relating to this software or
110products derived from it.  This software may be referred to only as
111"the Independent JPEG Group's software".
112
113We specifically permit and encourage the use of this software as the
114basis of commercial products, provided that all warranty or liability
115claims are assumed by the product vendor.
116
117---------------------------------------------------------------------------
118
119