https://github.com/malaterre/gdcm
Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm
https://github.com/malaterre/gdcm
c-plus-plus compression csharp dicom java medical-imaging python swig
Last synced: 5 months ago
JSON representation
Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm
- Host: GitHub
- URL: https://github.com/malaterre/gdcm
- Owner: malaterre
- License: other
- Created: 2010-11-15T11:34:55.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T12:23:27.000Z (8 months ago)
- Last Synced: 2025-05-14T21:52:30.598Z (5 months ago)
- Topics: c-plus-plus, compression, csharp, dicom, java, medical-imaging, python, swig
- Language: C++
- Homepage: http://gdcm.sf.net
- Size: 35.9 MB
- Stars: 366
- Watchers: 22
- Forks: 186
- Open Issues: 2
-
Metadata Files:
- Readme: README.Copyright.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
December 28, 2008
Historical note:
Starting with gdcm 2.0.11, GDCM, Grassroots DICOM is distributed
under the new simplified BSD license, approved by the Open Source Initiative (OSI)
* http://www.opensource.org/licenses/bsd-license.phpSee Copyright.txt
GDCM includes source code from other projects which have different copyright.
This is an incomplete list of additional licenses included:
- BSD-2-Clause and BSD-3-Clause are used extensively (e.g. Utilities/gdcmcharls/License.txt)
- Apache-2.0 license is used extensively
- MIT license (e.g. `Source/MediaStorageAndFileFormat/gdcmIconImageGenerator.cxx` and `Utilities/gdcmexpat/COPYING`)
- OFFIS (e.g. `Utilities/gdcmjpeg/COPYRIGHT.dcmtk`; c.f https://spdx.org/licenses/OFFIS.html )
- Custom public domain license (e.g. `Utilities/pvrg/COPYING`)The GDCM library does not include any source code that is:
- GNU General Public License or
- GNU Lesser General Public LicenseHowever, `Examples/Csharp/MpegVideoInfo.cs` is licensed under the GNU Lesser General Public License.