-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNOTICE
More file actions
33 lines (26 loc) · 1.55 KB
/
NOTICE
File metadata and controls
33 lines (26 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Notice
This project is an independent, clean-room Rust port inspired by the following
open-source projects. It is **not** affiliated with, endorsed by, or derived
from the original codebases in any way that would constitute a derivative work.
## DCMTK — DICOM Toolkit
- **Original project:** [DCMTK](https://dicom.offis.de/dcmtk.php.en)
- **Copyright:** © 1993–2024 OFFIS e.V., Oldenburg, Germany
- **License:** BSD 3-Clause (see DCMTK source distribution)
- **Acknowledgment:** The DICOM networking protocol implementation, data model
design, and overall architecture of this project were informed by studying
DCMTK 3.7.0's public documentation and source structure. No source code was
copied. All Rust code was written from scratch using the DICOM standard
(PS3.1–PS3.20) as the normative reference.
## CharLS — JPEG-LS Codec
- **Original project:** [CharLS](https://github.com/team-charls/charls)
- **Copyright:** © 2007–2024 Team CharLS
- **License:** BSD 3-Clause
- **Acknowledgment:** The JPEG-LS codec in this project was implemented by
studying the ISO/IEC 14495-1 standard and referencing CharLS's algorithmic
approach (context modeling, Golomb coding tables, prediction). All Rust code
was written independently; no C++ source was translated line-by-line.
## DICOM Standard
- **Publisher:** National Electrical Manufacturers Association (NEMA)
- **Reference:** DICOM PS3.1–PS3.20 (2024b)
- **Note:** DICOM® is the registered trademark of NEMA for its standards
publications relating to digital communications of medical information.